diff options
| author | David Cohen <david.a.cohen@intel.com> | 2016-12-21 06:20:25 -0500 |
|---|---|---|
| committer | Chanwoo Choi <cw00.choi@samsung.com> | 2017-01-08 20:04:11 -0500 |
| commit | 2f556bdb9f2e3794722c0d9186db9799b35071c4 (patch) | |
| tree | 99da983bc7c52a9d839064f8c8c140a55718c1bf /drivers/extcon/Makefile | |
| parent | 5298b8365832e13158e41e205a31a9505eef4c94 (diff) | |
extcon: int3496: Add Intel INT3496 ACPI device extcon driver
Add an extcon driver for USB OTG ports controlled by an Intel INT3496
ACPI device (e.g. Baytrail, Cherrytrail devices).
Signed-off-by: David Cohen <david.a.cohen@intel.com>
[hdgoede@redhat.com: Port to current kernel, cleanup, submit upstream]
[hdgoede@redhat.com: Add Documentation/extcon/intel-int3496.txt]
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'drivers/extcon/Makefile')
| -rw-r--r-- | drivers/extcon/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/extcon/Makefile b/drivers/extcon/Makefile index 31a0a999c4fb..237ac3f953c2 100644 --- a/drivers/extcon/Makefile +++ b/drivers/extcon/Makefile | |||
| @@ -8,6 +8,7 @@ obj-$(CONFIG_EXTCON_ADC_JACK) += extcon-adc-jack.o | |||
| 8 | obj-$(CONFIG_EXTCON_ARIZONA) += extcon-arizona.o | 8 | obj-$(CONFIG_EXTCON_ARIZONA) += extcon-arizona.o |
| 9 | obj-$(CONFIG_EXTCON_AXP288) += extcon-axp288.o | 9 | obj-$(CONFIG_EXTCON_AXP288) += extcon-axp288.o |
| 10 | obj-$(CONFIG_EXTCON_GPIO) += extcon-gpio.o | 10 | obj-$(CONFIG_EXTCON_GPIO) += extcon-gpio.o |
| 11 | obj-$(CONFIG_EXTCON_INTEL_INT3496) += extcon-intel-int3496.o | ||
| 11 | obj-$(CONFIG_EXTCON_MAX14577) += extcon-max14577.o | 12 | obj-$(CONFIG_EXTCON_MAX14577) += extcon-max14577.o |
| 12 | obj-$(CONFIG_EXTCON_MAX3355) += extcon-max3355.o | 13 | obj-$(CONFIG_EXTCON_MAX3355) += extcon-max3355.o |
| 13 | obj-$(CONFIG_EXTCON_MAX77693) += extcon-max77693.o | 14 | obj-$(CONFIG_EXTCON_MAX77693) += extcon-max77693.o |
