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
..
2016-11-14 23:24:03 +01:00
2017-01-11 19:40:15 +09:00
2016-12-20 09:15:27 +01:00
2016-12-16 17:16:10 +01:00
2016-12-02 21:32:37 -05:00
2016-12-03 13:21:10 -05:00
2016-12-16 10:21:29 +01:00
2016-12-03 13:21:21 -05:00
2016-08-20 11:35:07 -04:00
2016-11-21 14:07:30 -05:00
2016-09-23 22:25:43 -04:00
2016-10-11 11:55:33 +08:00
2016-12-20 09:15:27 +01:00
2016-05-21 01:25:50 +02:00
2016-06-12 23:49:38 +02:00
2016-06-20 05:19:09 -04:00
2016-05-25 17:52:39 +02:00
2016-05-25 17:52:39 +02:00
2016-05-25 17:52:39 +02:00
2016-05-17 09:54:43 -06:00
2016-06-09 13:53:08 -04:00
2016-06-19 17:05:55 -06:00
2016-10-08 09:33:31 -04:00
2017-01-04 16:37:41 +01:00
2016-12-02 21:32:38 -05:00
2016-09-26 13:24:43 -04:00
2016-06-24 17:24:41 -04:00
2016-12-03 13:21:24 -05:00
2016-12-03 13:21:23 -05:00
2016-07-26 09:01:43 -07:00
2016-04-25 15:09:40 -04:00
2016-10-13 12:25:02 -05:00
2016-10-19 09:01:51 +02:00
2016-12-02 21:04:48 -07:00
2016-11-25 17:59:31 -07:00
2016-07-14 20:40:24 -06:00
2016-06-04 00:43:51 +02:00
2016-10-10 15:23:33 +09:00
2016-05-20 17:02:07 -04:00
2016-05-20 17:02:07 -04:00
2016-11-14 23:24:02 +01:00
2016-11-17 14:18:55 +01:00
2016-11-14 23:24:03 +01:00
2016-11-14 23:24:03 +01:00
2016-06-24 17:23:11 -04:00
2016-05-03 17:52:11 -05:00
2016-10-06 20:57:40 -04:00
2016-09-23 22:25:27 -04:00
2016-09-14 14:09:50 -07:00
2016-11-21 14:07:27 -05:00
2016-09-23 09:18:55 -04:00
2016-05-25 13:25:18 +09:00
2016-06-27 16:37:38 -04:00
2016-11-28 20:09:45 -05:00
2016-06-27 16:37:38 -04:00
2016-06-27 16:37:38 -04:00
2016-12-02 20:54:34 -07:00
2016-12-20 09:15:28 +01:00
2016-05-21 01:25:50 +02:00
2016-09-14 14:07:08 -07:00
2016-12-05 08:31:45 -08:00
2017-01-04 19:40:52 -05:00
2016-09-23 17:55:42 -04:00
2016-09-14 14:05:32 -07:00
2016-12-08 10:36:22 -06:00
2016-09-26 08:53:07 -07:00
2016-10-06 09:54:14 -07:00
2017-01-04 19:40:19 -05:00
2016-10-06 09:56:28 -07:00
2016-09-27 23:30:49 +02:00
2016-07-21 11:09:23 -07:00
2016-10-04 12:01:14 +02:00
2016-09-27 23:30:18 +02:00
2016-07-22 14:46:21 -04:00
2016-09-23 17:55:42 -04:00
2016-07-22 09:52:59 -04:00
2016-06-10 13:44:58 -07:00
2016-05-17 09:54:43 -06:00
2016-06-27 16:37:39 -04:00
2017-01-02 17:06:57 +01:00
2016-05-17 09:54:43 -06:00
2016-11-23 23:42:05 -08:00
2016-10-23 18:33:57 -04:00
2016-08-20 11:35:00 -04:00
2016-10-23 12:08:48 -07:00
2016-05-25 13:25:18 +09:00
2016-06-19 17:05:55 -06:00
2016-06-19 17:05:55 -06:00
2016-11-07 11:28:16 -06:00
2016-12-20 07:40:04 +01:00
2016-08-12 11:01:22 -06:00
2017-01-11 19:40:13 +09:00
2016-07-24 20:36:28 -05:00
2017-01-09 11:14:54 -07:00
2016-05-24 11:39:04 -05:00
2016-12-19 12:26:37 -05:00
2016-08-16 11:44:09 +08:00
2016-07-22 14:46:12 -04:00
2016-10-11 10:17:07 -06:00
2016-12-04 13:54:51 -05:00
2016-10-01 20:04:59 -04:00
2016-10-01 20:04:56 -04:00
2016-10-11 11:55:33 +08:00
2016-05-24 11:42:05 -05:00
2016-07-27 16:29:56 -06:00
2016-07-27 16:29:56 -06:00
2016-05-23 15:18:00 +08:00
2016-07-14 20:40:24 -06:00
2016-10-10 10:03:23 +09:00
2016-09-23 22:25:44 -04:00
2016-10-06 20:57:40 -04:00
2016-12-20 09:15:27 +01:00
2016-12-20 09:15:27 +01:00
2017-01-11 19:40:13 +09:00
2016-10-06 20:57:41 -04:00
2016-05-27 15:47:54 -04:00
2016-08-17 10:25:35 +09:00
2016-08-17 10:25:34 +09:00
2016-10-19 09:01:52 +02:00
2016-10-06 15:07:35 -04:00
2016-11-19 08:41:44 +05:30
2017-01-04 16:37:41 +01:00
2016-07-26 08:47:37 +02:00
2016-10-23 18:34:17 -04:00
2016-07-14 20:40:24 -06:00
2016-05-26 20:48:31 -06:00
2016-10-19 09:01:50 +02:00
2016-09-26 13:24:43 -04:00
2016-07-22 09:53:00 -04:00
2016-05-17 09:54:43 -06:00
2016-05-02 18:37:09 -04:00
2016-10-12 10:56:51 +08:00
2016-09-20 09:30:23 -04:00
2016-10-23 18:33:48 -04:00
2016-10-23 18:33:54 -04:00
2016-10-31 10:13:17 -04:00
2016-09-23 17:55:42 -04:00
2016-05-27 15:39:54 -04:00
2016-09-22 07:33:21 +02:00
2016-11-15 15:28:05 +01:00
2016-11-15 15:28:04 +01:00