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] [day] [month] [year] [list]
Date:   Tue, 23 May 2017 18:36:28 +0900
From:   Chanwoo Choi <cw00.choi@...sung.com>
To:     Peter Robinson <pbrobinson@...il.com>,
        MyungJoo Ham <myungjoo.ham@...sung.com>,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] extcon: qcom-spmi-misc: add dependency on ARCH_QCOM

On 2017년 05월 21일 01:45, Peter Robinson wrote:
> Depend on the architecture the device actuall is in, also add
> dep on the compile test to ensure continued coverage.
> 
> Signed-off-by: Peter Robinson <pbrobinson@...il.com>
> ---
>  drivers/extcon/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/extcon/Kconfig b/drivers/extcon/Kconfig
> index 32f2dc8e4702..6d50071f07d5 100644
> --- a/drivers/extcon/Kconfig
> +++ b/drivers/extcon/Kconfig
> @@ -115,6 +115,7 @@ config EXTCON_PALMAS
>  
>  config EXTCON_QCOM_SPMI_MISC
>  	tristate "Qualcomm USB extcon support"
> +	depends on ARCH_QCOM || COMPILE_TEST
>  	help
>  	  Say Y here to enable SPMI PMIC based USB cable detection
>  	  support on Qualcomm PMICs such as PM8941.
> 

Applied it. Thanks.

-- 
Best Regards,
Chanwoo Choi
Samsung Electronics

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ