1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-20 11:24:12 +03:00
openwrt-xburst/target/linux/ifxmips/files/arch/mips/danube/Kconfig
blogic cf6dac9a38 change danube 2 ifxmips
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9821 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-22 00:17:22 +00:00

37 lines
512 B
Plaintext

# copyright 2007 john crispin <blogic@openwrt.org>
menu "Danube built-in"
config IFXMIPS_ASC_UART
bool "Danube asc uart"
select SERIAL_CORE
select SERIAL_CORE_CONSOLE
default y
config MTD_IFXMIPS
bool "Danube flash map"
default y
config IFXMIPS_WDT
bool "Danube watchdog"
default y
config IFXMIPS_LED
bool "Danube led"
default y
config IFXMIPS_GPIO
bool "Danube gpio"
default y
config IFXMIPS_SSC
bool "Danube ssc"
default y
config IFXMIPS_EEPROM
bool "Danube eeprom"
default y
endmenu