summaryrefslogtreecommitdiffstats
path: root/arch/mips/mach-ar231x/Kconfig
blob: 5f9e24377fd297d7d5ab799910944b06c2faf3b6 (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"
	select HAVE_PBL_IMAGE
	select HAVE_IMAGE_COMPRESSION

endchoice

endif