diff options
author | Peng Fan <peng.fan@nxp.com> | 2020-07-10 03:43:53 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-07-13 10:42:32 +0200 |
commit | d82bcef5157de1368c08244a846ab968b3e5cb7e (patch) | |
tree | caf2a5f38c307555b54e4d549a5e8b544ca84174 /drivers/soc/imx | |
parent | firmware: imx: Move i.MX SCU soc driver into imx firmware folder (diff) | |
download | linux-d82bcef5157de1368c08244a846ab968b3e5cb7e.tar.xz linux-d82bcef5157de1368c08244a846ab968b3e5cb7e.zip |
soc: imx: select ARM_GIC_V3 for i.MX8M
Select ARM_GIC_V3, then it is able to use gic v3 driver in aarch32
mode linux on aarch64 hardware. For aarch64 mode, it not hurts
to select ARM_GIC_V3.
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'drivers/soc/imx')
-rw-r--r-- | drivers/soc/imx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/imx/Kconfig b/drivers/soc/imx/Kconfig index d49fa63ed9c9..a9370f4aacca 100644 --- a/drivers/soc/imx/Kconfig +++ b/drivers/soc/imx/Kconfig @@ -13,6 +13,7 @@ config SOC_IMX8M depends on ARCH_MXC || COMPILE_TEST default ARCH_MXC && ARM64 select SOC_BUS + select ARM_GIC_V3 if ARCH_MXC help If you say yes here you get support for the NXP i.MX8M family support, it will provide the SoC info like SoC family, |