1 # SPDX-License-Identifier: GPL-2.0
4 menu "Atheros AR71XX/AR724X/AR913X machine selection"
6 config ATH79_MACH_AP121
7 bool "Atheros AP121 reference board"
9 select ATH79_DEV_GPIO_BUTTONS
10 select ATH79_DEV_LEDS_GPIO
15 Say 'Y' here if you want your kernel to support the
16 Atheros AP121 reference board.
18 config ATH79_MACH_AP136
19 bool "Atheros AP136 reference board"
21 select ATH79_DEV_GPIO_BUTTONS
22 select ATH79_DEV_LEDS_GPIO
27 Say 'Y' here if you want your kernel to support the
28 Atheros AP136 reference board.
30 config ATH79_MACH_AP81
31 bool "Atheros AP81 reference board"
33 select ATH79_DEV_GPIO_BUTTONS
34 select ATH79_DEV_LEDS_GPIO
39 Say 'Y' here if you want your kernel to support the
40 Atheros AP81 reference board.
42 config ATH79_MACH_DB120
43 bool "Atheros DB120 reference board"
45 select ATH79_DEV_GPIO_BUTTONS
46 select ATH79_DEV_LEDS_GPIO
51 Say 'Y' here if you want your kernel to support the
52 Atheros DB120 reference board.
54 config ATH79_MACH_PB44
55 bool "Atheros PB44 reference board"
57 select ATH79_DEV_GPIO_BUTTONS
58 select ATH79_DEV_LEDS_GPIO
62 Say 'Y' here if you want your kernel to support the
63 Atheros PB44 reference board.
65 config ATH79_MACH_UBNT_XM
66 bool "Ubiquiti Networks XM (rev 1.0) board"
68 select ATH79_DEV_GPIO_BUTTONS
69 select ATH79_DEV_LEDS_GPIO
72 Say 'Y' here if you want your kernel to support the
73 Ubiquiti Networks XM (rev 1.0) board.
83 select PCI_AR724X if PCI
94 select PCI_AR724X if PCI
99 select PCI_AR724X if PCI
105 config ATH79_DEV_GPIO_BUTTONS
108 config ATH79_DEV_LEDS_GPIO
117 config ATH79_DEV_WMAC
118 depends on (SOC_AR913X || SOC_AR933X || SOC_AR934X || SOC_QCA955X)