aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ifxmips/files/arch/mips/danube/Kconfig
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2007-12-22 14:01:51 +0000
committerJohn Crispin <blogic@openwrt.org>2007-12-22 14:01:51 +0000
commit7bab81d09f6e5ba1448bab87f45e3fa8eceab17f (patch)
treee86800f72c669234db8320242fdf05396770c541 /target/linux/ifxmips/files/arch/mips/danube/Kconfig
parent5951d2907de1765433ebc41f54b4bf9642b4f886 (diff)
downloadupstream-7bab81d09f6e5ba1448bab87f45e3fa8eceab17f.tar.gz
upstream-7bab81d09f6e5ba1448bab87f45e3fa8eceab17f.tar.bz2
upstream-7bab81d09f6e5ba1448bab87f45e3fa8eceab17f.zip
more danube 2 ifxmips transitions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9828 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ifxmips/files/arch/mips/danube/Kconfig')
-rw-r--r--target/linux/ifxmips/files/arch/mips/danube/Kconfig36
1 files changed, 0 insertions, 36 deletions
diff --git a/target/linux/ifxmips/files/arch/mips/danube/Kconfig b/target/linux/ifxmips/files/arch/mips/danube/Kconfig
deleted file mode 100644
index 3d8277ec31..0000000000
--- a/target/linux/ifxmips/files/arch/mips/danube/Kconfig
+++ /dev/null
@@ -1,36 +0,0 @@
-# copyright 2007 john crispin <blogic@openwrt.org>
-
-menu "IFXMips built-in"
-
-config IFXMIPS_ASC_UART
- bool "IFXMips asc uart"
- select SERIAL_CORE
- select SERIAL_CORE_CONSOLE
- default y
-
-config MTD_IFXMIPS
- bool "IFXMips flash map"
- default y
-
-config IFXMIPS_WDT
- bool "IFXMips watchdog"
- default y
-
-config IFXMIPS_LED
- bool "IFXMips led"
- default y
-
-config IFXMIPS_GPIO
- bool "IFXMips gpio"
- default y
-
-config IFXMIPS_SSC
- bool "IFXMips ssc"
- default y
-
-config IFXMIPS_EEPROM
- bool "IFXMips eeprom"
- default y
-
-endmenu
-