diff options
author | Ben Dooks <ben-linux@fluff.org> | 2009-01-08 08:21:17 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-01-08 11:24:14 -0500 |
commit | 2fafae3f6ddedc5642ddbbbfa0825eec87863553 (patch) | |
tree | 6e5dace08b705a147fd34e4c12e59b1389800e6b /drivers/serial/Kconfig | |
parent | 43ae6599fe99a22a98658f0d9d0d40a1f12653f4 (diff) |
[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 <ben-linux@fluff.org>
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r-- | drivers/serial/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
457 | 457 | ||
458 | config SERIAL_SAMSUNG_UARTS | 458 | config SERIAL_SAMSUNG_UARTS |
459 | int | 459 | int |
460 | depends on SERIAL_SAMSUNG | 460 | depends on ARM && PLAT_S3C |
461 | default 2 if ARCH_S3C2400 | 461 | default 2 if ARCH_S3C2400 |
462 | default 4 if ARCH_S3C64XX || CPU_S3C2443 | 462 | default 4 if ARCH_S3C64XX || CPU_S3C2443 |
463 | default 3 | 463 | default 3 |