[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-id: <58BD0648.3050105@samsung.com>
Date: Mon, 06 Mar 2017 15:48:40 +0900
From: Chanwoo Choi <cw00.choi@...sung.com>
To: Peter Robinson <pbrobinson@...il.com>,
David Cohen <david.a.cohen@...el.com>,
MyungJoo Ham <myungjoo.ham@...sung.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] extcon: int3496: add dependency on X86 as it's Intel
specific
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@...il.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
Powered by blists - more mailing lists