-
- Downloads
mmc: move CONFIG_SDHCI to Kconfig, renaming to CONFIG_MMC_SDHCI
Move CONFIG_SDHCI to Kconfig and rename it to CONFIG_MMC_SDHCI. My motivation for the rename is, ultimately, to make all the MMC options prefixed with MMC_ and SDHCI options with MMC_SDHCI_, like Linux. This commit was created as follows: [1] Rename the config option with the following command: find . -name .git -prune -o ! -path ./scripts/config_whitelist.txt \ -type f -print | xargs sed -i -e 's/CONFIG_SDHCI/CONFIG_MMC_SDHCI/g' [2] create the entry for MMC_SDHCI in drivers/mmc/Kconfig [3] run "tools/moveconfig.py -y MMC_SDHCI" [4] add "depends on MMC_SDHCI" to existing SDHCI driver entries 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
- configs/trats2_defconfig 1 addition, 0 deletionsconfigs/trats2_defconfig
- configs/trats_defconfig 1 addition, 0 deletionsconfigs/trats_defconfig
- configs/xilinx_zynqmp_ep_defconfig 1 addition, 0 deletionsconfigs/xilinx_zynqmp_ep_defconfig
- configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig 1 addition, 0 deletionsconfigs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig
- configs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig 1 addition, 0 deletionsconfigs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig
- configs/xilinx_zynqmp_zc1751_xm019_dc5_defconfig 1 addition, 0 deletionsconfigs/xilinx_zynqmp_zc1751_xm019_dc5_defconfig
- configs/xilinx_zynqmp_zcu102_defconfig 1 addition, 0 deletionsconfigs/xilinx_zynqmp_zcu102_defconfig
- configs/xilinx_zynqmp_zcu102_revB_defconfig 1 addition, 0 deletionsconfigs/xilinx_zynqmp_zcu102_revB_defconfig
- configs/zynq_microzed_defconfig 1 addition, 0 deletionsconfigs/zynq_microzed_defconfig
- configs/zynq_picozed_defconfig 1 addition, 0 deletionsconfigs/zynq_picozed_defconfig
- configs/zynq_zc702_defconfig 1 addition, 0 deletionsconfigs/zynq_zc702_defconfig
- configs/zynq_zc706_defconfig 1 addition, 0 deletionsconfigs/zynq_zc706_defconfig
- configs/zynq_zc770_xm010_defconfig 1 addition, 0 deletionsconfigs/zynq_zc770_xm010_defconfig
- configs/zynq_zed_defconfig 1 addition, 0 deletionsconfigs/zynq_zed_defconfig
- configs/zynq_zybo_defconfig 1 addition, 0 deletionsconfigs/zynq_zybo_defconfig
- drivers/mmc/Kconfig 16 additions, 0 deletionsdrivers/mmc/Kconfig
- drivers/mmc/Makefile 1 addition, 1 deletiondrivers/mmc/Makefile
- include/configs/bayleybay.h 0 additions, 1 deletioninclude/configs/bayleybay.h
- include/configs/bcm23550_w1d.h 0 additions, 1 deletioninclude/configs/bcm23550_w1d.h
- include/configs/bcm28155_ap.h 0 additions, 1 deletioninclude/configs/bcm28155_ap.h
Loading
Please register or sign in to comment