diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-16 19:06:03 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-26 10:29:04 -0400 |
commit | b40fa972863701dc554e2a4825c048bfc5a8d709 (patch) | |
tree | 4745ece547e794d3dca1f3ef7c310a4edb93e85d /configs/vexpress_ca9x4_defconfig | |
parent | 295ab895e354f5cb33df5e8c18708f75eea54b0b (diff) | |
download | u-boot-b40fa972863701dc554e2a4825c048bfc5a8d709.tar.gz u-boot-b40fa972863701dc554e2a4825c048bfc5a8d709.tar.bz2 u-boot-b40fa972863701dc554e2a4825c048bfc5a8d709.zip |
Convert CONFIG_ARM_PL180_MMCI to Kconfig
This converts the following to Kconfig:
CONFIG_ARM_PL180_MMCI
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/vexpress_ca9x4_defconfig')
-rw-r--r-- | configs/vexpress_ca9x4_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/vexpress_ca9x4_defconfig b/configs/vexpress_ca9x4_defconfig index 8234b5d1bb..1811782128 100644 --- a/configs/vexpress_ca9x4_defconfig +++ b/configs/vexpress_ca9x4_defconfig @@ -23,6 +23,7 @@ CONFIG_CMD_MMC=y CONFIG_CMD_UBI=y CONFIG_ENV_IS_IN_FLASH=y CONFIG_ENV_ADDR=0x47F80000 +CONFIG_ARM_PL180_MMCI=y CONFIG_MTD=y CONFIG_MTD_NOR_FLASH=y CONFIG_FLASH_CFI_DRIVER=y |