From acbca4cf6f6e6171246c5d0a5158110bf6810581 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Wed, 3 Feb 2021 18:05:11 +0100 Subject: 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 Signed-off-by: Sascha Hauer --- arch/sandbox/Kconfig | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3