[U-Boot] [PATCH] mmc: move CONFIG_GENERIC_MMC to Kconfig

Masahiro Yamada yamada.masahiro at socionext.com
Sun Jan 29 15:30:23 CET 2017


2017-01-29 3:45 GMT+09:00 Tom Rini <trini at konsulko.com>:
> 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>


Gah, I've just noticed this patch has a bunch of
conflicts due to the recent move of CONFIG_DOS_PARTITION.


-- 
Best Regards
Masahiro Yamada


More information about the U-Boot mailing list