Kconfig 194 B

1234567891011
  1. # SPDX-License-Identifier: GPL-2.0
  2. choice
  3. prompt "Board support"
  4. depends on BCM63XX
  5. default BOARD_BCM963XX
  6. config BOARD_BCM963XX
  7. bool "Generic Broadcom 963xx boards"
  8. select SSB
  9. endchoice