u-boot-brain/board/samsung
Masahiro Yamada e1ce61fbba mmc: move CONFIG_SDHCI to Kconfig, renaming to CONFIG_MMC_SDHCI
Move CONFIG_SDHCI to Kconfig and rename it to CONFIG_MMC_SDHCI.
My motivation for the rename is, ultimately, to make all the MMC
options prefixed with MMC_ and SDHCI options with MMC_SDHCI_,
like Linux.

This commit was created as follows:

[1] Rename the config option with the following command:
find . -name .git -prune -o ! -path ./scripts/config_whitelist.txt \
-type f -print | xargs sed -i -e 's/CONFIG_SDHCI/CONFIG_MMC_SDHCI/g'

[2] create the entry for MMC_SDHCI in drivers/mmc/Kconfig

[3] run "tools/moveconfig.py -y MMC_SDHCI"

[4] add "depends on MMC_SDHCI" to existing SDHCI driver entries

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
2016-12-29 13:08:12 -05:00
..
arndale dm: exynos: Make sure that GPIOs are requested 2014-10-22 10:36:33 -06:00
common mmc: move CONFIG_SDHCI to Kconfig, renaming to CONFIG_MMC_SDHCI 2016-12-29 13:08:12 -05:00
espresso7420 board: samsung: add initial Espresso7420 board support 2016-05-25 10:00:19 +09:00
goni arm: samsung: Convert s5p_goni and smdkc100 to DM_I2C 2016-12-05 13:27:29 +01:00
odroid board: samsung: update the MAINTAINERS file 2016-12-27 11:24:19 -05:00
origen samsung: fix mkorigenspl for darwin 2016-02-24 18:43:59 -05:00
smdk5250 exynos: Add support for spring 2015-08-05 21:06:17 -06:00
smdk5420 board: samsung: update the MAINTAINERS file 2016-12-27 11:24:19 -05:00
smdkc100 mtd: OneNAND: allow board init function fail 2016-07-22 14:46:12 -04:00
smdkv310 smdkv310: clean up checkpatch issues 2015-11-02 10:38:22 +09:00
trats board: samsung: update the MAINTAINERS file 2016-12-27 11:24:19 -05:00
trats2 board: samsung: update the MAINTAINERS file 2016-12-27 11:24:19 -05:00
universal_c210 board: samsung: update the MAINTAINERS file 2016-12-27 11:24:19 -05:00