From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l7Lac-0007eM-WF for barebox@lists.infradead.org; Wed, 03 Feb 2021 17:05:15 +0000 From: Ahmad Fatoum Date: Wed, 3 Feb 2021 18:05:11 +0100 Message-Id: <20210203170511.13219-1-a.fatoum@pengutronix.de> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH master] sandbox: Kconfig: select all of PARTITION_DISK's dependencies To: barebox@lists.infradead.org Cc: Ahmad Fatoum `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 --- 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 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox