aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/Kconfig
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2012-01-25 03:05:04 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2012-01-26 14:29:47 -0500
commit3afbd89c9639c344300dcdd7d4e5e18dda559fd4 (patch)
tree940e4cde7ef30ea0021ffc216e7ceef5c3e154b8 /drivers/tty/serial/Kconfig
parente9aba5158a80098447ff207a452a3418ae7ee386 (diff)
serial/efm32: add new driver
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/tty/serial/Kconfig')
-rw-r--r--drivers/tty/serial/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
index aca2386c5ef1..6e24a8f5fd2a 100644
--- a/drivers/tty/serial/Kconfig
+++ b/drivers/tty/serial/Kconfig
@@ -1628,4 +1628,17 @@ config SERIAL_AR933X_NR_UARTS
1628 Set this to the number of serial ports you want the driver 1628 Set this to the number of serial ports you want the driver
1629 to support. 1629 to support.
1630 1630
1631config SERIAL_EFM32_UART
1632 tristate "EFM32 UART/USART port."
1633 depends on ARCH_EFM32
1634 select SERIAL_CORE
1635 help
1636 This driver support the USART and UART ports on
1637 Energy Micro's efm32 SoCs.
1638
1639config SERIAL_EFM32_UART_CONSOLE
1640 bool "EFM32 UART/USART console support"
1641 depends on SERIAL_EFM32_UART=y
1642 select SERIAL_CORE_CONSOLE
1643
1631endmenu 1644endmenu