diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2017-03-02 13:10:10 -0500 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2017-03-22 05:29:46 -0400 |
commit | 059c7874b87575e48d2c7702849ff56017059195 (patch) | |
tree | 921450a0c1ef11361e04f00da69efe2f0965e8e7 | |
parent | 8cb2cbae45ae46b1e1be16950670d5c5d4408474 (diff) |
extcon: int3496: Add dependency on X86 as it's Intel specific
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>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
-rw-r--r-- | drivers/extcon/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/extcon/Kconfig b/drivers/extcon/Kconfig index 96bbae579c0b..fc09c76248b4 100644 --- a/drivers/extcon/Kconfig +++ b/drivers/extcon/Kconfig | |||
@@ -44,7 +44,7 @@ config EXTCON_GPIO | |||
44 | 44 | ||
45 | config EXTCON_INTEL_INT3496 | 45 | config EXTCON_INTEL_INT3496 |
46 | tristate "Intel INT3496 ACPI device extcon driver" | 46 | tristate "Intel INT3496 ACPI device extcon driver" |
47 | depends on GPIOLIB && ACPI | 47 | depends on GPIOLIB && ACPI && (X86 || COMPILE_TEST) |
48 | help | 48 | help |
49 | Say Y here to enable extcon support for USB OTG ports controlled by | 49 | Say Y here to enable extcon support for USB OTG ports controlled by |
50 | an Intel INT3496 ACPI device. | 50 | an Intel INT3496 ACPI device. |