Kconfig 101 B

123456789
  1. if TARGET_NSIM
  2. config SYS_VENDOR
  3. default "synopsys"
  4. config SYS_CONFIG_NAME
  5. default "nsim"
  6. endif