From: Ben Dooks Date: Thu, 8 Jan 2009 13:21:17 +0000 (+0000) Subject: [ARM] Ensure CONFIG_SERIAL_SAMSUNG_UARTS is always set. X-Git-Tag: v2.6.29-rc1~46^2~17 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2fafae3f6ddedc5642ddbbbfa0825eec87863553;p=karo-tx-linux.git [ARM] Ensure CONFIG_SERIAL_SAMSUNG_UARTS is always set. Always set CONFIG_SERIAL_SAMSUNG_UARTS when building any of the S3C platforms as even if the driver is not selected there it is still the facility for the machine files to register configuration data for the possibility of the driver being built. Signed-off-by: Ben Dooks --- diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index b695ab3142d8..3e34605ee5a8 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig @@ -457,7 +457,7 @@ config SERIAL_SAMSUNG config SERIAL_SAMSUNG_UARTS int - depends on SERIAL_SAMSUNG + depends on ARM && PLAT_S3C default 2 if ARCH_S3C2400 default 4 if ARCH_S3C64XX || CPU_S3C2443 default 3