MIPS: Initial PCI support for Atheros 724x SoCs.
[deliverable/linux.git] / arch / mips / ath79 / Kconfig
CommitLineData
d4a67d9d
GJ
1if ATH79
2
0cde7228
GJ
3menu "Atheros AR71XX/AR724X/AR913X machine selection"
4
7e0dde17
GJ
5config 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
aa6695ec
GJ
16config ATH79_MACH_AP81
17 bool "Atheros AP81 reference board"
18 select SOC_AR913X
f5b35d0b 19 select ATH79_DEV_AR913X_WMAC
aa6695ec
GJ
20 select ATH79_DEV_GPIO_BUTTONS
21 select ATH79_DEV_LEDS_GPIO
22 select ATH79_DEV_SPI
7e98aa46 23 select ATH79_DEV_USB
aa6695ec
GJ
24 help
25 Say 'Y' here if you want your kernel to support the
26 Atheros AP81 reference board.
27
0cde7228
GJ
28config ATH79_MACH_PB44
29 bool "Atheros PB44 reference board"
30 select SOC_AR71XX
3f348c5d 31 select ATH79_DEV_GPIO_BUTTONS
d8fec1fc 32 select ATH79_DEV_LEDS_GPIO
68a1d316 33 select ATH79_DEV_SPI
7e98aa46 34 select ATH79_DEV_USB
0cde7228
GJ
35 help
36 Say 'Y' here if you want your kernel to support the
37 Atheros PB44 reference board.
38
39endmenu
40
d4a67d9d 41config SOC_AR71XX
502fa841 42 select USB_ARCH_HAS_EHCI
90e6ca5c 43 select USB_ARCH_HAS_OHCI
d4a67d9d
GJ
44 def_bool n
45
46config SOC_AR724X
502fa841 47 select USB_ARCH_HAS_EHCI
90e6ca5c 48 select USB_ARCH_HAS_OHCI
d4a67d9d
GJ
49 def_bool n
50
51config SOC_AR913X
502fa841 52 select USB_ARCH_HAS_EHCI
d4a67d9d
GJ
53 def_bool n
54
2c048303 55config SOC_AR933X
c279b775 56 select USB_ARCH_HAS_EHCI
2c048303
GJ
57 def_bool n
58
f5b35d0b
GJ
59config ATH79_DEV_AR913X_WMAC
60 depends on SOC_AR913X
61 def_bool n
62
3f348c5d
GJ
63config ATH79_DEV_GPIO_BUTTONS
64 def_bool n
65
d8fec1fc
GJ
66config ATH79_DEV_LEDS_GPIO
67 def_bool n
68
68a1d316
GJ
69config ATH79_DEV_SPI
70 def_bool n
71
7e98aa46
GJ
72config ATH79_DEV_USB
73 def_bool n
74
d4a67d9d 75endif
This page took 0.072662 seconds and 5 git commands to generate.