blob: b05828260f7f92b6e6c834efbd9c8d6173566fab [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
Gabor Juhosaa6695e2011-01-04 21:28:28 +01005config ATH79_MACH_AP81
6 bool "Atheros AP81 reference board"
7 select SOC_AR913X
Gabor Juhosf5b35d02011-01-04 21:28:29 +01008 select ATH79_DEV_AR913X_WMAC
Gabor Juhosaa6695e2011-01-04 21:28:28 +01009 select ATH79_DEV_GPIO_BUTTONS
10 select ATH79_DEV_LEDS_GPIO
11 select ATH79_DEV_SPI
12 help
13 Say 'Y' here if you want your kernel to support the
14 Atheros AP81 reference board.
15
Gabor Juhos0cde7222011-01-04 21:28:17 +010016config ATH79_MACH_PB44
17 bool "Atheros PB44 reference board"
18 select SOC_AR71XX
Gabor Juhos3f348c52011-01-04 21:28:21 +010019 select ATH79_DEV_GPIO_BUTTONS
Gabor Juhosd8fec1f2011-01-04 21:28:18 +010020 select ATH79_DEV_LEDS_GPIO
Gabor Juhos68a1d312011-01-04 21:28:23 +010021 select ATH79_DEV_SPI
Gabor Juhos0cde7222011-01-04 21:28:17 +010022 help
23 Say 'Y' here if you want your kernel to support the
24 Atheros PB44 reference board.
25
26endmenu
27
Gabor Juhosd4a67d92011-01-04 21:28:14 +010028config SOC_AR71XX
29 def_bool n
30
31config SOC_AR724X
32 def_bool n
33
34config SOC_AR913X
35 def_bool n
36
Gabor Juhosf5b35d02011-01-04 21:28:29 +010037config ATH79_DEV_AR913X_WMAC
38 depends on SOC_AR913X
39 def_bool n
40
Gabor Juhos3f348c52011-01-04 21:28:21 +010041config ATH79_DEV_GPIO_BUTTONS
42 def_bool n
43
Gabor Juhosd8fec1f2011-01-04 21:28:18 +010044config ATH79_DEV_LEDS_GPIO
45 def_bool n
46
Gabor Juhos68a1d312011-01-04 21:28:23 +010047config ATH79_DEV_SPI
48 def_bool n
49
Gabor Juhosd4a67d92011-01-04 21:28:14 +010050endif