diff options
author | Sven Rebhan <odinshorse@googlemail.com> | 2009-02-23 01:21:47 +0000 |
---|---|---|
committer | Andy Green <agreen@octopus.localdomain> | 2009-02-23 01:21:47 +0000 |
commit | e63853c0922e0f1e5f65b24a9f4dcdcabc265383 (patch) | |
tree | 006978478d3de11cd604fc5a50cea611391157c7 /arch | |
parent | 1f06c28eaa6e77384a366c3d2ab1ccdbb8a807e0 (diff) |
GSM requires serial console
The GSM interface of all MACH_NEO1973s require the Samsung serial console,
so we should automatically select it.
Signed-off-by: Sven Rebhan <odinshorse@googlemail.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/plat-s3c24xx/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c24xx/Kconfig b/arch/arm/plat-s3c24xx/Kconfig index 1af939dfea0..af16c1772db 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 |