Skip to content

Commit

Permalink
extcon: int3496: Add dependency on X86 as it's Intel specific
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Chanwoo Choi <[email protected]>
  • Loading branch information
nullr0ute authored and chanwoochoi committed Mar 22, 2017
1 parent 8cb2cba commit 059c787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/extcon/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 059c787

Please sign in to comment.