aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/Kconfig
blob: 970615e672568abe991cc786a61839697687690d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
choice
	prompt "Board support"
	depends on BCM63XX
	default BOARD_BCM963XX

config BOARD_BCM963XX
       bool "Generic Broadcom 963xx boards"
       help

config BOARD_LIVEBOX
	bool "Inventel Livebox(es) boards"
	help
	  Boards using RedBoot.

endchoice