u-boot/board/nvidia
Masahiro Yamada 1d2c0506d3 mmc: move more driver config options to Kconfig
Move (and rename) the following CONFIG options to Kconfig:

  CONFIG_DAVINCI_MMC  (renamed to CONFIG_MMC_DAVINCI)
  CONFIG_OMAP_HSMMC   (renamed to CONFIG_MMC_OMAP_HS)
  CONFIG_MXC_MMC      (renamed to CONFIG_MMC_MXC)
  CONFIG_MXS_MMC      (renamed to CONFIG_MMC_MXS)
  CONFIG_TEGRA_MMC    (renamed to CONFIG_MMC_SDHCI_TEGRA)
  CONFIG_SUNXI_MMC    (renamed to CONFIG_MMC_SUNXI)

They are the same option names as used in Linux.

This commit was created as follows:

[1] Rename the options with the following command:

find . -name .git -prune -o ! -path ./scripts/config_whitelist.txt \
-type f -print | xargs sed -i -e '
s/CONFIG_DAVINCI_MMC/CONFIG_MMC_DAVINCI/g
s/CONFIG_OMAP_HSMMC/CONFIG_MMC_OMAP_HS/g
s/CONFIG_MXC_MMC/CONFIG_MMC_MXC/g
s/CONFIG_MXS_MMC/CONFIG_MMC_MXS/g
s/CONFIG_TEGRA_MMC/CONFIG_MMC_SDHCI_TEGRA/g
s/CONFIG_SUNXI_MMC/CONFIG_MMC_SUNXI/g
'

[2] Commit the changes

[3] Create entries in driver/mmc/Kconfig.
    (copied from Linux)

[4] Move the options with the following command
tools/moveconfig.py -y -r HEAD \
MMC_DAVINCI MMC_OMAP_HS MMC_MXC MMC_MXS MMC_SDHCI_TEGRA MMC_SUNXI

[5] Sort and align drivers/mmc/Makefile for readability

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Marek Vasut <marex@denx.de>
2017-01-11 19:40:15 +09:00
..
beaver Various Makefiles: Add SPDX-License-Identifier tags 2015-11-10 09:19:52 -05:00
cardhu mmc: move more driver config options to Kconfig 2017-01-11 19:40:15 +09:00
dalmore mmc: move more driver config options to Kconfig 2017-01-11 19:40:15 +09:00
e2220-1170 ARM: tegra: use DT bindings for GPIO naming 2016-05-31 09:53:56 -07:00
harmony mmc: move more driver config options to Kconfig 2017-01-11 19:40:15 +09:00
jetson-tk1 ARM: tegra: use DT bindings for GPIO naming 2016-05-31 09:53:56 -07:00
nyan-big ARM: tegra: use DT bindings for GPIO naming 2016-05-31 09:53:56 -07:00
p2371-0000 ARM: tegra: use DT bindings for GPIO naming 2016-05-31 09:53:56 -07:00
p2371-2180 ARM: tegra: p2371-2180: A03 board PMIC config update 2016-07-21 09:31:30 -07:00
p2571 ARM: tegra: p2371-2180: A03 board PMIC config update 2016-07-21 09:31:30 -07:00
p2771-0000 ARM: tegra: enable PCIe controller on p2771-0000 2016-08-15 10:26:13 -07:00
seaboard mmc: move more driver config options to Kconfig 2017-01-11 19:40:15 +09:00
venice2 ARM: tegra: Add support for TK1-SOM board from Colorado Engineering 2016-09-01 09:24:30 -07:00
ventana kconfig: remove redundant "string" type in arch and board Kconfigs 2014-09-13 16:43:55 -04:00
whistler mmc: move more driver config options to Kconfig 2017-01-11 19:40:15 +09:00