mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[ifxmips] adss 2.6.33 kernel patches, not defult yet as linux-atm breaks on 2.6.33
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20789 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
28
target/linux/ifxmips/files-2.6.30/arch/mips/ifxmips/Kconfig
Normal file
28
target/linux/ifxmips/files-2.6.30/arch/mips/ifxmips/Kconfig
Normal file
@@ -0,0 +1,28 @@
|
||||
# copyright 2007 john crispin <blogic@openwrt.org>
|
||||
|
||||
menu "IFXMips built-in"
|
||||
|
||||
config MTD_IFXMIPS
|
||||
bool "IFXMips flash map"
|
||||
default y
|
||||
|
||||
config IFXMIPS_GPIO_RST_BTN
|
||||
bool "Reset Button"
|
||||
default y
|
||||
|
||||
choice
|
||||
prompt "prom_printf ASC"
|
||||
help
|
||||
Choose which serial port is used, until the console driver is loaded
|
||||
|
||||
config IFXMIPS_PROM_ASC0
|
||||
bool "ASC0"
|
||||
|
||||
config IFXMIPS_PROM_ASC1
|
||||
bool "ASC1"
|
||||
|
||||
endchoice
|
||||
|
||||
|
||||
endmenu
|
||||
|
||||
Reference in New Issue
Block a user