mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
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>
This commit is contained in:
parent
280fe26905
commit
8191455c38
@ -10,7 +10,7 @@ config IMX_GPCV2_PM_DOMAINS
|
|||||||
default y if SOC_IMX7D
|
default y if SOC_IMX7D
|
||||||
|
|
||||||
config SOC_IMX8M
|
config SOC_IMX8M
|
||||||
bool "i.MX8M SoC family support"
|
tristate "i.MX8M SoC family support"
|
||||||
depends on ARCH_MXC || COMPILE_TEST
|
depends on ARCH_MXC || COMPILE_TEST
|
||||||
default ARCH_MXC && ARM64
|
default ARCH_MXC && ARM64
|
||||||
select SOC_BUS
|
select SOC_BUS
|
||||||
|
Loading…
Reference in New Issue
Block a user