diff --git a/drivers/soc/imx/Kconfig b/drivers/soc/imx/Kconfig index e7706606c55a..7c6897a83b03 100644 --- a/drivers/soc/imx/Kconfig +++ b/drivers/soc/imx/Kconfig @@ -26,6 +26,12 @@ config ARCH_FSL_IMX8MQ select HAVE_IMX_RPMSG select HAVE_IMX8_SOC +config ARCH_FSL_IMX8MM + bool "i.MX8MM" + select HAVE_IMX_MU + select HAVE_IMX_RPMSG + select HAVE_IMX8_SOC + endif config IMX7_PM_DOMAINS diff --git a/drivers/soc/imx/Makefile b/drivers/soc/imx/Makefile index e06f3944af28..2606ddfd945b 100644 --- a/drivers/soc/imx/Makefile +++ b/drivers/soc/imx/Makefile @@ -4,4 +4,5 @@ obj-$(CONFIG_HAVE_IMX_MU) += mu/ obj-$(CONFIG_ARCH_FSL_IMX8QM) += sc/ obj-$(CONFIG_ARCH_FSL_IMX8QM) += pm-domains.o obj-$(CONFIG_ARCH_FSL_IMX8MQ) += busfreq-imx8mq.o gpc-psci.o +obj-$(CONFIG_ARCH_FSL_IMX8MM) += gpc-psci.o obj-$(CONFIG_HAVE_IMX8_SOC) += soc-imx8.o