Kconfig 395 B

12345678910111213141516171819202122
  1. if TARGET_BCMNS3
  2. config SYS_BOARD
  3. default "bcmns3"
  4. config SYS_VENDOR
  5. default "broadcom"
  6. config SYS_SOC
  7. default "bcmns3"
  8. config SYS_CONFIG_NAME
  9. default "bcm_ns3"
  10. config CMD_BCM_EXT_UTILS
  11. bool "Enable Broadcom-specific U-Boot commands"
  12. default y
  13. help
  14. Enable Broadcom specific U-Boot commands such as error log setup
  15. command or any other commands specific to NS3 platform.
  16. endif