mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-11 22:25:00 +02:00
ee873a47d6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3701 3c298f89-4303-0410-b956-a3cf2f4a3e73
18 lines
585 B
Diff
18 lines
585 B
Diff
--- linux-2.6.16.4/drivers/char/Kconfig 2006-04-21 14:38:30.000000000 -0700
|
|
+++ linux-2.6.16.4/drivers/char/Kconfig 2006-04-21 14:39:29.000000000 -0700
|
|
@@ -340,6 +340,14 @@
|
|
To compile this driver as a module, choose M here: the
|
|
module will be called istallion.
|
|
|
|
+config SIBYTE_SB1250_DUART
|
|
+ bool "Support for BCM1xxx onchip DUART"
|
|
+ depends on MIPS && SIBYTE_SB1xxx_SOC=y
|
|
+
|
|
+config SIBYTE_SB1250_DUART_CONSOLE
|
|
+ bool "Console on BCM1xxx DUART"
|
|
+ depends on SIBYTE_SB1250_DUART
|
|
+
|
|
config AU1000_UART
|
|
bool "Enable Au1000 UART Support"
|
|
depends on SERIAL_NONSTANDARD && MIPS
|