
This series move CONFIG_MD5 and the associated CONFIG_CMD_MD5SUM over to Kconfig, so it can easily be selected either by menuconfig or by a _defconfig (without resorting to header file hacks).
Cheers, Andre.
Andre Przywara (4): kirkwood: remove get_random_hex() and MD5 dependency Kconfig: introduce md5sum command selection Kconfig: define MD5 dependency for FIT support configs: move CMD_MD5SUM definition to defconfigs
Kconfig | 1 + arch/arm/mach-kirkwood/include/mach/config.h | 1 - arch/arm/mach-kirkwood/include/mach/cpu.h | 1 - cmd/Kconfig | 14 ++++++++++++++ configs/dragonboard410c_defconfig | 1 + configs/sandbox_defconfig | 1 + configs/sandbox_noblk_defconfig | 1 + configs/sandbox_spl_defconfig | 1 + configs/sh7752evb_defconfig | 1 + configs/sh7753evb_defconfig | 1 + configs/sh7757lcr_defconfig | 1 + include/configs/dragonboard410c.h | 4 ---- include/configs/sandbox.h | 1 - include/configs/sh7752evb.h | 2 -- include/configs/sh7753evb.h | 2 -- include/configs/sh7757lcr.h | 2 -- include/image.h | 1 - lib/Kconfig | 4 ++++ scripts/config_whitelist.txt | 3 --- 19 files changed, 26 insertions(+), 17 deletions(-)