diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2017-03-02 19:10:10 +0100 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2017-03-22 10:29:46 +0100 |
commit | 059c7874b87575e48d2c7702849ff56017059195 (patch) | |
tree | 921450a0c1ef11361e04f00da69efe2f0965e8e7 /drivers/extcon | |
parent | extcon: int3496: Add GPIO ACPI mapping table (diff) | |
download | linux-059c7874b87575e48d2c7702849ff56017059195.tar.xz linux-059c7874b87575e48d2c7702849ff56017059195.zip |
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>
Diffstat (limited to 'drivers/extcon')
-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 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. |