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 1jpoxr-00028e-RM for barebox@lists.infradead.org; Mon, 29 Jun 2020 08:16:34 +0000 References: <20200628155108.29083-1-cleger@kalray.eu> <20200628155108.29083-3-cleger@kalray.eu> From: Ahmad Fatoum Message-ID: <47a07400-0a08-579c-06e2-4cd812bea699@pengutronix.de> Date: Mon, 29 Jun 2020 10:16:29 +0200 MIME-Version: 1.0 In-Reply-To: <20200628155108.29083-3-cleger@kalray.eu> Content-Language: en-US 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 v2 2/4] common: Kconfig: remove MIPS dependency To: Clement Leger , Sascha Hauer , barebox@lists.infradead.org Hello Clement, On 6/28/20 5:51 PM, Clement Leger wrote: > There is no reason anymore to limit the use of elf on mips since there > is no elf specific support needed in architectures. Remove this > dependency and drop COMPILE_TEST config. > > Signed-off-by: Clement Leger > --- > common/Kconfig | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/common/Kconfig b/common/Kconfig > index f150092af..a3a290ad3 100644 > --- a/common/Kconfig > +++ b/common/Kconfig > @@ -38,8 +38,7 @@ config BLOCK_WRITE > bool > > config ELF > - bool "ELF Support" if COMPILE_TEST > - depends on MIPS || COMPILE_TEST > + bool as I already commented on v1, please don't remove the bool "Elf Support" if COMPILE_TEST line. You can drop the depends. > > config FILETYPE > bool > -- 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