On Fri, 2011-01-28 at 11:42 -0500, Randy Dunlap wrote: > On Thu, 27 Jan 2011 18:36:28 -0800 Guenter Roeck wrote: > > > This driver adds support for hardware monitoring features of various PMBus > > devices. > > > > Signed-off-by: Guenter Roeck <guenter.roeck@xxxxxxxxxxxx> > > --- > > drivers/hwmon/Kconfig | 25 + > > drivers/hwmon/Makefile | 4 + > > drivers/hwmon/pmbus.c | 234 +++++++ > > drivers/hwmon/pmbus.h | 307 +++++++++ > > drivers/hwmon/pmbus_core.c | 1611 ++++++++++++++++++++++++++++++++++++++++++++ > > include/linux/i2c/pmbus.h | 45 ++ > > 6 files changed, 2226 insertions(+), 0 deletions(-) > > create mode 100644 drivers/hwmon/pmbus.c > > create mode 100644 drivers/hwmon/pmbus.h > > create mode 100644 drivers/hwmon/pmbus_core.c > > create mode 100644 include/linux/i2c/pmbus.h > > > > diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig > > index 773e484..7c36091 100644 > > --- a/drivers/hwmon/Kconfig > > +++ b/drivers/hwmon/Kconfig > > @@ -734,6 +734,31 @@ config SENSORS_PCF8591 > > These devices are hard to detect and rarely found on mainstream > > hardware. If unsure, say N. > > > > +config PMBUS > > + tristate "PMBus support" > > + depends on I2C && EXPERIMENTAL > > + default n > > + help > > + If you say yes here to enable PMBus support. > > Say Yes here if you want to enable PMBus support. Oops ... fixed, thanks. Guenter _______________________________________________ lm-sensors mailing list lm-sensors@xxxxxxxxxxxxxx http://lists.lm-sensors.org/mailman/listinfo/lm-sensors