diff options
| author | Tom Rini <[email protected]> | 2021-10-30 23:03:53 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-11-05 11:23:29 -0400 |
| commit | 74337aa4506c76e790ab45ad4f4ab854f25d19da (patch) | |
| tree | 94fffbe08db75554289fbbce3fd415255fb1337e /configs/amcore_defconfig | |
| parent | 61e1972e73df818013adeec750a402fcf298f137 (diff) | |
Convert CONFIG_MCFUART to Kconfig
This converts the following to Kconfig:
CONFIG_MCFUART
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'configs/amcore_defconfig')
| -rw-r--r-- | configs/amcore_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/amcore_defconfig b/configs/amcore_defconfig index 095386f188b..1170dd33cba 100644 --- a/configs/amcore_defconfig +++ b/configs/amcore_defconfig @@ -29,3 +29,4 @@ CONFIG_MTD_NOR_FLASH=y CONFIG_FLASH_CFI_DRIVER=y CONFIG_SYS_FLASH_USE_BUFFER_WRITE=y CONFIG_SYS_FLASH_CFI=y +CONFIG_MCFUART=y |
