diff options
author | Tom Rini | 2022-03-23 17:20:00 -0400 |
---|---|---|
committer | Tom Rini | 2022-04-01 10:28:46 -0400 |
commit | db48e5258432838bc215bdea9fb8e83017afe972 (patch) | |
tree | cdb66cb4b781fe765f5648b77876d8d99215c7a3 /drivers/serial | |
parent | e9ce70eff0451974d9c0b5a680dfe495545a8c33 (diff) |
Convert CONFIG_LPUART et al to Kconfig
This converts the following to Kconfig:
CONFIG_LPUART
CONFIG_LPUART_32B_REG
And note that CONFIG_LPUART_32B_REG is unused in code.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/serial')
-rw-r--r-- | drivers/serial/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 345d1881f55..610f8062c76 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig @@ -647,6 +647,10 @@ config FSL_LPUART Select this to enable a Low Power UART for Freescale VF610 and QorIQ Layerscape devices. +config LPUART + bool "Use the LPUART as console" + depends on FSL_LPUART + config MVEBU_A3700_UART bool "UART support for Armada 3700" help |