[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170710135618.13661-2-andrew@aj.id.au>
Date: Mon, 10 Jul 2017 23:26:15 +0930
From: Andrew Jeffery <andrew@...id.au>
To: linux@...ck-us.net, linux-hwmon@...r.kernel.org
Cc: Andrew Jeffery <andrew@...id.au>, jdelvare@...e.com,
linux-kernel@...r.kernel.org, joel@....id.au,
openbmc@...ts.ozlabs.org, msbarth@...ux.vnet.ibm.com,
mspinler@...ux.vnet.ibm.com
Subject: [RFC PATCH 1/4] hwmon: pmbus: Disable build of non-max31785 drivers
Signed-off-by: Andrew Jeffery <andrew@...id.au>
---
Later patches make incompatible changes to struct pmbus_driver_info, so this
serves to keep the following patches buildable under otherwise incompatible
configurations. It is a junk patch that won't be present in a non-RFC series.
drivers/hwmon/pmbus/Makefile | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/drivers/hwmon/pmbus/Makefile b/drivers/hwmon/pmbus/Makefile
index 562132054aaf..24ff7ee7f8bb 100644
--- a/drivers/hwmon/pmbus/Makefile
+++ b/drivers/hwmon/pmbus/Makefile
@@ -4,15 +4,15 @@
obj-$(CONFIG_PMBUS) += pmbus_core.o
obj-$(CONFIG_SENSORS_PMBUS) += pmbus.o
-obj-$(CONFIG_SENSORS_ADM1275) += adm1275.o
-obj-$(CONFIG_SENSORS_LM25066) += lm25066.o
-obj-$(CONFIG_SENSORS_LTC2978) += ltc2978.o
-obj-$(CONFIG_SENSORS_LTC3815) += ltc3815.o
-obj-$(CONFIG_SENSORS_MAX16064) += max16064.o
-obj-$(CONFIG_SENSORS_MAX20751) += max20751.o
-obj-$(CONFIG_SENSORS_MAX34440) += max34440.o
-obj-$(CONFIG_SENSORS_MAX8688) += max8688.o
-obj-$(CONFIG_SENSORS_TPS40422) += tps40422.o
-obj-$(CONFIG_SENSORS_UCD9000) += ucd9000.o
-obj-$(CONFIG_SENSORS_UCD9200) += ucd9200.o
-obj-$(CONFIG_SENSORS_ZL6100) += zl6100.o
+# obj-$(CONFIG_SENSORS_ADM1275) += adm1275.o
+# obj-$(CONFIG_SENSORS_LM25066) += lm25066.o
+# obj-$(CONFIG_SENSORS_LTC2978) += ltc2978.o
+# obj-$(CONFIG_SENSORS_LTC3815) += ltc3815.o
+# obj-$(CONFIG_SENSORS_MAX16064) += max16064.o
+# obj-$(CONFIG_SENSORS_MAX20751) += max20751.o
+# obj-$(CONFIG_SENSORS_MAX34440) += max34440.o
+# obj-$(CONFIG_SENSORS_MAX8688) += max8688.o
+# obj-$(CONFIG_SENSORS_TPS40422) += tps40422.o
+# obj-$(CONFIG_SENSORS_UCD9000) += ucd9000.o
+# obj-$(CONFIG_SENSORS_UCD9200) += ucd9200.o
+# obj-$(CONFIG_SENSORS_ZL6100) += zl6100.o
--
2.11.0
Powered by blists - more mailing lists