From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Agner Date: Tue, 6 Feb 2018 09:44:33 +0100 Subject: [U-Boot] [PATCH v2 0/4] arm: imx: convert MX23/28 and MXS NAND to Kconfig Message-ID: <20180206084437.3488-1-stefan@agner.ch> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Stefan Agner This converts i.MX23/28 to Kconfig. This helps to properly add dependencies for GPMI NAND (NAND_MXS) configs. Patch 4 is from a previous patchset "mtd: nand: mxs_nand: improve ECC support". -- Stefan Changes in v2: - Move to arch/arm/mach-imx/mxs/Kconfig - Fix SoC name - Move to arch/arm/mach-imx/mxs/Kconfig Stefan Agner (4): arm: imx: mx23: Move MX23 selection to Kconfig arm: imx: mx28: Move MX28 selection to Kconfig spl: use ARCH_MX23/28 to specify SPL_LDSCRIPT Convert CONFIG_NAND_MXS to Kconfig arch/arm/Kconfig | 89 ++++++--------------------------- arch/arm/mach-imx/mxs/Kconfig | 78 +++++++++++++++++++++++++++++ configs/apx4devkit_defconfig | 6 ++- configs/aristainetos2_defconfig | 3 +- configs/aristainetos2b_defconfig | 3 +- configs/aristainetos_defconfig | 3 +- configs/bg0900_defconfig | 6 ++- configs/cm_fx6_defconfig | 11 +--- configs/colibri_imx7_defconfig | 3 +- configs/gwventana_nand_defconfig | 3 +- configs/m28evk_defconfig | 6 ++- configs/mx23_olinuxino_defconfig | 3 +- configs/mx23evk_defconfig | 3 +- configs/mx28evk_auart_console_defconfig | 6 ++- configs/mx28evk_defconfig | 6 ++- configs/mx28evk_nand_defconfig | 6 ++- configs/mx28evk_spi_defconfig | 6 ++- configs/mx6sabreauto_defconfig | 3 +- configs/mx6sxsabreauto_defconfig | 3 +- configs/pcm058_defconfig | 3 +- configs/pfla02_defconfig | 3 ++ configs/platinum_picon_defconfig | 3 +- configs/platinum_titanium_defconfig | 3 +- configs/sansa_fuze_plus_defconfig | 1 + configs/sc_sps_1_defconfig | 3 +- configs/titanium_defconfig | 3 +- configs/ts4600_defconfig | 3 +- configs/xfi3_defconfig | 3 +- drivers/mtd/nand/Kconfig | 2 +- include/configs/apx4devkit.h | 1 - include/configs/aristainetos-common.h | 1 - include/configs/bg0900.h | 3 -- include/configs/cm_fx6.h | 1 - include/configs/colibri_imx7.h | 2 - include/configs/gw_ventana.h | 1 - include/configs/m28evk.h | 1 - include/configs/mx23_olinuxino.h | 1 - include/configs/mx23evk.h | 1 - include/configs/mx28evk.h | 1 - include/configs/mx6sabreauto.h | 1 - include/configs/mx6sxsabreauto.h | 1 - include/configs/mxs.h | 1 - include/configs/pcm058.h | 1 - include/configs/pfla02.h | 1 - include/configs/platinum.h | 1 - include/configs/sansa_fuze_plus.h | 3 -- include/configs/sc_sps_1.h | 1 - include/configs/titanium.h | 1 - include/configs/ts4600.h | 3 -- include/configs/xfi3.h | 3 -- scripts/config_whitelist.txt | 2 - 51 files changed, 160 insertions(+), 146 deletions(-) create mode 100644 arch/arm/mach-imx/mxs/Kconfig -- 2.16.1