commit | 3c899783311be110f0e8abe5cb90f9971b1b8bce | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue May 09 20:31:37 2017 +0900 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Mon May 15 18:28:22 2017 +0900 |
tree | 6312040a1f4cc63a10871ae19a2af09f6745335a | |
parent | 89b9391f6f619166e73026728377fa1d3d9c7151 [diff] |
sandbox_noblk_defconfig: disable CONFIG_GENERIC_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 neither CONFIG_CMD_MMC nor CONFIG_MMC is set for this defconfig, CONFIG_GENERIC_MMC should be disabled. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>