Skip to content

Commit 8191455

Browse files
JDYueShawn Guo
authored andcommitted
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: Jindong Yue <jindong.yue@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Marco Felsch <m.felsch@pengutronix.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 280fe26 commit 8191455

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/soc/imx/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ config IMX_GPCV2_PM_DOMAINS
1010
default y if SOC_IMX7D
1111

1212
config SOC_IMX8M
13-
bool "i.MX8M SoC family support"
13+
tristate "i.MX8M SoC family support"
1414
depends on ARCH_MXC || COMPILE_TEST
1515
default ARCH_MXC && ARM64
1616
select SOC_BUS

0 commit comments

Comments
 (0)