Commit 67e09e248fd3ffaa36e0481d78a31be4736d68c0

Authored by Masahiro Yamada
Committed by Jaehoon Chung
1 parent d90e9458d7

blanche_defconfig: enable CONFIG_MMC

As commit 54925327fa11 ("mmc: move CONFIG_GENERIC_MMC to Kconfig")
addressed, this is one of the last weird defconfigs that define
CONFIG_GENERIC_MMC without CONFIG_MMC.

Now I took a closer look at this.  Given that both CONFIG_CMD_MMC
and CONFIG_GENERIC_MMC are set for this defconfig, CONFIG_MMC should
be enabled.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

Showing 1 changed file with 1 additions and 2 deletions Side-by-side Diff

configs/blanche_defconfig
... ... @@ -15,8 +15,7 @@
15 15 CONFIG_CMD_EXT4=y
16 16 CONFIG_CMD_EXT4_WRITE=y
17 17 CONFIG_CMD_FAT=y
18   -# CONFIG_MMC is not set
19   -CONFIG_GENERIC_MMC=y
  18 +CONFIG_MMC=y
20 19 CONFIG_MTD_NOR_FLASH=y
21 20 CONFIG_SPI_FLASH=y
22 21 CONFIG_SPI_FLASH_BAR=y