blanche_defconfig: enable CONFIG_MMC
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 9 May 2017 11:31:38 +0000 (20:31 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 15 May 2017 09:28:23 +0000 (18:28 +0900)
commit67e09e248fd3ffaa36e0481d78a31be4736d68c0
treef3e3869e64591b66c6bb63bd9e4c3d3babb60364
parentd90e9458d7e7e7a44abe8477b562ec4961dd3cc6
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>
configs/blanche_defconfig