summaryrefslogtreecommitdiffstats
path: root/arch/sandbox
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2021-02-03 18:05:11 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2021-02-04 11:09:58 +0100
commitacbca4cf6f6e6171246c5d0a5158110bf6810581 (patch)
tree65753565474d030df63a105936feced46b90b3e7 /arch/sandbox
parent1026739e4056b2cad88835a828da594e5dae6c24 (diff)
downloadbarebox-acbca4cf6f6e6171246c5d0a5158110bf6810581.tar.gz
barebox-acbca4cf6f6e6171246c5d0a5158110bf6810581.tar.xz
sandbox: Kconfig: select all of PARTITION_DISK's dependencies
`make hosttools_defconfig` shows that PARTITION_DISK was selected without all its dependencies being enabled as well. Select the missing PARTITION symbol to fix this. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/sandbox')
-rw-r--r--arch/sandbox/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sandbox/Kconfig b/arch/sandbox/Kconfig
index d9fc0c947b..5d1702480f 100644
--- a/arch/sandbox/Kconfig
+++ b/arch/sandbox/Kconfig
@@ -9,6 +9,7 @@ config SANDBOX
select HAS_DMA
select BLOCK
select BLOCK_WRITE
+ select PARTITION
select PARTITION_DISK
select ARCH_HAS_STACK_DUMP if ASAN
select GENERIC_FIND_NEXT_BIT