From 74337aa4506c76e790ab45ad4f4ab854f25d19da Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sat, 30 Oct 2021 23:03:53 -0400 Subject: Convert CONFIG_MCFUART to Kconfig This converts the following to Kconfig: CONFIG_MCFUART Signed-off-by: Tom Rini --- configs/M5249EVB_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/M5249EVB_defconfig') diff --git a/configs/M5249EVB_defconfig b/configs/M5249EVB_defconfig index d2ac18e..77eedd6 100644 --- a/configs/M5249EVB_defconfig +++ b/configs/M5249EVB_defconfig @@ -23,3 +23,4 @@ CONFIG_MTD_NOR_FLASH=y CONFIG_FLASH_CFI_DRIVER=y CONFIG_SYS_FLASH_PROTECTION=y CONFIG_SYS_FLASH_CFI=y +CONFIG_MCFUART=y -- cgit v1.1