Kconfig 177 B

123456789101112
  1. choice
  2. prompt "Board support"
  3. depends on BCM63XX
  4. default BOARD_BCM963XX
  5. config BOARD_BCM963XX
  6. bool "Generic Broadcom 963xx boards"
  7. select SSB
  8. help
  9. endchoice