xref: /linux/arch/mips/bcm63xx/boards/Kconfig (revision 40d1a07b333ef1f7fce11ee20b8f4281d1a75fb9)
1# SPDX-License-Identifier: GPL-2.0
2choice
3	prompt "Board support"
4	depends on BCM63XX
5	default BOARD_BCM963XX
6
7config BOARD_BCM963XX
8       bool "Generic Broadcom 963xx boards"
9	select SSB
10       help
11
12endchoice
13