mirror of
https://github.com/torvalds/linux.git
synced 2024-12-29 14:21:47 +00:00
a7e26f356c
Add generic i.MX8 SoC driver along with the i.MX8MQ SoC specific code. For now, only i.MX8MQ revision B1 is supported. For any other, i.MX8MQ revision it will print 'unknown'. Signed-off-by: Abel Vesa <abel.vesa@nxp.com> Reviewed-by: Leonard Crestez <leonard.crestez@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
4 lines
119 B
Makefile
4 lines
119 B
Makefile
obj-$(CONFIG_HAVE_IMX_GPC) += gpc.o
|
|
obj-$(CONFIG_IMX_GPCV2_PM_DOMAINS) += gpcv2.o
|
|
obj-$(CONFIG_ARCH_MXC) += soc-imx8.o
|