summaryrefslogtreecommitdiffstats
path: root/arch/mips/mach-ar231x/Kconfig
blob: 1c6a12f885775c015efe8c8ffa8c0d009a992156 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
if MACH_MIPS_AR231X

config ARCH_TEXT_BASE
	hex
	default 0xa0800000

choice
	prompt "Board type"

config BOARD_NETGEAR_WG102
	bool "Netgear WG102"

endchoice

source arch/mips/boards/netgear-wg102/Kconfig

endif