Browse Source

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!
user/karasz/test/ecn
Christian Wiese 16 years ago committed by Alejandro Mery
parent
commit
6c61528049
  1. 4
      base/linux26/arch/config-common.sh

4
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

Loading…
Cancel
Save