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

choice
	prompt "Board type"

config BOARD_NETGEAR_WG102
	bool "Netgear WG102"
	select HAVE_PBL_IMAGE
	select HAVE_IMAGE_COMPRESSION

endchoice

endif