[PATCH master] sandbox: Kconfig: select all of PARTITION_DISK's dependencies

Ahmad Fatoum a.fatoum at pengutronix.de
Wed Feb 3 12:05:11 EST 2021


`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 at pengutronix.de>
---
 arch/sandbox/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/sandbox/Kconfig b/arch/sandbox/Kconfig
index 113b619fc35b..d597eb62858b 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
 	default y
-- 
2.30.0




More information about the barebox mailing list