u-boot-brain/arch/arm/mach-davinci
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
..
include/mach arm: Add support for LEGO MINDSTORMS EV3 2016-03-14 19:18:40 -04:00
config.mk ARM: davinci: move SoC sources to mach-davinci 2015-02-21 08:23:51 -05:00
cpu.c bitops: introduce BIT() definition 2015-09-11 17:15:32 -04:00
da830_pinmux.c mmc: move more driver config options to Kconfig 2017-01-11 19:40:15 +09:00
da850_lowlevel.c ARM: davinci: move SoC sources to mach-davinci 2015-02-21 08:23:51 -05:00
da850_pinmux.c arm: Add support for LEGO MINDSTORMS EV3 2016-03-14 19:18:40 -04:00
dm355.c ARM: davinci: move SoC sources to mach-davinci 2015-02-21 08:23:51 -05:00
dm365_lowlevel.c ARM: davinci: move SoC sources to mach-davinci 2015-02-21 08:23:51 -05:00
dm365.c ARM: davinci: move SoC sources to mach-davinci 2015-02-21 08:23:51 -05:00
dm644x.c ARM: davinci: move SoC sources to mach-davinci 2015-02-21 08:23:51 -05:00
dm646x.c ARM: davinci: move SoC sources to mach-davinci 2015-02-21 08:23:51 -05:00
dp83848.c ARM: davinci: move SoC sources to mach-davinci 2015-02-21 08:23:51 -05:00
et1011c.c ARM: davinci: move SoC sources to mach-davinci 2015-02-21 08:23:51 -05:00
Kconfig davinci: omapl138_lcdk: configure ddr2 2016-12-03 13:21:14 -05:00
ksz8873.c ARM: davinci: move SoC sources to mach-davinci 2015-02-21 08:23:51 -05:00
lowlevel_init.S ARM: davinci: move SoC sources to mach-davinci 2015-02-21 08:23:51 -05:00
lxt972.c ARM: davinci: move SoC sources to mach-davinci 2015-02-21 08:23:51 -05:00
Makefile ARM: davinci: move SoC sources to mach-davinci 2015-02-21 08:23:51 -05:00
misc.c net: cosmetic: Name ethaddr variables consistently 2015-04-18 11:11:32 -06:00
pinmux.c ARM: davinci: move SoC sources to mach-davinci 2015-02-21 08:23:51 -05:00
psc.c ARM: davinci: move SoC sources to mach-davinci 2015-02-21 08:23:51 -05:00
reset.c ARM: davinci: move SoC sources to mach-davinci 2015-02-21 08:23:51 -05:00
spl.c common: Pass the boot device into spl_boot_mode() 2016-06-26 20:17:22 +02:00
timer.c ARM: davinci: move SoC sources to mach-davinci 2015-02-21 08:23:51 -05:00