diff options
author | Tom Rini <trini@konsulko.com> | 2021-10-30 23:03:53 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-11-05 11:23:29 -0400 |
commit | 74337aa4506c76e790ab45ad4f4ab854f25d19da (patch) | |
tree | 94fffbe08db75554289fbbce3fd415255fb1337e /configs/stmark2_defconfig | |
parent | 61e1972e73df818013adeec750a402fcf298f137 (diff) | |
download | u-boot-74337aa4506c76e790ab45ad4f4ab854f25d19da.tar.gz |
Convert CONFIG_MCFUART to Kconfig
This converts the following to Kconfig:
CONFIG_MCFUART
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/stmark2_defconfig')
-rw-r--r-- | configs/stmark2_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stmark2_defconfig b/configs/stmark2_defconfig index eb6d5a71f8..e7b68cdd91 100644 --- a/configs/stmark2_defconfig +++ b/configs/stmark2_defconfig @@ -36,6 +36,7 @@ CONFIG_DM_SPI_FLASH=y CONFIG_SF_DEFAULT_SPEED=50000000 CONFIG_SPI_FLASH_ISSI=y CONFIG_SPI_FLASH_MTD=y +CONFIG_MCFUART=y CONFIG_SPI=y CONFIG_DM_SPI=y CONFIG_CF_SPI=y |