Commit 8191455c authored by Jindong Yue's avatar Jindong Yue Committed by Shawn Guo
Browse files

soc: imx8m: Support building imx8m soc driver as module



Make the imx8m soc driver as tristate so that it can be built as loadable
module, module names are:
soc-imx8m.ko, imx8m-blk-ctrl.ko and imx8mp-blk-ctrl.ko

Signed-off-by: default avatarJindong Yue <jindong.yue@nxp.com>
Reviewed-by: default avatarPeng Fan <peng.fan@nxp.com>
Reviewed-by: default avatarMarco Felsch <m.felsch@pengutronix.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 280fe269
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ config IMX_GPCV2_PM_DOMAINS
	default y if SOC_IMX7D

config SOC_IMX8M
	bool "i.MX8M SoC family support"
	tristate "i.MX8M SoC family support"
	depends on ARCH_MXC || COMPILE_TEST
	default ARCH_MXC && ARM64
	select SOC_BUS