lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 1 Mar 2023 03:01:13 +0000
From:   Peng Fan <peng.fan@....com>
To:     "J.D. Yue" <jindong.yue@....com>,
        "shawnguo@...nel.org" <shawnguo@...nel.org>,
        "s.hauer@...gutronix.de" <s.hauer@...gutronix.de>
CC:     "kernel@...gutronix.de" <kernel@...gutronix.de>,
        "festevam@...il.com" <festevam@...il.com>,
        "l.stach@...gutronix.de" <l.stach@...gutronix.de>,
        dl-linux-imx <linux-imx@....com>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        "gregkh@...uxfoundation.org" <gregkh@...uxfoundation.org>
Subject: RE: [PATCH v2 7/7] soc: imx8m: Support building imx8m soc driver as
 module

> Subject: [PATCH v2 7/7] 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>

Reviewed-by: Peng Fan <peng.fan@....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
> 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
> --
> 2.36.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ