Skip to content

Commit

Permalink
[ARM] Ensure CONFIG_SERIAL_SAMSUNG_UARTS is always set.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ben Dooks committed Jan 8, 2009
1 parent 43ae659 commit 2fafae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/serial/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2fafae3

Please sign in to comment.