diff options
author | Andrew Victor <andrew@sanpeople.com> | 2007-05-11 21:37:25 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-05-11 22:02:52 +0100 |
commit | 2c7ee6ab7cb7261aacea91d41da8df1874772f3f (patch) | |
tree | 63e24f302030571fc367fa4ae76308d660ac12ec /drivers/serial/Kconfig | |
parent | c53c9cf60e49119e97d38390849cac5b2f0a0981 (diff) | |
download | linux-3.10-2c7ee6ab7cb7261aacea91d41da8df1874772f3f.tar.gz linux-3.10-2c7ee6ab7cb7261aacea91d41da8df1874772f3f.tar.bz2 linux-3.10-2c7ee6ab7cb7261aacea91d41da8df1874772f3f.zip |
[ARM] 4332/2: KS8695: Serial driver
A driver for the KS8695 internal UART.
Based on the 2.6.9 driver from Micrel.
Signed-off-by: Andrew Victor <andrew@sanpeople.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r-- | drivers/serial/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index a6f5bfbb777..315ea991645 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig @@ -359,6 +359,23 @@ config SERIAL_ATMEL_TTYAT Say Y if you have an external 8250/16C550 UART. If unsure, say N. +config SERIAL_KS8695 + bool "Micrel KS8695 (Centaur) serial port support" + depends on ARCH_KS8695 + select SERIAL_CORE + help + This selects the Micrel Centaur KS8695 UART. Say Y here. + +config SERIAL_KS8695_CONSOLE + bool "Support for console on KS8695 (Centaur) serial port" + depends on SERIAL_KS8695=y + select SERIAL_CORE_CONSOLE + help + Say Y here if you wish to use a KS8695 (Centaur) UART as the + system console (the system console is the device which + receives all kernel messages and warnings and which allows + logins in single user mode). + config SERIAL_CLPS711X tristate "CLPS711X serial port support" depends on ARM && ARCH_CLPS711X |