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