MIPS: ath79: Add AR933x specific WMAC setup code
[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
2dc7b4a1
RB
39config ATH79_MACH_UBNT_XM
40 bool "Ubiquiti Networks XM (rev 1.0) board"
41 select SOC_AR724X
42 select ATH79_DEV_GPIO_BUTTONS
43 select ATH79_DEV_LEDS_GPIO
44 select ATH79_DEV_SPI
45 help
46 Say 'Y' here if you want your kernel to support the
47 Ubiquiti Networks XM (rev 1.0) board.
48
0cde7228
GJ
49endmenu
50
d4a67d9d 51config SOC_AR71XX
502fa841 52 select USB_ARCH_HAS_EHCI
90e6ca5c 53 select USB_ARCH_HAS_OHCI
d4a67d9d
GJ
54 def_bool n
55
56config SOC_AR724X
502fa841 57 select USB_ARCH_HAS_EHCI
90e6ca5c 58 select USB_ARCH_HAS_OHCI
2dc7b4a1 59 select HW_HAS_PCI
d4a67d9d
GJ
60 def_bool n
61
62config SOC_AR913X
502fa841 63 select USB_ARCH_HAS_EHCI
d4a67d9d
GJ
64 def_bool n
65
2c048303 66config SOC_AR933X
c279b775 67 select USB_ARCH_HAS_EHCI
2c048303
GJ
68 def_bool n
69
f5b35d0b
GJ
70config ATH79_DEV_AR913X_WMAC
71 depends on SOC_AR913X
72 def_bool n
73
3f348c5d
GJ
74config ATH79_DEV_GPIO_BUTTONS
75 def_bool n
76
d8fec1fc
GJ
77config ATH79_DEV_LEDS_GPIO
78 def_bool n
79
68a1d316
GJ
80config ATH79_DEV_SPI
81 def_bool n
82
7e98aa46
GJ
83config ATH79_DEV_USB
84 def_bool n
85
d4a67d9d 86endif
This page took 0.075446 seconds and 5 git commands to generate.