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 <[email protected]> Reviewed-by: Peng Fan <[email protected]> Reviewed-by: Marco Felsch <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 280fe26 commit 8191455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)