summaryrefslogtreecommitdiff
path: root/configs/ls1021atwr_nor_lpuart_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-23 17:20:00 -0400
committerTom Rini <trini@konsulko.com>2022-04-01 10:28:46 -0400
commitdb48e5258432838bc215bdea9fb8e83017afe972 (patch)
treecdb66cb4b781fe765f5648b77876d8d99215c7a3 /configs/ls1021atwr_nor_lpuart_defconfig
parente9ce70eff0451974d9c0b5a680dfe495545a8c33 (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 'configs/ls1021atwr_nor_lpuart_defconfig')
-rw-r--r--configs/ls1021atwr_nor_lpuart_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ls1021atwr_nor_lpuart_defconfig b/configs/ls1021atwr_nor_lpuart_defconfig
index 5bb3175df4..973b499fc9 100644
--- a/configs/ls1021atwr_nor_lpuart_defconfig
+++ b/configs/ls1021atwr_nor_lpuart_defconfig
@@ -20,7 +20,6 @@ CONFIG_FIT=y
CONFIG_FIT_VERBOSE=y
CONFIG_OF_BOARD_SETUP=y
CONFIG_OF_STDOUT_VIA_ALIAS=y
-CONFIG_SYS_EXTRA_OPTIONS="LPUART"
CONFIG_BOOTDELAY=3
CONFIG_USE_BOOTARGS=y
CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0"
@@ -76,6 +75,7 @@ CONFIG_SYS_QE_FW_ADDR=0x60940000
CONFIG_DM_SCSI=y
CONFIG_DM_SERIAL=y
CONFIG_FSL_LPUART=y
+CONFIG_LPUART=y
CONFIG_USB=y
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_XHCI_DWC3=y