mmc: move some SDHCI related options to Kconfig
While I moved the options, I also renamed them so that they are all prefixed with MMC_SDHCI_. This commit was created in the following steps. [1] Rename with the following command find . -name .git -prune -o ! -path ./scripts/config_whitelist.txt \ -type f -print | xargs sed -i -e ' s/CONFIG_MMC_SDMA/CONFIG_MMC_SDHCI_SDMA/g s/CONFIG_BCM2835_SDHCI/CONFIG_MMC_SDHCI_BCM2835/g s/CONFIG_KONA_SDHCI/CONFIG_MMC_SDHCI_KONA/g s/CONFIG_MV_SDHCI/CONFIG_MMC_SDHCI_MV/g s/CONFIG_S5P_SDHCI/CONFIG_MMC_SDHCI_S5P/g s/CONFIG_SPEAR_SDHCI/CONFIG_MMC_SDHCI_SPEAR/g ' [2] create the Kconfig entries in drivers/mmc/Kconfig [3] Move the options by the following command tools/moveconfig.py -y MMC_SDHCI_SDMA MMC_SDHCI_BCM2835 \ MMC_SDHCI_KONA MMC_SDHCI_MV MMC_SDHCI_S5P MMC_SDHCI_SPEAR [4] Sort drivers/mmc/Makefile for readability Signed-off-by:Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by:
Tom Rini <trini@konsulko.com> Reviewed-by:
Jaehoon Chung <jh80.chung@samsung.com>
Showing
- arch/arm/mach-mvebu/cpu.c 1 addition, 1 deletionarch/arm/mach-mvebu/cpu.c
- board/broadcom/bcm23550_w1d/bcm23550_w1d.c 1 addition, 1 deletionboard/broadcom/bcm23550_w1d/bcm23550_w1d.c
- board/broadcom/bcm28155_ap/bcm28155_ap.c 1 addition, 1 deletionboard/broadcom/bcm28155_ap/bcm28155_ap.c
- configs/arndale_defconfig 1 addition, 0 deletionsconfigs/arndale_defconfig
- configs/bayleybay_defconfig 1 addition, 0 deletionsconfigs/bayleybay_defconfig
- configs/bcm11130_defconfig 2 additions, 0 deletionsconfigs/bcm11130_defconfig
- configs/bcm11130_nand_defconfig 2 additions, 0 deletionsconfigs/bcm11130_nand_defconfig
- configs/bcm23550_w1d_defconfig 2 additions, 0 deletionsconfigs/bcm23550_w1d_defconfig
- configs/bcm28155_ap_defconfig 2 additions, 0 deletionsconfigs/bcm28155_ap_defconfig
- configs/bcm28155_w1d_defconfig 2 additions, 0 deletionsconfigs/bcm28155_w1d_defconfig
- configs/clearfog_defconfig 2 additions, 0 deletionsconfigs/clearfog_defconfig
- configs/conga-qeval20-qa3-e3845-internal-uart_defconfig 1 addition, 0 deletionsconfigs/conga-qeval20-qa3-e3845-internal-uart_defconfig
- configs/conga-qeval20-qa3-e3845_defconfig 1 addition, 0 deletionsconfigs/conga-qeval20-qa3-e3845_defconfig
- configs/crownbay_defconfig 1 addition, 0 deletionsconfigs/crownbay_defconfig
- configs/db-88f6820-gp_defconfig 2 additions, 0 deletionsconfigs/db-88f6820-gp_defconfig
- configs/dfi-bt700-q7x-151_defconfig 1 addition, 0 deletionsconfigs/dfi-bt700-q7x-151_defconfig
- configs/galileo_defconfig 1 addition, 0 deletionsconfigs/galileo_defconfig
- configs/minnowmax_defconfig 1 addition, 0 deletionsconfigs/minnowmax_defconfig
- configs/odroid-xu3_defconfig 1 addition, 0 deletionsconfigs/odroid-xu3_defconfig
- configs/odroid_defconfig 2 additions, 0 deletionsconfigs/odroid_defconfig
Loading
Please register or sign in to comment