Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1647895

Re: [PATCH] extcon: qcom-spmi-misc: add dependency on ARCH_QCOM

From Chanwoo Choi <cw00.choi@samsung.com>
Newsgroups linux.kernel
Subject Re: [PATCH] extcon: qcom-spmi-misc: add dependency on ARCH_QCOM
Date 2017-05-23 11:50 +0200
Message-ID <tKeBX-1li-1@gated-at.bofh.it> (permalink)
References <tKeBX-1li-3@gated-at.bofh.it> <tJfJM-3Vh-3@gated-at.bofh.it>
Organization Samsung Electronics

Show all headers | View raw


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@gmail.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

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] extcon: qcom-spmi-misc: add dependency on ARCH_QCOM Peter Robinson <pbrobinson@gmail.com> - 2017-05-20 18:50 +0200
  Re: [PATCH] extcon: qcom-spmi-misc: add dependency on ARCH_QCOM Chanwoo Choi <cw00.choi@samsung.com> - 2017-05-23 11:50 +0200

csiph-web