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 1l7bac-0004Nn-Va for barebox@lists.infradead.org; Thu, 04 Feb 2021 10:10:19 +0000 Date: Thu, 4 Feb 2021 11:10:13 +0100 Message-ID: <20210204101013.GX19583@pengutronix.de> References: <20210203170511.13219-1-a.fatoum@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210203170511.13219-1-a.fatoum@pengutronix.de> From: Sascha Hauer 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: Re: [PATCH master] sandbox: Kconfig: select all of PARTITION_DISK's dependencies To: Ahmad Fatoum Cc: barebox@lists.infradead.org On Wed, Feb 03, 2021 at 06:05:11PM +0100, Ahmad Fatoum wrote: > `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(+) Applied, thanks Sascha > > 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 > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox