]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: imx: fix imx8m dependencies
authorArnd Bergmann <arnd@arndb.de>
Wed, 30 Dec 2020 15:17:51 +0000 (16:17 +0100)
committerShawn Guo <shawnguo@kernel.org>
Mon, 11 Jan 2021 01:36:11 +0000 (09:36 +0800)
commit8d6049d9aef2a95467114421e12337c75aea72b9
treedbe426779b48ddbc32329eba6135ce8437200504
parent9139e25a0aebef20b04f026c71fc677491a21d59
ARM: imx: fix imx8m dependencies

Selecting ARM_GIC_V3 on non-CP15 processors leads to build failures
like

arch/arm/include/asm/arch_gicv3.h: In function 'write_ICC_AP1R3_EL1':
arch/arm/include/asm/arch_gicv3.h:36:40: error: 'c12' undeclared (first use in this function)
   36 | #define __ICC_AP1Rx(x)   __ACCESS_CP15(c12, 0, c9, x)
      |                                        ^~~

Add a dependency to only enable the gic driver when building for
at an ARMv7 target, which is the closes approximation to the ARMv8
processor that is actually in this chip.

Fixes: 0d8f5ea1b984 ("soc: imx: increase build coverage for imx8m soc driver")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/soc/imx/Kconfig