diff options
author | Simon Glass | 2022-08-11 19:34:43 -0600 |
---|---|---|
committer | Tom Rini | 2022-09-16 11:05:00 -0400 |
commit | 1bbfdc575cdaf3afde6485b204d95b26ad2c5677 (patch) | |
tree | 71555a8f760c7b3777aab9e9b20fd6a65d0aa65e /arch | |
parent | 6c0405576a0f0b32acc68cb1860b43d89ec30cfa (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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index c4dc47dccb4..994fd3b7f86 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -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 |