blob: 185a8d6c73defeba0afcda7ed69572b940c6db96 [file] [log] [blame]
Gabor Juhosd4a67d92011-01-04 21:28:14 +01001if ATH79
2
Gabor Juhos0cde7222011-01-04 21:28:17 +01003menu "Atheros AR71XX/AR724X/AR913X machine selection"
4
5config ATH79_MACH_PB44
6 bool "Atheros PB44 reference board"
7 select SOC_AR71XX
Gabor Juhos3f348c52011-01-04 21:28:21 +01008 select ATH79_DEV_GPIO_BUTTONS
Gabor Juhosd8fec1f2011-01-04 21:28:18 +01009 select ATH79_DEV_LEDS_GPIO
Gabor Juhos0cde7222011-01-04 21:28:17 +010010 help
11 Say 'Y' here if you want your kernel to support the
12 Atheros PB44 reference board.
13
14endmenu
15
Gabor Juhosd4a67d92011-01-04 21:28:14 +010016config SOC_AR71XX
17 def_bool n
18
19config SOC_AR724X
20 def_bool n
21
22config SOC_AR913X
23 def_bool n
24
Gabor Juhos3f348c52011-01-04 21:28:21 +010025config ATH79_DEV_GPIO_BUTTONS
26 def_bool n
27
Gabor Juhosd8fec1f2011-01-04 21:28:18 +010028config ATH79_DEV_LEDS_GPIO
29 def_bool n
30
Gabor Juhosd4a67d92011-01-04 21:28:14 +010031endif