xref: /linux/arch/mips/bcm63xx/boards/Kconfig (revision 98008be7e87ffc825551bdafad706de10a61f5bc)
1choice
2	prompt "Board support"
3	depends on BCM63XX
4	default BOARD_BCM963XX
5
6config BOARD_BCM963XX
7       bool "Generic Broadcom 963xx boards"
8	select SSB
9       help
10
11endchoice
12