igb: Add device support for flashless SKU of i210 device
[deliverable/linux.git] / drivers / hwmon / pmbus / Makefile
CommitLineData
9d2ecfb7
GR
1#
2# Makefile for PMBus chip drivers.
3#
4
5obj-$(CONFIG_PMBUS) += pmbus_core.o
6obj-$(CONFIG_SENSORS_PMBUS) += pmbus.o
7obj-$(CONFIG_SENSORS_ADM1275) += adm1275.o
03e9bd8d 8obj-$(CONFIG_SENSORS_LM25066) += lm25066.o
c3ff9a67 9obj-$(CONFIG_SENSORS_LTC2978) += ltc2978.o
9d2ecfb7
GR
10obj-$(CONFIG_SENSORS_MAX16064) += max16064.o
11obj-$(CONFIG_SENSORS_MAX34440) += max34440.o
12obj-$(CONFIG_SENSORS_MAX8688) += max8688.o
13obj-$(CONFIG_SENSORS_UCD9000) += ucd9000.o
14obj-$(CONFIG_SENSORS_UCD9200) += ucd9200.o
200855e5 15obj-$(CONFIG_SENSORS_ZL6100) += zl6100.o
This page took 0.203525 seconds and 5 git commands to generate.