[U-Boot] [PATCH] mmc: move CONFIG_GENERIC_MMC to Kconfig
Tom Rini
trini at konsulko.com
Sat Jan 28 19:45:27 CET 2017
On Sat, Jan 28, 2017 at 11:40:49PM +0900, Masahiro Yamada wrote:
> 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.
>
> I see only two exceptions:
> configs/blanche_defconfig
> configs/sandbox_noblk_defconfig
>
> They define CONFIG_GENERIC_MMC, but not CONFIG_MMC. Probably,
> these two boards are wrong, 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 at socionext.com>
Reviewed-by: Tom Rini <trini at konsulko.com>
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170128/6f7fa5b0/attachment.sig>
More information about the U-Boot
mailing list