2011-01-04 21:28:14 +01:00
if ATH79
2011-01-04 21:28:17 +01:00
menu "Atheros AR71XX/AR724X/AR913X machine selection"
2011-06-20 19:26:13 +02:00
config ATH79_MACH_AP121
bool "Atheros AP121 reference board"
select SOC_AR933X
select ATH79_DEV_GPIO_BUTTONS
select ATH79_DEV_LEDS_GPIO
select ATH79_DEV_SPI
select ATH79_DEV_USB
2011-11-18 00:17:54 +00:00
select ATH79_DEV_WMAC
2011-06-20 19:26:13 +02:00
help
Say 'Y' here if you want your kernel to support the
Atheros AP121 reference board.
2013-02-15 13:38:25 +00:00
config ATH79_MACH_AP136
bool "Atheros AP136 reference board"
select SOC_QCA955X
select ATH79_DEV_GPIO_BUTTONS
select ATH79_DEV_LEDS_GPIO
select ATH79_DEV_SPI
select ATH79_DEV_USB
select ATH79_DEV_WMAC
help
Say 'Y' here if you want your kernel to support the
Atheros AP136 reference board.
2011-01-04 21:28:28 +01:00
config ATH79_MACH_AP81
bool "Atheros AP81 reference board"
select SOC_AR913X
select ATH79_DEV_GPIO_BUTTONS
select ATH79_DEV_LEDS_GPIO
select ATH79_DEV_SPI
2011-06-05 23:38:46 +02:00
select ATH79_DEV_USB
2011-11-18 00:17:54 +00:00
select ATH79_DEV_WMAC
2011-01-04 21:28:28 +01:00
help
Say 'Y' here if you want your kernel to support the
Atheros AP81 reference board.
2012-03-14 20:39:35 +01:00
config ATH79_MACH_DB120
bool "Atheros DB120 reference board"
select SOC_AR934X
select ATH79_DEV_GPIO_BUTTONS
select ATH79_DEV_LEDS_GPIO
select ATH79_DEV_SPI
select ATH79_DEV_USB
select ATH79_DEV_WMAC
help
Say 'Y' here if you want your kernel to support the
Atheros DB120 reference board.
2011-01-04 21:28:17 +01:00
config ATH79_MACH_PB44
bool "Atheros PB44 reference board"
select SOC_AR71XX
2011-01-04 21:28:21 +01:00
select ATH79_DEV_GPIO_BUTTONS
2011-01-04 21:28:18 +01:00
select ATH79_DEV_LEDS_GPIO
2011-01-04 21:28:23 +01:00
select ATH79_DEV_SPI
2011-06-05 23:38:46 +02:00
select ATH79_DEV_USB
2011-01-04 21:28:17 +01:00
help
Say 'Y' here if you want your kernel to support the
Atheros PB44 reference board.
2011-11-18 00:17:42 +00:00
config ATH79_MACH_UBNT_XM
bool "Ubiquiti Networks XM (rev 1.0) board"
select SOC_AR724X
select ATH79_DEV_GPIO_BUTTONS
select ATH79_DEV_LEDS_GPIO
select ATH79_DEV_SPI
help
Say 'Y' here if you want your kernel to support the
Ubiquiti Networks XM (rev 1.0) board.
2011-01-04 21:28:17 +01:00
endmenu
2011-01-04 21:28:14 +01:00
config SOC_AR71XX
2012-03-14 10:36:10 +01:00
select HW_HAS_PCI
2011-01-04 21:28:14 +01:00
def_bool n
config SOC_AR724X
2011-11-18 00:17:42 +00:00
select HW_HAS_PCI
2012-03-14 10:45:29 +01:00
select PCI_AR724X if PCI
2011-01-04 21:28:14 +01:00
def_bool n
config SOC_AR913X
def_bool n
2011-06-20 21:26:08 +02:00
config SOC_AR933X
def_bool n
2012-03-14 10:45:21 +01:00
config SOC_AR934X
2012-03-14 10:45:30 +01:00
select HW_HAS_PCI
select PCI_AR724X if PCI
2012-03-14 10:45:21 +01:00
def_bool n
2013-02-15 13:38:16 +00:00
config SOC_QCA955X
2013-02-15 13:38:23 +00:00
select HW_HAS_PCI
select PCI_AR724X if PCI
2013-02-15 13:38:16 +00:00
def_bool n
2012-03-14 10:45:29 +01:00
config PCI_AR724X
def_bool n
2011-01-04 21:28:21 +01:00
config ATH79_DEV_GPIO_BUTTONS
def_bool n
2011-01-04 21:28:18 +01:00
config ATH79_DEV_LEDS_GPIO
def_bool n
2011-01-04 21:28:23 +01:00
config ATH79_DEV_SPI
def_bool n
2011-06-05 23:38:46 +02:00
config ATH79_DEV_USB
def_bool n
2011-11-18 00:17:54 +00:00
config ATH79_DEV_WMAC
2013-02-15 18:54:33 +00:00
depends on (SOC_AR913X || SOC_AR933X || SOC_AR934X || SOC_QCA955X)
2011-11-18 00:17:54 +00:00
def_bool n
2011-01-04 21:28:14 +01:00
endif