]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/extcon/Makefile
UBUNTU: [Config] drm: disable support for alien gpu (!BCM)
[mirror_ubuntu-artful-kernel.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
2f556bdb 11obj-$(CONFIG_EXTCON_INTEL_INT3496) += extcon-intel-int3496.o
db0f3baa 12obj-$(CONFIG_EXTCON_INTEL_CHT_WC) += extcon-intel-cht-wc.o
962e56bf 13obj-$(CONFIG_EXTCON_MAX14577) += extcon-max14577.o
08a0a4f9 14obj-$(CONFIG_EXTCON_MAX3355) += extcon-max3355.o
db1b9037 15obj-$(CONFIG_EXTCON_MAX77693) += extcon-max77693.o
27a28d32 16obj-$(CONFIG_EXTCON_MAX77843) += extcon-max77843.o
b76668ba 17obj-$(CONFIG_EXTCON_MAX8997) += extcon-max8997.o
b1f254e3 18obj-$(CONFIG_EXTCON_PALMAS) += extcon-palmas.o
38085c98 19obj-$(CONFIG_EXTCON_QCOM_SPMI_MISC) += extcon-qcom-spmi-misc.o
c03e017c 20obj-$(CONFIG_EXTCON_RT8973A) += extcon-rt8973a.o
914b881f 21obj-$(CONFIG_EXTCON_SM5502) += extcon-sm5502.o
e52817fa 22obj-$(CONFIG_EXTCON_USB_GPIO) += extcon-usb-gpio.o