aboutsummaryrefslogtreecommitdiff
path: root/arch/Kconfig
diff options
context:
space:
mode:
authorSimon Glass2022-08-11 19:34:43 -0600
committerTom Rini2022-09-16 11:05:00 -0400
commit1bbfdc575cdaf3afde6485b204d95b26ad2c5677 (patch)
tree71555a8f760c7b3777aab9e9b20fd6a65d0aa65e /arch/Kconfig
parent6c0405576a0f0b32acc68cb1860b43d89ec30cfa (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/Kconfig')
-rw-r--r--arch/Kconfig1
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