commit | ae6fd8eb718869b2e1910dfe2b5883b355ae2751 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Oct 30 23:03:53 2021 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Nov 05 11:23:29 2021 -0400 |
tree | 94fffbe08db75554289fbbce3fd415255fb1337e | |
parent | 26a00952aed2fe8db1694de05175b2464976bae6 [diff] [blame] |
Convert CONFIG_MCFUART to Kconfig This converts the following to Kconfig: CONFIG_MCFUART Signed-off-by: Tom Rini <trini@konsulko.com>
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_FLASH_CFI_DRIVER=y CONFIG_SYS_FLASH_PROTECTION=y CONFIG_SYS_FLASH_CFI=y +CONFIG_MCFUART=y