diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2016-01-13 19:39:00 -0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-01-20 19:10:14 -0700 |
commit | 5ed07cf53ccd47be65b5bcfef7432a75bfbfa65e (patch) | |
tree | d54c171803b4d2c8293c0eda9b7651e79d414c3b /drivers/serial | |
parent | f833cd6279666e1c2de6fc271bfd5d451003ed3b (diff) | |
download | u-boot-imx-5ed07cf53ccd47be65b5bcfef7432a75bfbfa65e.zip u-boot-imx-5ed07cf53ccd47be65b5bcfef7432a75bfbfa65e.tar.gz u-boot-imx-5ed07cf53ccd47be65b5bcfef7432a75bfbfa65e.tar.bz2 |
serial: lpuart: Move CONFIG_FSL_LPUART to Kconfig
LPUART is seen on Freescale VF610 and QorIQ Layerscape devices.
Create a Kconfig option and move it to defconfig for all boards
that have this serial driver.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Acked-by: Stefan Agner <stefan.agner@toradex.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/serial')
-rw-r--r-- | drivers/serial/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 92084a2..83068cf 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig @@ -228,6 +228,12 @@ config ALTERA_UART Select this to enable an UART for Altera devices. Please find details on the "Embedded Peripherals IP User Guide" of Altera. +config FSL_LPUART + bool "Freescale LPUART support" + help + Select this to enable a Low Power UART for Freescale VF610 and + QorIQ Layerscape devices. + config SYS_NS16550 bool "NS16550 UART or compatible" help |