summaryrefslogtreecommitdiffstats
path: root/arch/mips/mach-bcm47xx/Kconfig
blob: d0df0fd6b832716484ef618dbf9fe74dab35c58f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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

source arch/mips/boards/dlink-dir-320/Kconfig

endif