mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-09 04:05:19 +02:00
cf6dac9a38
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9821 3c298f89-4303-0410-b956-a3cf2f4a3e73
37 lines
512 B
Plaintext
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
|
|
|