|
@@ -534,21 +534,13 @@ config SERIAL_S3C24A0
|
|
|
Serial port support for the Samsung S3C24A0 SoC
|
|
|
|
|
|
config SERIAL_S3C6400
|
|
|
- tristate "Samsung S3C6400/S3C6410/S5P6440 Seria port support"
|
|
|
- depends on SERIAL_SAMSUNG && (CPU_S3C6400 || CPU_S3C6410 || CPU_S5P6440)
|
|
|
+ tristate "Samsung S3C6400/S3C6410/S5P6440/S5PC100 Serial port support"
|
|
|
+ depends on SERIAL_SAMSUNG && (CPU_S3C6400 || CPU_S3C6410 || CPU_S5P6440 || CPU_S5PC100)
|
|
|
select SERIAL_SAMSUNG_UARTS_4
|
|
|
default y
|
|
|
help
|
|
|
- Serial port support for the Samsung S3C6400, S3C6410 and S5P6440
|
|
|
- SoCs
|
|
|
-
|
|
|
-config SERIAL_S5PC100
|
|
|
- tristate "Samsung S5PC100 Serial port support"
|
|
|
- depends on SERIAL_SAMSUNG && CPU_S5PC100
|
|
|
- select SERIAL_SAMSUNG_UARTS_4
|
|
|
- default y
|
|
|
- help
|
|
|
- Serial port support for the Samsung S5PC100 SoCs
|
|
|
+ Serial port support for the Samsung S3C6400, S3C6410, S5P6440
|
|
|
+ and S5PC100 SoCs
|
|
|
|
|
|
config SERIAL_S5PV210
|
|
|
tristate "Samsung S5PV210 Serial port support"
|