commit | 2072baa68b28fe9ff83be6012f1bb764ef3fd9a6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 11 19:34:43 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 16 11:05:00 2022 -0400 |
tree | 71555a8f760c7b3777aab9e9b20fd6a65d0aa65e | |
parent | 952c0fe1dc0b1c27cbafce3ed34d70f15e720e9f [diff] |
sandbox: Avoid defining HAVE_BLOCK_DEVICE in Konfig This is not needed as it is implied or selected by other options anyway. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/arch/Kconfig b/arch/Kconfig index c4dc47d..994fd3b 100644 --- a/arch/Kconfig +++ b/arch/Kconfig
@@ -146,7 +146,6 @@ select DM_SPI select DM_SPI_FLASH select GZIP_COMPRESSED - select HAVE_BLOCK_DEVICE select LZO select OF_BOARD_SETUP select PCI_ENDPOINT