mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Chanwoo Choi <cw00.choi@samsung.com>
To: Peter Robinson <pbrobinson@gmail.com>,
	David Cohen <david.a.cohen@intel.com>,
	MyungJoo Ham <myungjoo.ham@samsung.com>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] extcon: int3496: add dependency on X86 as it's Intel specific
Date: Mon, 06 Mar 2017 15:48:40 +0900	[thread overview]
Message-ID: <58BD0648.3050105@samsung.com> (raw)
In-Reply-To: <20170302181010.8006-1-pbrobinson@gmail.com>

On 2017년 03월 03일 03:10, Peter Robinson wrote:
> Add dependency on X86 so it doesn't show up on other arches and
> add a option for compile test so it still gets build coverage.
> 
> Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
> ---
>  drivers/extcon/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/extcon/Kconfig b/drivers/extcon/Kconfig
> index 96bbae5..fc09c76 100644
> --- a/drivers/extcon/Kconfig
> +++ b/drivers/extcon/Kconfig
> @@ -44,7 +44,7 @@ config EXTCON_GPIO
>  
>  config EXTCON_INTEL_INT3496
>  	tristate "Intel INT3496 ACPI device extcon driver"
> -	depends on GPIOLIB && ACPI
> +	depends on GPIOLIB && ACPI && (X86 || COMPILE_TEST)
>  	help
>  	  Say Y here to enable extcon support for USB OTG ports controlled by
>  	  an Intel INT3496 ACPI device.
> 

Applied. Thanks.

-- 
Best Regards,
Chanwoo Choi
Samsung Electronics

      reply	other threads:[~2017-03-06  7:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20170302181017epcas5p10f8b20f6409917131bc961090cfb4a90@epcas5p1.samsung.com>
2017-03-02 18:10 ` Peter Robinson
2017-03-06  6:48   ` Chanwoo Choi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=58BD0648.3050105@samsung.com \
    --to=cw00.choi@samsung.com \
    --cc=david.a.cohen@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=myungjoo.ham@samsung.com \
    --cc=pbrobinson@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome