summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/Kconfig
diff options
context:
space:
mode:
authorOleksij Rempel <o.rempel@pengutronix.de>2020-06-02 14:07:02 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-07-14 20:20:18 +0200
commit3c0d42752e9aa0cee0c6f33f237cf0409de529a7 (patch)
tree6d3ae04d658efc4af533cfe17a0ac826c96f916e /arch/arm/mach-imx/Kconfig
parent03c65684522f1531500eb021721046d67962f626 (diff)
downloadbarebox-3c0d42752e9aa0cee0c6f33f237cf0409de529a7.tar.gz
barebox-3c0d42752e9aa0cee0c6f33f237cf0409de529a7.tar.xz
arm: imx: add initial imx8mp support
This adds base support for the i.MX8MP SoC. Not much to do here as this SoC is quite similar to the i.MX8M. This adds: - Kconfig symbols - bootsource detection - register base address defines - iomux defines Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-imx/Kconfig')
-rw-r--r--arch/arm/mach-imx/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index 77b39e07bb..479709f90c 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -190,6 +190,10 @@ config ARCH_IMX8MM
select ARCH_IMX8M
bool
+config ARCH_IMX8MP
+ select ARCH_IMX8M
+ bool
+
config ARCH_IMX8MQ
select ARCH_IMX8M
bool