diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-12-09 14:29:21 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-12-12 10:22:18 +0100 |
commit | a5923cd54987a83d56da3c8723f9a1c090254b2f (patch) | |
tree | 60aabca06b63293cb612583a686049783058d017 /target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt | |
parent | 30285facbe3769ca508c865638c4ee2238270fbe (diff) | |
download | upstream-a5923cd54987a83d56da3c8723f9a1c090254b2f.tar.gz upstream-a5923cd54987a83d56da3c8723f9a1c090254b2f.tar.bz2 upstream-a5923cd54987a83d56da3c8723f9a1c090254b2f.zip |
ar71xx: remove PB92 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 | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt b/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt index 4d82db2c76..86bfa14f6a 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt +++ b/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt @@ -182,15 +182,6 @@ config ATH79_MACH_PB42 select ATH79_DEV_GPIO_BUTTONS select ATH79_DEV_M25P80 -config ATH79_MACH_PB92 - bool "Atheros PB92 board support" - select SOC_AR724X - select ATH79_DEV_ETH - select ATH79_DEV_GPIO_BUTTONS - select ATH79_DEV_LEDS_GPIO - select ATH79_DEV_PB9X_PCI if PCI - select ATH79_DEV_USB - config ATH79_MACH_C55 bool "AirTight Networks C-55 support" select SOC_AR934X |