[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20230228080644.412894-2-jindong.yue@nxp.com>
Date: Tue, 28 Feb 2023 16:06:44 +0800
From: Jindong Yue <jindong.yue@....com>
To: shawnguo@...nel.org, s.hauer@...gutronix.de
Cc: kernel@...gutronix.de, festevam@...il.com, l.stach@...gutronix.de,
peng.fan@....com, linux-imx@....com, linux-kernel@...r.kernel.org,
gregkh@...uxfoundation.org, jindong.yue@....com
Subject: [PATCH 6/6] 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@....com>
---
drivers/soc/imx/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/soc/imx/Kconfig b/drivers/soc/imx/Kconfig
index 4b906791d6c7..cdfbefc6b306 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
--
2.36.0
Powered by blists - more mailing lists