Skip to content

Commit

Permalink
ARM: SAMSUNG: Fix UART number for S5P6442
Browse files Browse the repository at this point in the history
The recent changes in the UART code mean that we need to ensure that
the 4 UART case is only selected if S5PV210 is being compiled.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
  • Loading branch information
Ben Dooks committed Feb 24, 2010
1 parent 03843a1 commit 1088f33
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 @@ -552,7 +552,7 @@ config SERIAL_S5PC100
config SERIAL_S5PV210
tristate "Samsung S5PV210 Serial port support"
depends on SERIAL_SAMSUNG && (CPU_S5PV210 || CPU_S5P6442)
select SERIAL_SAMSUNG_UARTS_4
select SERIAL_SAMSUNG_UARTS_4 if CPU_S5PV210
default y
help
Serial port support for Samsung's S5P Family of SoC's
Expand Down

0 comments on commit 1088f33

Please sign in to comment.