Skip to content

Commit 059c787

Browse files
nullr0utechanwoochoi
authored andcommitted
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>
1 parent 8cb2cba commit 059c787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/extcon/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ config EXTCON_GPIO
4444

4545
config EXTCON_INTEL_INT3496
4646
tristate "Intel INT3496 ACPI device extcon driver"
47-
depends on GPIOLIB && ACPI
47+
depends on GPIOLIB && ACPI && (X86 || COMPILE_TEST)
4848
help
4949
Say Y here to enable extcon support for USB OTG ports controlled by
5050
an Intel INT3496 ACPI device.

0 commit comments

Comments
 (0)