[ARM] S3C24XX: Fix SERIAL_SAMSUNG entry
authorArnaud Patard (Rtp <arnaud.patard@rtp-net.org>
Mon, 7 Jul 2008 23:03:46 +0000 (01:03 +0200)
committerBen Dooks <ben-linux@fluff.org>
Tue, 15 Jul 2008 16:20:59 +0000 (17:20 +0100)
commit19c1d6a34abf73d0baf8e325d018c920fa78dddc
tree465aaf1b0e68f35382adf0333dedd00c972e17da
parent2bc7509f62da572925ef33365d4fc16f8b4abdd4
[ARM] S3C24XX: Fix SERIAL_SAMSUNG entry

The SERIAL_SAMSUNG needs SERIAL_CORE but doesn't select it, leading to a
build failure. Adding a 'select SERIAL_CORE' cure the trouble.

Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
drivers/serial/Kconfig