summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye/recipes-kernel/linux/linux-obmc/barreleye.cfg
diff options
context:
space:
mode:
authorYi Li <adamliyi@msn.com>2016-02-17 17:48:42 +0800
committerYi Li <adamliyi@msn.com>2016-02-17 18:20:44 +0800
commit7553f554ca1fc40d8997875c17f12ede39ea0baa (patch)
tree60b56dbc5c743711c6567eda7cb441fe5b3c8bcf /meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye/recipes-kernel/linux/linux-obmc/barreleye.cfg
parent81a0c2e1126230ffde70d0fa4e2810b587121fcf (diff)
downloadtalos-openbmc-7553f554ca1fc40d8997875c17f12ede39ea0baa.tar.gz
talos-openbmc-7553f554ca1fc40d8997875c17f12ede39ea0baa.zip
Add temporary adm1278 hwmon pmbus driver patch
This patch temporarily adds adm1278 hwmon driver as a kernel patch to openbmc, for testing on Barreleye. If in the future this patch will still be useful, it should be put into linux kernel. Barreleye has three adm1278 devices on three i2c buses. This patch enables reading adm1278 sensors via hwmon sysfs interface. The enabled sensors are: current, voltage (In and Out), power and temperature. Detail usage can be found in 'readme_adm1278.txt'. Signed-off-by: Yi Li <adamliyi@msn.com>
Diffstat (limited to 'meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye/recipes-kernel/linux/linux-obmc/barreleye.cfg')
-rw-r--r--meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye/recipes-kernel/linux/linux-obmc/barreleye.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye/recipes-kernel/linux/linux-obmc/barreleye.cfg b/meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye/recipes-kernel/linux/linux-obmc/barreleye.cfg
new file mode 100644
index 000000000..086f191de
--- /dev/null
+++ b/meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye/recipes-kernel/linux/linux-obmc/barreleye.cfg
@@ -0,0 +1,3 @@
+CONFIG_PMBUS=y
+CONFIG_SENSORS_PMBUS=y
+CONFIG_SENSORS_ADM1275=y
OpenPOWER on IntegriCloud