blob: 4a7e0e871e90ba41f1320cbe65122da4fee1a063 [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 Juhos7e0dde12011-06-20 19:26:13 +02005config ATH79_MACH_AP121
6 bool "Atheros AP121 reference board"
7 select SOC_AR933X
8 select ATH79_DEV_GPIO_BUTTONS
9 select ATH79_DEV_LEDS_GPIO
10 select ATH79_DEV_SPI
11 select ATH79_DEV_USB
12 help
13 Say 'Y' here if you want your kernel to support the
14 Atheros AP121 reference board.
15
Gabor Juhosaa6695e2011-01-04 21:28:28 +010016config ATH79_MACH_AP81
17 bool "Atheros AP81 reference board"
18 select SOC_AR913X
Gabor Juhosf5b35d02011-01-04 21:28:29 +010019 select ATH79_DEV_AR913X_WMAC
Gabor Juhosaa6695e2011-01-04 21:28:28 +010020 select ATH79_DEV_GPIO_BUTTONS
21 select ATH79_DEV_LEDS_GPIO
22 select ATH79_DEV_SPI
Gabor Juhos7e98aa42011-06-05 23:38:46 +020023 select ATH79_DEV_USB
Gabor Juhosaa6695e2011-01-04 21:28:28 +010024 help
25 Say 'Y' here if you want your kernel to support the
26 Atheros AP81 reference board.
27
Gabor Juhos0cde7222011-01-04 21:28:17 +010028config ATH79_MACH_PB44
29 bool "Atheros PB44 reference board"
30 select SOC_AR71XX
Gabor Juhos3f348c52011-01-04 21:28:21 +010031 select ATH79_DEV_GPIO_BUTTONS
Gabor Juhosd8fec1f2011-01-04 21:28:18 +010032 select ATH79_DEV_LEDS_GPIO
Gabor Juhos68a1d312011-01-04 21:28:23 +010033 select ATH79_DEV_SPI
Gabor Juhos7e98aa42011-06-05 23:38:46 +020034 select ATH79_DEV_USB
Gabor Juhos0cde7222011-01-04 21:28:17 +010035 help
36 Say 'Y' here if you want your kernel to support the
37 Atheros PB44 reference board.
38
39endmenu
40
Gabor Juhosd4a67d92011-01-04 21:28:14 +010041config SOC_AR71XX
Gabor Juhos502fa842011-04-13 10:54:22 +020042 select USB_ARCH_HAS_EHCI
Gabor Juhos90e6ca52011-04-13 10:54:24 +020043 select USB_ARCH_HAS_OHCI
Gabor Juhosd4a67d92011-01-04 21:28:14 +010044 def_bool n
45
46config SOC_AR724X
Gabor Juhos502fa842011-04-13 10:54:22 +020047 select USB_ARCH_HAS_EHCI
Gabor Juhos90e6ca52011-04-13 10:54:24 +020048 select USB_ARCH_HAS_OHCI
Gabor Juhosd4a67d92011-01-04 21:28:14 +010049 def_bool n
50
51config SOC_AR913X
Gabor Juhos502fa842011-04-13 10:54:22 +020052 select USB_ARCH_HAS_EHCI
Gabor Juhosd4a67d92011-01-04 21:28:14 +010053 def_bool n
54
Gabor Juhos2c048302011-06-20 21:26:08 +020055config SOC_AR933X
Gabor Juhosc279b772011-06-20 21:26:10 +020056 select USB_ARCH_HAS_EHCI
Gabor Juhos2c048302011-06-20 21:26:08 +020057 def_bool n
58
Gabor Juhosf5b35d02011-01-04 21:28:29 +010059config ATH79_DEV_AR913X_WMAC
60 depends on SOC_AR913X
61 def_bool n
62
Gabor Juhos3f348c52011-01-04 21:28:21 +010063config ATH79_DEV_GPIO_BUTTONS
64 def_bool n
65
Gabor Juhosd8fec1f2011-01-04 21:28:18 +010066config ATH79_DEV_LEDS_GPIO
67 def_bool n
68
Gabor Juhos68a1d312011-01-04 21:28:23 +010069config ATH79_DEV_SPI
70 def_bool n
71
Gabor Juhos7e98aa42011-06-05 23:38:46 +020072config ATH79_DEV_USB
73 def_bool n
74
Gabor Juhosd4a67d92011-01-04 21:28:14 +010075endif