aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2009-04-03 10:05:59 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2009-04-03 10:05:59 +0000
commit58cdfa8f9f5d78a1cb7370ac2c511813c2b80de4 (patch)
treebb888eec0eec0b790099632f8f4f5b37ccd3fbbe
parent8bb4025ed67b2a158aa5804211c730fb1485bcd5 (diff)
downloadopenembedded-58cdfa8f9f5d78a1cb7370ac2c511813c2b80de4.tar.gz
linux-rpĂ-2.6.26: addserial console support for qemux86
-rw-r--r--recipes/linux/linux-rp-2.6.26/defconfig-qemux863
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/linux/linux-rp-2.6.26/defconfig-qemux86 b/recipes/linux/linux-rp-2.6.26/defconfig-qemux86
index d5a597fedf..57f7c0d15a 100644
--- a/recipes/linux/linux-rp-2.6.26/defconfig-qemux86
+++ b/recipes/linux/linux-rp-2.6.26/defconfig-qemux86
@@ -1246,7 +1246,7 @@ CONFIG_DEVKMEM=y
# Serial drivers
#
CONFIG_SERIAL_8250=y
-# CONFIG_SERIAL_8250_CONSOLE is not set
+CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_FIX_EARLYCON_MEM=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_PNP=y
@@ -1258,6 +1258,7 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=y
+CONFIG_SERIAL_CORE_CONSOLE=y
# CONFIG_SERIAL_JSM is not set
CONFIG_UNIX98_PTYS=y
# CONFIG_LEGACY_PTYS is not set