u-boot-brain/board/samsung/common
Masahiro Yamada 55ed3b4698 mmc: move CONFIG_DWMMC to Kconfig, renaming to CONFIG_MMC_DW
This commit was created as follows:

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

[2] create the entry for MMC_DW in drivers/mmc/Kconfig
    (the prompt and help were copied from Linux)

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

[4] add "depends on MMC_DW" to the MMC_DW_ROCKCHIP entry

[5] Clean-up doc/README.socfpga by hand

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Marek Vasut <marex@denx.de>
2017-01-11 19:40:14 +09:00
..
bootscripts fix: samsung: common: autoboot.cmd: Correct itbcfg definition 2015-06-18 16:11:41 -04:00
board.c mmc: move CONFIG_DWMMC to Kconfig, renaming to CONFIG_MMC_DW 2017-01-11 19:40:14 +09: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