Turn on CONFIG_SERIAL_8250 support on Footbridge.

svn path=/dists/trunk/linux-2.6/; revision=5082
This commit is contained in:
Martin Michlmayr 2005-12-24 22:37:58 +00:00
parent 2d761509b1
commit fdd1471a62
2 changed files with 4 additions and 1 deletions

View File

@ -806,7 +806,9 @@ CONFIG_SERIAL_NONSTANDARD=y
#
# Serial drivers
#
# CONFIG_SERIAL_8250 is not set
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_8250_NR_UARTS=16
#
# Non-8250 serial port support

1
debian/changelog vendored
View File

@ -33,6 +33,7 @@ linux-2.6 (2.6.14+2.6.15-rc6-0experimental.1) UNRELEASED; urgency=low
* [arm] Compile CONFIG_BLK_DEV_SL82C105 support into the kernel on
Footbridge.
* [arm] Compile ext3 support into the kernel on Footbridge.
* [arm] Turn on CONFIG_SERIAL_8250 support on Footbridge.
-- Sven Luther <luther@debian.org> Mon, 19 Dec 2005 22:21:46 +0000