u-boot-brain/board/samsung/common
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
..
bootscripts fix: samsung: common: autoboot.cmd: Correct itbcfg definition 2015-06-18 16:11:41 -04:00
board.c mmc: move CONFIG_SDHCI to Kconfig, renaming to CONFIG_MMC_SDHCI 2016-12-29 13:08:12 -05:00
dfu_sample_env.txt config: trats: trats2: extend dfu_alt_info by env update settings 2014-02-03 16:09:10 +09:00
exynos-uboot-spl.lds arm: Add missing .vectors section to linker scripts 2014-08-30 07:46:41 -04:00
exynos5-dt-types.c exynos5-dt-types: add board detection for Odroid XU3/XU3L/XU4. 2015-11-02 10:38:00 +09:00
exynos5-dt.c exynos: video: Drop old unused code 2016-05-25 13:25:19 +09:00
gadget.c samsung: dfu: Provide correct Vendor and Product IDs for UMS gadget 2014-08-20 13:10:32 +02:00
Makefile exynos5-dt-types: add board detection for Odroid XU3/XU3L/XU4. 2015-11-02 10:38:00 +09:00
misc.c arm: exynos: i2c: Convert exynos boards to use DM_I2C 2016-12-05 13:27:15 +01:00
multi_i2c.c samsung:common:i2c: add definions for third soft I2C adapter for Trats2 board 2013-09-25 10:52:33 +09:00