sandbox: Avoid defining HAVE_BLOCK_DEVICE in Konfig
authorSimon Glass <sjg@chromium.org>
Fri, 12 Aug 2022 01:34:43 +0000 (19:34 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 16 Sep 2022 15:05:00 +0000 (11:05 -0400)
This is not needed as it is implied or selected by other options anyway.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/Kconfig

index c4dc47d..994fd3b 100644 (file)
@@ -146,7 +146,6 @@ config SANDBOX
        select DM_SPI
        select DM_SPI_FLASH
        select GZIP_COMPRESSED
-       select HAVE_BLOCK_DEVICE
        select LZO
        select OF_BOARD_SETUP
        select PCI_ENDPOINT