MIPS: ath79: register UART device for AR934X 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
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
f8365ec4 55 select HW_HAS_PCI
d4a67d9d
GJ
56 def_bool n
57
58config SOC_AR724X
502fa841 59 select USB_ARCH_HAS_EHCI
90e6ca5c 60 select USB_ARCH_HAS_OHCI
2dc7b4a1 61 select HW_HAS_PCI
d4a67d9d
GJ
62 def_bool n
63
64config SOC_AR913X
502fa841 65 select USB_ARCH_HAS_EHCI
d4a67d9d
GJ
66 def_bool n
67
2c048303 68config SOC_AR933X
c279b775 69 select USB_ARCH_HAS_EHCI
2c048303
GJ
70 def_bool n
71
d8411466
GJ
72config SOC_AR934X
73 select USB_ARCH_HAS_EHCI
74 def_bool n
75
3f348c5d
GJ
76config ATH79_DEV_GPIO_BUTTONS
77 def_bool n
78
d8fec1fc
GJ
79config ATH79_DEV_LEDS_GPIO
80 def_bool n
81
68a1d316
GJ
82config ATH79_DEV_SPI
83 def_bool n
84
7e98aa46
GJ
85config ATH79_DEV_USB
86 def_bool n
87
3ae40022
GJ
88config ATH79_DEV_WMAC
89 depends on (SOC_AR913X || SOC_AR933X)
90 def_bool n
91
d4a67d9d 92endif
This page took 0.102421 seconds and 5 git commands to generate.