From 6c615280494f32cf974796da28e980cfbb6dec18 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Mon, 29 Mar 2010 10:48:26 +0200 Subject: [PATCH] linux26: fixed serial console support by adding CONFIG_SERIAL_8250_PCI=y and CONFIG_SERIAL_8250_PNP=y Note: There are known problems using the 8250 PNP driver as a module! --- base/linux26/arch/config-common.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/base/linux26/arch/config-common.sh b/base/linux26/arch/config-common.sh index f152fd522..1ff704670 100644 --- a/base/linux26/arch/config-common.sh +++ b/base/linux26/arch/config-common.sh @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../linux26/arch/config-common.sh -# Copyright (C) 2008 - 2009 The OpenSDE Project +# Copyright (C) 2008 - 2010 The OpenSDE Project # # More information can be found in the files COPYING and README. # @@ -26,6 +26,8 @@ CONFIG_LOGO=y # serial console CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y +CONFIG_SERIAL_8250_PCI=y +CONFIG_SERIAL_8250_PNP=y # ps/2 keyboard & mouse - as of 2.6.27, it can't be handled by udev CONFIG_SERIO=y