diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-01-24 20:01:33 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-01-24 20:01:33 +0000 |
commit | cdad29a7c1b734b87d8c3c76cc6429a21770f6ae (patch) | |
tree | cd66e48872706fb6b0292d0716ba1aaf1be448fa /target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/Kconfig | |
parent | 7c9617f664ed00990c69322e19b4de16a3049c0a (diff) | |
download | upstream-cdad29a7c1b734b87d8c3c76cc6429a21770f6ae.tar.gz upstream-cdad29a7c1b734b87d8c3c76cc6429a21770f6ae.tar.bz2 upstream-cdad29a7c1b734b87d8c3c76cc6429a21770f6ae.zip |
mcs814x: remove linux 3.3 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44106 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/Kconfig')
-rw-r--r-- | target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/Kconfig | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/Kconfig b/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/Kconfig deleted file mode 100644 index 372c9b87b9..0000000000 --- a/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/Kconfig +++ /dev/null @@ -1,29 +0,0 @@ -if ARCH_MCS814X - -config MCS8140 - bool - select CPU_ARM926T - -menu "Moschip MCS8140 boards" - -config MACH_DLAN_USB_EXT - bool "Devolo dLAN USB Extender" - select MCS8140 - select NEW_LEDS - select LEDS_CLASS - select LEDS_GPIO - help - Machine support for the Devolo dLAN USB Extender - -config MACH_RBT_832 - bool "Tigal RBT-832" - select MCS8140 - select NEW_LEDS - select LEDS_CLASS - select LEDS_GPIO - help - Machine support for the Tigal RBT-832 board - -endmenu - -endif |