diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-02-23 20:46:10 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-02-23 20:52:20 -0500 |
commit | 1088f336ccc73feaaff2f95eec6fb5b6e7e94337 (patch) | |
tree | 2f9bedc0c9781624249dfc4bb7c58e736136832b /drivers/serial/Kconfig | |
parent | 03843a1294073c19783b43f60f3a455dd0672685 (diff) |
ARM: SAMSUNG: Fix UART number for S5P6442
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>
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 86590e9a92f5..c53e13a26084 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
@@ -552,7 +552,7 @@ config SERIAL_S5PC100 | |||
552 | config SERIAL_S5PV210 | 552 | config SERIAL_S5PV210 |
553 | tristate "Samsung S5PV210 Serial port support" | 553 | tristate "Samsung S5PV210 Serial port support" |
554 | depends on SERIAL_SAMSUNG && (CPU_S5PV210 || CPU_S5P6442) | 554 | depends on SERIAL_SAMSUNG && (CPU_S5PV210 || CPU_S5P6442) |
555 | select SERIAL_SAMSUNG_UARTS_4 | 555 | select SERIAL_SAMSUNG_UARTS_4 if CPU_S5PV210 |
556 | default y | 556 | default y |
557 | help | 557 | help |
558 | Serial port support for Samsung's S5P Family of SoC's | 558 | Serial port support for Samsung's S5P Family of SoC's |