summaryrefslogtreecommitdiffstats
path: root/arch/mips/mach-ar231x/Kconfig
blob: f3e17000a75478179cdfba5cae9111404c773812 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SPDX-License-Identifier: GPL-2.0-only

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