From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Niebel Date: Tue, 12 May 2015 14:19:00 +0200 Subject: [U-Boot] [patch][U-Boot 0/4] arm: imx6: tqma6: Kconfig rework In-Reply-To: <1431425513-605-1-git-send-email-list-09_u-boot@tqsc.de> References: <1431425513-605-1-git-send-email-list-09_u-boot@tqsc.de> Message-ID: <5551EFB4.7060802@tqsc.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am 12.05.2015 um 12:11 schrieb Markus Niebel: Sorry, forgot to remove old version of patches. Will resend them. > From: Markus Niebel > > This series extends the Kconfig options for TQMa6 to > enable removal of CONFIG_SYS_EXTRA_OPTIONS for this boards. > > To enable CPU selection the first patch moves the board selection > to the i.MX6 CPU menu as implemented by the Seco mx6 boards > > Markus Niebel (4): > arm: mx6: tqma6: CPU type selection via Kconfig > arm: imx6: tqma6: implement IMX_CONFIG with Kconfig > arm: imx6: tqma6: boot device selection via Kconfig > arm: imx6: tqma6: implement KConfig baseboard selection > > arch/arm/Kconfig | 5 ---- > arch/arm/cpu/armv7/mx6/Kconfig | 5 ++++ > board/tqc/tqma6/Kconfig | 55 +++++++++++++++++++++++++++++++++++++++ > configs/tqma6q_mba6_mmc_defconfig | 5 +++- > configs/tqma6q_mba6_spi_defconfig | 5 +++- > configs/tqma6s_mba6_mmc_defconfig | 5 +++- > configs/tqma6s_mba6_spi_defconfig | 5 +++- > include/configs/tqma6.h | 2 -- > 8 files changed, 76 insertions(+), 11 deletions(-) >