]> git.ipfire.org Git - people/ms/u-boot.git/commit
Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig
authorAdam Ford <aford173@gmail.com>
Tue, 6 Feb 2018 18:43:56 +0000 (12:43 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 9 Feb 2018 00:09:03 +0000 (19:09 -0500)
commit1811a928c6c7604d6d05a84b4d552a7c31b4994e
tree7290cbb48a592acd901b0fab235dd08efb54b8ee
parent560eeee8c2953badfe2a12737ff8e66fefad7944
Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig

config_fallbacks.h has some logic that sets HAVE_BLOCK_DEVICE
based on a list of enabled options.  Moving HAVE_BLOCK_DEVICE to
Kconfig allows us to drastically shrink the logic in
config_fallbacks.h

Signed-off-by: Adam Ford <aford173@gmail.com>
[trini: Rename HAVE_BLOCK_DEVICE to CONFIG_BLOCK_DEVICE]
Signed-off-by: Tom Rini <trini@konsulko.com>
20 files changed:
arch/Kconfig
cmd/Kconfig
cmd/blk_common.c
disk/part.c
disk/part_amiga.c
disk/part_dos.c
disk/part_efi.c
disk/part_iso.c
disk/part_mac.c
drivers/ata/Kconfig
drivers/block/Kconfig
drivers/block/blk_legacy.c
drivers/mmc/Kconfig
drivers/nvme/Kconfig
drivers/scsi/Kconfig
include/config_fallbacks.h
include/configs/blanche.h
include/configs/dragonboard410c.h
include/configs/dragonboard820c.h
lib/efi_loader/Kconfig