diff options
Diffstat (limited to 'drivers/tty/serial/8250/Kconfig')
-rw-r--r-- | drivers/tty/serial/8250/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/tty/serial/8250/Kconfig b/drivers/tty/serial/8250/Kconfig index 591f8018e7dd..8bc7ecbf6bea 100644 --- a/drivers/tty/serial/8250/Kconfig +++ b/drivers/tty/serial/8250/Kconfig | |||
@@ -278,3 +278,11 @@ config SERIAL_8250_DW | |||
278 | help | 278 | help |
279 | Selecting this option will enable handling of the extra features | 279 | Selecting this option will enable handling of the extra features |
280 | present in the Synopsys DesignWare APB UART. | 280 | present in the Synopsys DesignWare APB UART. |
281 | |||
282 | config SERIAL_8250_EM | ||
283 | tristate "Support for Emma Mobile intergrated serial port" | ||
284 | depends on SERIAL_8250 && ARM && HAVE_CLK | ||
285 | help | ||
286 | Selecting this option will add support for the integrated serial | ||
287 | port hardware found on the Emma Mobile line of processors. | ||
288 | If unsure, say N. | ||