[opensuse-kernel] [ARMv7] Remove IMX7D from -lpae
SOC_IMX7D is already enabled in -default (like all the other IMX) and since it is a Cortex A8 based SoC, I don#t see a big reason for enabling it in LPAE. Any objections? TIA, Dirk --- a/config/armv7hl/lpae +++ b/config/armv7hl/lpae @@ -388,8 +388,6 @@ CONFIG_ARCH_MESON=y # CONFIG_MACH_MESON8 is not set # CONFIG_MACH_MESON8B is not set CONFIG_ARCH_MXC=y -CONFIG_HAVE_IMX_ANATOP=y -CONFIG_HAVE_IMX_MMDC=y CONFIG_HAVE_IMX_SRC=y # @@ -406,7 +404,7 @@ CONFIG_HAVE_IMX_SRC=y # CONFIG_SOC_IMX6SL is not set # CONFIG_SOC_IMX6SX is not set # CONFIG_SOC_IMX6UL is not set -CONFIG_SOC_IMX7D=y +# CONFIG_SOC_IMX7D is not set CONFIG_SOC_LS1021A=y # @@ -3715,8 +3713,6 @@ CONFIG_PINCTRL_TEGRA114=y CONFIG_PINCTRL_TEGRA124=y CONFIG_PINCTRL_TEGRA_XUSB=y CONFIG_PINCTRL_PALMAS=y -CONFIG_PINCTRL_IMX=y -CONFIG_PINCTRL_IMX7D=y CONFIG_PINCTRL_MSM=y CONFIG_PINCTRL_APQ8064=m CONFIG_PINCTRL_APQ8084=m @@ -7926,7 +7922,7 @@ CONFIG_CRYPTO_DEV_FSL_CAAM_RINGSIZE=9 CONFIG_CRYPTO_DEV_FSL_CAAM_CRYPTO_API=m CONFIG_CRYPTO_DEV_FSL_CAAM_AHASH_API=m CONFIG_CRYPTO_DEV_FSL_CAAM_RNG_API=m -CONFIG_CRYPTO_DEV_FSL_CAAM_IMX=y +# CONFIG_CRYPTO_DEV_FSL_CAAM_IMX is not set CONFIG_CRYPTO_DEV_FSL_CAAM_LE=y # CONFIG_CRYPTO_DEV_FSL_CAAM_DEBUG is not set CONFIG_CRYPTO_DEV_OMAP_SHAM=m -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
Am 11.02.2016 um 15:13 schrieb Dirk Müller:
SOC_IMX7D is already enabled in -default (like all the other IMX) and since it is a Cortex A8 based SoC, I don#t see a big reason for enabling it in LPAE.
Any objections?
Objection. i.MX7 is a Cortex-A7, not Cortex-A8, so it is indeed LPAE and should be in both default/vanilla and lpae flavors. Regards, Andreas P.S. Please do CC me on such questions, thanks. -- SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Graham Norton; HRB 21284 (AG Nürnberg) -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
Le 11/02/2016 15:17, Andreas Färber a écrit :
Am 11.02.2016 um 15:13 schrieb Dirk Müller:
SOC_IMX7D is already enabled in -default (like all the other IMX) and since it is a Cortex A8 based SoC, I don#t see a big reason for enabling it in LPAE.
Any objections? Objection. i.MX7 is a Cortex-A7, not Cortex-A8, so it is indeed LPAE and should be in both default/vanilla and lpae flavors.
+1 See: http://www.nxp.com/products/microcontrollers-and-processors/arm-processors/i... Guillaume -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
participants (3)
-
Andreas Färber
-
Dirk Müller
-
Guillaume Gardet