extcon: Add support for qcom SPMI PMIC USB id detection hardware
[deliverable/linux.git] / drivers / extcon / Makefile
CommitLineData
e48f9dac 1
de55d871
MH
2# Makefile for external connector class (extcon) devices
3#
4
af61f961
AB
5obj-$(CONFIG_EXTCON) += extcon-core.o
6extcon-core-objs += extcon.o devres.o
19939860 7obj-$(CONFIG_EXTCON_ADC_JACK) += extcon-adc-jack.o
e48f9dac 8obj-$(CONFIG_EXTCON_ARIZONA) += extcon-arizona.o
f0312378 9obj-$(CONFIG_EXTCON_AXP288) += extcon-axp288.o
e48f9dac 10obj-$(CONFIG_EXTCON_GPIO) += extcon-gpio.o
962e56bf 11obj-$(CONFIG_EXTCON_MAX14577) += extcon-max14577.o
08a0a4f9 12obj-$(CONFIG_EXTCON_MAX3355) += extcon-max3355.o
db1b9037 13obj-$(CONFIG_EXTCON_MAX77693) += extcon-max77693.o
27a28d32 14obj-$(CONFIG_EXTCON_MAX77843) += extcon-max77843.o
b76668ba 15obj-$(CONFIG_EXTCON_MAX8997) += extcon-max8997.o
b1f254e3 16obj-$(CONFIG_EXTCON_PALMAS) += extcon-palmas.o
38085c98 17obj-$(CONFIG_EXTCON_QCOM_SPMI_MISC) += extcon-qcom-spmi-misc.o
c03e017c 18obj-$(CONFIG_EXTCON_RT8973A) += extcon-rt8973a.o
914b881f 19obj-$(CONFIG_EXTCON_SM5502) += extcon-sm5502.o
e52817fa 20obj-$(CONFIG_EXTCON_USB_GPIO) += extcon-usb-gpio.o
This page took 0.214518 seconds and 5 git commands to generate.