diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-12-09 14:26:12 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-12-12 10:22:18 +0100 |
commit | 30285facbe3769ca508c865638c4ee2238270fbe (patch) | |
tree | 1ad78946ffce3b0f23e40c07e4d216bf4ce60395 /target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt | |
parent | 4c8a9b8e39aed5cdb0eeaf73d59ccdffd927e522 (diff) | |
download | upstream-30285facbe3769ca508c865638c4ee2238270fbe.tar.gz upstream-30285facbe3769ca508c865638c4ee2238270fbe.tar.bz2 upstream-30285facbe3769ca508c865638c4ee2238270fbe.zip |
ar71xx: remove AP113 reference design board support
Due to flash size limitations, support for this board has not been
functional for years
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt b/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt index a0f24e16b5..4d82db2c76 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt +++ b/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt @@ -103,16 +103,6 @@ config ATH79_MACH_ARDUINO_YUN Say 'Y' here if you want your kernel to support the Arduino Yun. -config ATH79_MACH_AP113 - bool "Atheros AP113 board support" - select SOC_AR724X - select ATH79_DEV_M25P80 - select ATH79_DEV_PB9X_PCI if PCI - select ATH79_DEV_GPIO_BUTTONS - select ATH79_DEV_LEDS_GPIO - select ATH79_DEV_USB - select ATH79_DEV_ETH - config ATH79_MACH_AP132 bool "Atheros AP132 reference board" select SOC_QCA955X |