summaryrefslogtreecommitdiffstats
path: root/openwrt/target/linux/sibyte-2.6/patches/000-DUART.patch
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-04-21 23:25:46 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-04-21 23:25:46 +0000
commitee873a47d6d9898fa27c5c1120e7c5ecb592f62f (patch)
tree10dc2713c6fb54027683c178a4519a464a5825f2 /openwrt/target/linux/sibyte-2.6/patches/000-DUART.patch
parent9445c77d7c4c2ffe9c751f4f9610d70ae65e346c (diff)
preliminary sibyte support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3701 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/sibyte-2.6/patches/000-DUART.patch')
-rw-r--r--openwrt/target/linux/sibyte-2.6/patches/000-DUART.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/openwrt/target/linux/sibyte-2.6/patches/000-DUART.patch b/openwrt/target/linux/sibyte-2.6/patches/000-DUART.patch
new file mode 100644
index 000000000..e9cefad0b
--- /dev/null
+++ b/openwrt/target/linux/sibyte-2.6/patches/000-DUART.patch
@@ -0,0 +1,17 @@
+--- 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