blob: 649a2a3bde781210e39ca52a09b99fe77a2dcab7 [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
Gabor Juhos502fa842011-04-13 10:54:22 +020029 select USB_ARCH_HAS_EHCI
Gabor Juhosd4a67d92011-01-04 21:28:14 +010030 def_bool n
31
32config SOC_AR724X
Gabor Juhos502fa842011-04-13 10:54:22 +020033 select USB_ARCH_HAS_EHCI
Gabor Juhosd4a67d92011-01-04 21:28:14 +010034 def_bool n
35
36config SOC_AR913X
Gabor Juhos502fa842011-04-13 10:54:22 +020037 select USB_ARCH_HAS_EHCI
Gabor Juhosd4a67d92011-01-04 21:28:14 +010038 def_bool n
39
Gabor Juhosf5b35d02011-01-04 21:28:29 +010040config ATH79_DEV_AR913X_WMAC
41 depends on SOC_AR913X
42 def_bool n
43
Gabor Juhos3f348c52011-01-04 21:28:21 +010044config ATH79_DEV_GPIO_BUTTONS
45 def_bool n
46
Gabor Juhosd8fec1f2011-01-04 21:28:18 +010047config ATH79_DEV_LEDS_GPIO
48 def_bool n
49
Gabor Juhos68a1d312011-01-04 21:28:23 +010050config ATH79_DEV_SPI
51 def_bool n
52
Gabor Juhosd4a67d92011-01-04 21:28:14 +010053endif