mmc: move CONFIG_GENERIC_MMC to Kconfig
Now, CONFIG_GENERIC_MMC seems equivalent to CONFIG_MMC. Let's create an entry for "config GENERIC_MMC" with "default MMC", then convert all macro defines in headers to Kconfig. Almost all of the defines will go away. I see only two exceptions: configs/blanche_defconfig configs/sandbox_noblk_defconfig They define CONFIG_GENERIC_MMC, but not CONFIG_MMC. Something might be wrong with these two boards, so should be checked later. Anyway, this is the output of the moveconfig tool. This commit was created as follows: [1] create a config entry in drivers/mmc/Kconfig [2] tools/moveconfig.py -r HEAD GENERIC_MMC [3] manual clean-up of garbage comments in doc/README.* and include/configs/*.h Signed-off-by:Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by:
Tom Rini <trini@konsulko.com>
Showing
- README 0 additions, 3 deletionsREADME
- configs/blanche_defconfig 2 additions, 1 deletionconfigs/blanche_defconfig
- configs/sandbox_noblk_defconfig 1 addition, 0 deletionsconfigs/sandbox_noblk_defconfig
- doc/README.atmel_mci 0 additions, 2 deletionsdoc/README.atmel_mci
- doc/README.socfpga 0 additions, 3 deletionsdoc/README.socfpga
- drivers/mmc/Kconfig 4 additions, 0 deletionsdrivers/mmc/Kconfig
- include/configs/BSC9132QDS.h 0 additions, 1 deletioninclude/configs/BSC9132QDS.h
- include/configs/MPC8308RDB.h 0 additions, 2 deletionsinclude/configs/MPC8308RDB.h
- include/configs/MPC837XEMDS.h 0 additions, 1 deletioninclude/configs/MPC837XEMDS.h
- include/configs/MPC837XERDB.h 0 additions, 1 deletioninclude/configs/MPC837XERDB.h
- include/configs/MPC8536DS.h 0 additions, 1 deletioninclude/configs/MPC8536DS.h
- include/configs/MPC8569MDS.h 0 additions, 1 deletioninclude/configs/MPC8569MDS.h
- include/configs/P1010RDB.h 0 additions, 1 deletioninclude/configs/P1010RDB.h
- include/configs/P1022DS.h 0 additions, 1 deletioninclude/configs/P1022DS.h
- include/configs/P2041RDB.h 0 additions, 1 deletioninclude/configs/P2041RDB.h
- include/configs/T102xQDS.h 0 additions, 1 deletioninclude/configs/T102xQDS.h
- include/configs/T102xRDB.h 0 additions, 1 deletioninclude/configs/T102xRDB.h
- include/configs/T1040QDS.h 0 additions, 1 deletioninclude/configs/T1040QDS.h
- include/configs/T104xRDB.h 0 additions, 1 deletioninclude/configs/T104xRDB.h
- include/configs/T208xQDS.h 0 additions, 1 deletioninclude/configs/T208xQDS.h
Loading
Please register or sign in to comment