diff options
Diffstat (limited to 'drivers/tty/serial/Kconfig')
-rw-r--r-- | drivers/tty/serial/Kconfig | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig index e461be164f67..e1aee37270f5 100644 --- a/drivers/tty/serial/Kconfig +++ b/drivers/tty/serial/Kconfig | |||
@@ -537,8 +537,8 @@ config SERIAL_S3C6400 | |||
537 | 537 | ||
538 | config SERIAL_S5PV210 | 538 | config SERIAL_S5PV210 |
539 | tristate "Samsung S5PV210 Serial port support" | 539 | tristate "Samsung S5PV210 Serial port support" |
540 | depends on SERIAL_SAMSUNG && (CPU_S5PV210 || CPU_S5P6442 || CPU_S5PV310) | 540 | depends on SERIAL_SAMSUNG && (CPU_S5PV210 || CPU_S5P6442 || CPU_EXYNOS4210) |
541 | select SERIAL_SAMSUNG_UARTS_4 if (CPU_S5PV210 || CPU_S5PV310) | 541 | select SERIAL_SAMSUNG_UARTS_4 if (CPU_S5PV210 || CPU_EXYNOS4210) |
542 | default y | 542 | default y |
543 | help | 543 | help |
544 | Serial port support for Samsung's S5P Family of SoC's | 544 | Serial port support for Samsung's S5P Family of SoC's |
@@ -1598,4 +1598,18 @@ config SERIAL_MSM_SMD | |||
1598 | Enables userspace clients to read and write to some streaming SMD | 1598 | Enables userspace clients to read and write to some streaming SMD |
1599 | ports via tty device interface for MSM chipset. | 1599 | ports via tty device interface for MSM chipset. |
1600 | 1600 | ||
1601 | config SERIAL_MXS_AUART | ||
1602 | depends on ARCH_MXS | ||
1603 | tristate "MXS AUART support" | ||
1604 | select SERIAL_CORE | ||
1605 | help | ||
1606 | This driver supports the MXS Application UART (AUART) port. | ||
1607 | |||
1608 | config SERIAL_MXS_AUART_CONSOLE | ||
1609 | bool "MXS AUART console support" | ||
1610 | depends on SERIAL_MXS_AUART=y | ||
1611 | select SERIAL_CORE_CONSOLE | ||
1612 | help | ||
1613 | Enable a MXS AUART port to be the system console. | ||
1614 | |||
1601 | endmenu | 1615 | endmenu |