]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[ARM] Ensure CONFIG_SERIAL_SAMSUNG_UARTS is always set.
authorBen Dooks <ben-linux@fluff.org>
Thu, 8 Jan 2009 13:21:17 +0000 (13:21 +0000)
committerBen Dooks <ben-linux@fluff.org>
Thu, 8 Jan 2009 16:24:14 +0000 (16:24 +0000)
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>
drivers/serial/Kconfig

index b695ab3142d83e2249586623344d4a49ca0c84a9..3e34605ee5a83ac73c8012055d2048e9a6876dab 100644 (file)
@@ -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