
From: Markus Niebel Markus.Niebel@tq-group.com
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(-)