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/amery/mess
Christian Wiese 15 years ago
committed by Alejandro Mery
parent
commit
6c61528049
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      base/linux26/arch/config-common.sh

+ 3
- 1
base/linux26/arch/config-common.sh

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../linux26/arch/config-common.sh # 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. # More information can be found in the files COPYING and README.
# #
@ -26,6 +26,8 @@ CONFIG_LOGO=y
# serial console # serial console
CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=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 # ps/2 keyboard & mouse - as of 2.6.27, it can't be handled by udev
CONFIG_SERIO=y CONFIG_SERIO=y

Loading…
Cancel
Save