]> git.neil.brown.name Git - history.git/commit
[SERIAL] Fix Sparc32/64 handling of CONFIG_SERIAL_CORE{,_CONSOLE}
authorRussell King <rmk@flint.arm.linux.org.uk>
Sun, 13 Oct 2002 00:47:55 +0000 (01:47 +0100)
committerRussell King <rmk@flint.arm.linux.org.uk>
Sun, 13 Oct 2002 00:47:55 +0000 (01:47 +0100)
commit708a3b4ac3a065635024068d2bf436e48c1be771
tree4b3f3f2d323c8aa1a0e9c736330aa62b4378649e
parente856ba4ac9cc2c405d062c496ec125b63c502e4d
[SERIAL] Fix Sparc32/64 handling of CONFIG_SERIAL_CORE{,_CONSOLE}
SPARC was unconditionally setting CONFIG_SERIAL_CORE_CONSOLE to y
and conditionally setting CONFIG_SERIAL_CORE depending on the Sparc
sub-drivers.  In addition, the core serial driver for SPARC is
always built, so we end up with link errors.

We instead make CONFIG_SERIAL_CORE{,_CONSOLE} dependent on building
the SPARC core driver (CONFIG_SERIAL_SUNCORE).
drivers/serial/Config.in