lib/string_helpers.c: make arrays static
[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
3ae40022 12 select ATH79_DEV_WMAC
7e0dde17
GJ
13 help
14 Say 'Y' here if you want your kernel to support the
15 Atheros AP121 reference board.
16
aa6695ec
GJ
17config ATH79_MACH_AP81
18 bool "Atheros AP81 reference board"
19 select SOC_AR913X
20 select ATH79_DEV_GPIO_BUTTONS
21 select ATH79_DEV_LEDS_GPIO
22 select ATH79_DEV_SPI
7e98aa46 23 select ATH79_DEV_USB
3ae40022 24 select ATH79_DEV_WMAC
aa6695ec
GJ
25 help
26 Say 'Y' here if you want your kernel to support the
27 Atheros AP81 reference board.
28
0cde7228
GJ
29config ATH79_MACH_PB44
30 bool "Atheros PB44 reference board"
31 select SOC_AR71XX
3f348c5d 32 select ATH79_DEV_GPIO_BUTTONS
d8fec1fc 33 select ATH79_DEV_LEDS_GPIO
68a1d316 34 select ATH79_DEV_SPI
7e98aa46 35 select ATH79_DEV_USB
0cde7228
GJ
36 help
37 Say 'Y' here if you want your kernel to support the
38 Atheros PB44 reference board.
39
2dc7b4a1
RB
40config ATH79_MACH_UBNT_XM
41 bool "Ubiquiti Networks XM (rev 1.0) board"
42 select SOC_AR724X
43 select ATH79_DEV_GPIO_BUTTONS
44 select ATH79_DEV_LEDS_GPIO
45 select ATH79_DEV_SPI
46 help
47 Say 'Y' here if you want your kernel to support the
48 Ubiquiti Networks XM (rev 1.0) board.
49
0cde7228
GJ
50endmenu
51
d4a67d9d 52config SOC_AR71XX
502fa841 53 select USB_ARCH_HAS_EHCI
90e6ca5c 54 select USB_ARCH_HAS_OHCI
d4a67d9d
GJ
55 def_bool n
56
57config SOC_AR724X
502fa841 58 select USB_ARCH_HAS_EHCI
90e6ca5c 59 select USB_ARCH_HAS_OHCI
2dc7b4a1 60 select HW_HAS_PCI
d4a67d9d
GJ
61 def_bool n
62
63config SOC_AR913X
502fa841 64 select USB_ARCH_HAS_EHCI
d4a67d9d
GJ
65 def_bool n
66
2c048303 67config SOC_AR933X
c279b775 68 select USB_ARCH_HAS_EHCI
2c048303
GJ
69 def_bool n
70
3f348c5d
GJ
71config ATH79_DEV_GPIO_BUTTONS
72 def_bool n
73
d8fec1fc
GJ
74config ATH79_DEV_LEDS_GPIO
75 def_bool n
76
68a1d316
GJ
77config ATH79_DEV_SPI
78 def_bool n
79
7e98aa46
GJ
80config ATH79_DEV_USB
81 def_bool n
82
3ae40022
GJ
83config ATH79_DEV_WMAC
84 depends on (SOC_AR913X || SOC_AR933X)
85 def_bool n
86
d4a67d9d 87endif
This page took 0.107751 seconds and 5 git commands to generate.