Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
[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
9598111f
GJ
29config ATH79_MACH_DB120
30 bool "Atheros DB120 reference board"
31 select SOC_AR934X
32 select ATH79_DEV_GPIO_BUTTONS
33 select ATH79_DEV_LEDS_GPIO
34 select ATH79_DEV_SPI
35 select ATH79_DEV_USB
36 select ATH79_DEV_WMAC
37 help
38 Say 'Y' here if you want your kernel to support the
39 Atheros DB120 reference board.
40
0cde7228
GJ
41config ATH79_MACH_PB44
42 bool "Atheros PB44 reference board"
43 select SOC_AR71XX
3f348c5d 44 select ATH79_DEV_GPIO_BUTTONS
d8fec1fc 45 select ATH79_DEV_LEDS_GPIO
68a1d316 46 select ATH79_DEV_SPI
7e98aa46 47 select ATH79_DEV_USB
0cde7228
GJ
48 help
49 Say 'Y' here if you want your kernel to support the
50 Atheros PB44 reference board.
51
2dc7b4a1
RB
52config ATH79_MACH_UBNT_XM
53 bool "Ubiquiti Networks XM (rev 1.0) board"
54 select SOC_AR724X
55 select ATH79_DEV_GPIO_BUTTONS
56 select ATH79_DEV_LEDS_GPIO
57 select ATH79_DEV_SPI
58 help
59 Say 'Y' here if you want your kernel to support the
60 Ubiquiti Networks XM (rev 1.0) board.
61
0cde7228
GJ
62endmenu
63
d4a67d9d 64config SOC_AR71XX
502fa841 65 select USB_ARCH_HAS_EHCI
90e6ca5c 66 select USB_ARCH_HAS_OHCI
f8365ec4 67 select HW_HAS_PCI
d4a67d9d
GJ
68 def_bool n
69
70config SOC_AR724X
502fa841 71 select USB_ARCH_HAS_EHCI
90e6ca5c 72 select USB_ARCH_HAS_OHCI
2dc7b4a1 73 select HW_HAS_PCI
67644c54 74 select PCI_AR724X if PCI
d4a67d9d
GJ
75 def_bool n
76
77config SOC_AR913X
502fa841 78 select USB_ARCH_HAS_EHCI
d4a67d9d
GJ
79 def_bool n
80
2c048303 81config SOC_AR933X
c279b775 82 select USB_ARCH_HAS_EHCI
2c048303
GJ
83 def_bool n
84
d8411466
GJ
85config SOC_AR934X
86 select USB_ARCH_HAS_EHCI
ec950259
GJ
87 select HW_HAS_PCI
88 select PCI_AR724X if PCI
d8411466
GJ
89 def_bool n
90
67644c54
GJ
91config PCI_AR724X
92 def_bool n
93
3f348c5d
GJ
94config ATH79_DEV_GPIO_BUTTONS
95 def_bool n
96
d8fec1fc
GJ
97config ATH79_DEV_LEDS_GPIO
98 def_bool n
99
68a1d316
GJ
100config ATH79_DEV_SPI
101 def_bool n
102
7e98aa46
GJ
103config ATH79_DEV_USB
104 def_bool n
105
3ae40022 106config ATH79_DEV_WMAC
574d6e70 107 depends on (SOC_AR913X || SOC_AR933X || SOC_AR934X)
3ae40022
GJ
108 def_bool n
109
d4a67d9d 110endif
This page took 0.11506 seconds and 5 git commands to generate.