From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Wed, 12 Aug 2015 23:52:07 +0200 Subject: [U-Boot] [PATCH V2] imx: mx6 move TARGET_xx Kconfig option to mx6 specific Kconfig file In-Reply-To: <1438950924-16196-1-git-send-email-Peng.Fan@freescale.com> References: <1438950924-16196-1-git-send-email-Peng.Fan@freescale.com> Message-ID: <55CBC007.2020201@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 07/08/2015 14:35, Peng Fan wrote: > Move TARGET_xx Kconfig option based on mx6 to arch/arm/cpu/armv7/mx6/Kconfig. > Add enable "CONFIG_ARCH_MX6" for boards based on mx6. > Then we can choose target boards using "make ARCH=arm menuconfig" > with ARCH_MX6 defined. > > If using original way, we have no chance to enable ARCH_MX6 when > "make menuconfig". Even define CONFIG_ARCH_MX6=y in xx_defconfig, > kconfig will complains "arch/../configs/platinum_titanium_defconfig:3: > warning: override: TARGET_PLATINUM_TITANIUM changes choice state" > > Signed-off-by: Peng Fan > Cc: Stefano Babic > Cc: Heiko Schocher > Cc: Tim Harvey > Cc: Eric B?nard > Cc: Fabio Estevam > Cc: Eric Nelson > Cc: Marek Vasut > Cc: Christian Gmeiner > Cc: Stefan Roese > Cc: Soeren Moch > Cc: Otavio Salvador > Acked-by: Stefano Babic > Acked-by: Soeren Moch > --- > Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================