diff options
author | Jindong Yue <jindong.yue@nxp.com> | 2023-03-01 14:05:57 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-03-14 04:36:53 +0100 |
commit | 8191455c38dd009f15e2fa9ce6c2e3cd337918a0 (patch) | |
tree | 5217f20d12446ec3ab8336665b08e6f6394c2908 /drivers/soc/imx | |
parent | soc: imx8m: Add MODULE_LICENSE (diff) | |
download | linux-8191455c38dd009f15e2fa9ce6c2e3cd337918a0.tar.xz linux-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>
Diffstat (limited to 'drivers/soc/imx')
-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 |