summaryrefslogtreecommitdiffstats
path: root/arch/mips/mach-bcm47xx/Kconfig
blob: f7522b79d6b25522fa29519f5ee45f740f83a4f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if MACH_MIPS_BCM47XX

config ARCH_TEXT_BASE
	hex
	default 0xa0800000

choice
	prompt "Board type"

config BOARD_DLINK_DIR320
	bool "D-Link DIR-320"

endchoice

endif