1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-20 13:46:23 +03:00
openwrt-xburst/target/linux/ifxmips/files/arch/mips/danube/Kconfig

37 lines
512 B
Plaintext
Raw Normal View History

# 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