aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tty/serial/Kconfig')
-rw-r--r--drivers/tty/serial/Kconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
index 75cc59f5d253..636949d8144d 100644
--- a/drivers/tty/serial/Kconfig
+++ b/drivers/tty/serial/Kconfig
@@ -200,6 +200,24 @@ config SERIAL_KS8695_CONSOLE
200 receives all kernel messages and warnings and which allows 200 receives all kernel messages and warnings and which allows
201 logins in single user mode). 201 logins in single user mode).
202 202
203config SERIAL_MESON
204 tristate "Meson serial port support"
205 depends on ARCH_MESON
206 select SERIAL_CORE
207 help
208 This enables the driver for the on-chip UARTs of the Amlogic
209 MesonX processors.
210
211config SERIAL_MESON_CONSOLE
212 bool "Support for console on meson"
213 depends on SERIAL_MESON=y
214 select SERIAL_CORE_CONSOLE
215 help
216 Say Y here if you wish to use a Amlogic MesonX UART as the
217 system console (the system console is the device which
218 receives all kernel messages and warnings and which allows
219 logins in single user mode) as /dev/ttyAMLx.
220
203config SERIAL_CLPS711X 221config SERIAL_CLPS711X
204 tristate "CLPS711X serial port support" 222 tristate "CLPS711X serial port support"
205 depends on ARCH_CLPS711X || COMPILE_TEST 223 depends on ARCH_CLPS711X || COMPILE_TEST