blob: 2e397708e2f75b47b0d29ad88fdb4bac9a7dc7d2 [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
8 select ATH79_DEV_GPIO_BUTTONS
9 select ATH79_DEV_LEDS_GPIO
10 select ATH79_DEV_SPI
11 help
12 Say 'Y' here if you want your kernel to support the
13 Atheros AP81 reference board.
14
Gabor Juhos0cde7222011-01-04 21:28:17 +010015config ATH79_MACH_PB44
16 bool "Atheros PB44 reference board"
17 select SOC_AR71XX
Gabor Juhos3f348c52011-01-04 21:28:21 +010018 select ATH79_DEV_GPIO_BUTTONS
Gabor Juhosd8fec1f2011-01-04 21:28:18 +010019 select ATH79_DEV_LEDS_GPIO
Gabor Juhos68a1d312011-01-04 21:28:23 +010020 select ATH79_DEV_SPI
Gabor Juhos0cde7222011-01-04 21:28:17 +010021 help
22 Say 'Y' here if you want your kernel to support the
23 Atheros PB44 reference board.
24
25endmenu
26
Gabor Juhosd4a67d92011-01-04 21:28:14 +010027config SOC_AR71XX
28 def_bool n
29
30config SOC_AR724X
31 def_bool n
32
33config SOC_AR913X
34 def_bool n
35
Gabor Juhos3f348c52011-01-04 21:28:21 +010036config ATH79_DEV_GPIO_BUTTONS
37 def_bool n
38
Gabor Juhosd8fec1f2011-01-04 21:28:18 +010039config ATH79_DEV_LEDS_GPIO
40 def_bool n
41
Gabor Juhos68a1d312011-01-04 21:28:23 +010042config ATH79_DEV_SPI
43 def_bool n
44
Gabor Juhosd4a67d92011-01-04 21:28:14 +010045endif