summaryrefslogtreecommitdiffstats
path: root/target/linux/ifxmips/files/arch/mips/danube/Kconfig
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2007-12-22 14:01:51 +0000
committerJohn Crispin <john@openwrt.org>2007-12-22 14:01:51 +0000
commitb9d3d10354fd6c9ca90a757660a02ef8c1593146 (patch)
tree11c2dd678813d3e1e6d1b914369883b8c8ab5cc1 /target/linux/ifxmips/files/arch/mips/danube/Kconfig
parent7b00e985a1188a3289be7b2175234093045a22ab (diff)
downloadmaster-31e0f0ae-b9d3d10354fd6c9ca90a757660a02ef8c1593146.tar.gz
master-31e0f0ae-b9d3d10354fd6c9ca90a757660a02ef8c1593146.tar.bz2
master-31e0f0ae-b9d3d10354fd6c9ca90a757660a02ef8c1593146.zip
more danube 2 ifxmips transitions
SVN-Revision: 9828
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
-