serial: add missing SERIAL_CORE dependencies
authorArnd Bergmann <arnd@arndb.de>
Tue, 29 Apr 2014 20:26:22 +0000 (22:26 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 May 2014 19:22:42 +0000 (12:22 -0700)
commit717e1cb22f01ddeaaeddc126fed43f975c920d97
tree510c7f1a263604371c676d95c8e6262422146e62
parentbeb04a9f04d95b0d1fdb96719559612705dfc1c9
serial: add missing SERIAL_CORE dependencies

Two new drivers have been added since 3.14, the MEN 16z135 uart, and
the ARM semihosting console. Both are missing an explicit 'select
SERIAL_CORE', which can leads build errors when no other driver
selects the core, as found during ARM randconfig testing.
In case of the ARM semihosting console, we also have to select
SERIAL_CORE_CONSOLE.

This adds the missing 'select' statements.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/Kconfig