]> Git Repo - J-u-boot.git/commit - configs/mx6qarm2_lpddr2_defconfig
imx: mx6 move TARGET_xx Kconfig option to mx6 specific Kconfig file
authorPeng Fan <[email protected]>
Fri, 7 Aug 2015 12:35:24 +0000 (20:35 +0800)
committerStefano Babic <[email protected]>
Wed, 2 Sep 2015 13:29:14 +0000 (15:29 +0200)
commit21782828f9c4f504d621a7255a7f2786a54093cf
tree129d12627adbf497e8129db4178aacf8d23c2118
parentd4b8b5d46effb22f9735b924a7da502c2907b82b
imx: mx6 move TARGET_xx Kconfig option to mx6 specific Kconfig file

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 <[email protected]>
Cc: Stefano Babic <[email protected]>
Cc: Heiko Schocher <[email protected]>
Cc: Tim Harvey <[email protected]>
Cc: Eric BĂ©nard <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: Eric Nelson <[email protected]>
Cc: Marek Vasut <[email protected]>
Cc: Christian Gmeiner <[email protected]>
Cc: Stefan Roese <[email protected]>
Cc: Soeren Moch <[email protected]>
Cc: Otavio Salvador <[email protected]>
Acked-by: Stefano Babic <[email protected]>
Acked-by: Soeren Moch <[email protected]>
Acked-by: Otavio Salvador <[email protected]>
Acked-by: Christian Gmeiner <[email protected]>
40 files changed:
arch/arm/Kconfig
arch/arm/cpu/armv7/mx6/Kconfig
configs/aristainetos2_defconfig
configs/aristainetos_defconfig
configs/cgtqmx6qeval_defconfig
configs/gwventana_defconfig
configs/marsboard_defconfig
configs/mx6cuboxi_defconfig
configs/mx6dlarm2_defconfig
configs/mx6dlarm2_lpddr2_defconfig
configs/mx6dlsabreauto_defconfig
configs/mx6dlsabresd_defconfig
configs/mx6qarm2_defconfig
configs/mx6qarm2_lpddr2_defconfig
configs/mx6qpsabreauto_defconfig
configs/mx6qsabreauto_defconfig
configs/mx6qsabrelite_defconfig
configs/mx6qsabresd_defconfig
configs/mx6sabresd_spl_defconfig
configs/mx6slevk_defconfig
configs/mx6slevk_spinor_defconfig
configs/mx6sxsabresd_defconfig
configs/mx6sxsabresd_spl_defconfig
configs/mx6ul_14x14_evk_defconfig
configs/nitrogen6dl2g_defconfig
configs/nitrogen6dl_defconfig
configs/nitrogen6q2g_defconfig
configs/nitrogen6q_defconfig
configs/nitrogen6s1g_defconfig
configs/nitrogen6s_defconfig
configs/novena_defconfig
configs/ot1200_defconfig
configs/ot1200_spl_defconfig
configs/platinum_picon_defconfig
configs/platinum_titanium_defconfig
configs/riotboard_defconfig
configs/tbs2910_defconfig
configs/udoo_defconfig
configs/wandboard_defconfig
configs/warp_defconfig
This page took 0.045565 seconds and 4 git commands to generate.