diff options
author | Jindong Yue <jindong.yue@nxp.com> | 2023-03-01 21:05:57 +0800 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-03-14 11:36:53 +0800 |
commit | 8191455c38dd009f15e2fa9ce6c2e3cd337918a0 (patch) | |
tree | 5217f20d12446ec3ab8336665b08e6f6394c2908 | |
parent | 280fe269059f8d3c127dd4c1ce24297d8e20d1e2 (diff) | |
download | lwn-8191455c38dd009f15e2fa9ce6c2e3cd337918a0.tar.gz lwn-8191455c38dd009f15e2fa9ce6c2e3cd337918a0.zip |
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>
-rw-r--r-- | drivers/soc/imx/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/imx/Kconfig b/drivers/soc/imx/Kconfig index a8742fc58f01..76a4593baf0a 100644 --- a/drivers/soc/imx/Kconfig +++ b/drivers/soc/imx/Kconfig @@ -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 |