Files
u-boot-bpi-r3/include
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
..
2016-12-03 13:21:21 -05:00
2016-08-20 11:35:07 -04:00
2016-09-16 17:03:39 -04:00
2016-12-03 13:21:23 -05:00
2016-10-19 09:01:51 +02:00
2016-11-14 23:24:03 +01:00
2016-12-08 10:36:22 -06:00
2016-10-23 12:08:48 -07:00
2016-08-12 11:01:22 -06:00
2016-12-01 13:51:57 +09:00
2016-08-17 10:25:35 +09:00
2016-10-19 09:01:52 +02:00
2016-11-19 08:41:44 +05:30
2016-09-26 13:24:43 -04:00
2016-10-12 10:56:51 +08:00
2016-10-23 18:33:48 -04:00
2016-10-31 10:13:17 -04:00