The GSM interface of all MACH_NEO1973s require the Samsung serial console, so we should automatically select it.
Signed-off-by: Sven Rebhan <[email protected]> diff --git a/arch/arm/plat-s3c24xx/Kconfig b/arch/arm/plat-s3c24xx/Kconfig index 1af939d..af16c17 100644 --- a/arch/arm/plat-s3c24xx/Kconfig +++ b/arch/arm/plat-s3c24xx/Kconfig @@ -115,6 +115,8 @@ config MACH_SMDK config MACH_NEO1973 bool select RFKILL + select SERIAL_SAMSUNG + select SERIAL_SAMSUNG_CONSOLE help Common machine code for Neo1973 hardware -- 1.6.0.6
