]> git.baikalelectronics.ru Git - uboot.git/commit
mmc: sandbox: rename CONFIG, fix dependency, and use it in Makefile
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 30 Jan 2017 10:46:50 +0000 (19:46 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 31 Jan 2017 12:50:47 +0000 (21:50 +0900)
commitb19b90f671783d82b772e6289f5e126de7c84fba
tree2137bc8fca209b176a03115e8c41ec0b2f333874
parent5e7c6a4a1e20d1668001fcf50494eda74c3d9798
mmc: sandbox: rename CONFIG, fix dependency, and use it in Makefile

[1] Rename CONFIG_SANDBOX_MMC to CONFIG_MMC_SANDBOX for consistency
    I want all MMC driver options prefixed with CONFIG_MMC_.

[2] Fix dependency
    Add necessary depends on to avoid compile error.
    Instead "depends on MMC" is unneeded because this config entry
    resides inside of "if MMC".

[3] Currently, this config symbol is not referenced at all.
    Use it to enable/disable the driver in Makefile.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
configs/sandbox_defconfig
configs/sandbox_spl_defconfig
drivers/mmc/Kconfig
drivers/mmc/Makefile