summaryrefslogtreecommitdiff
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig21
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index 681782be1b90..6055720a174b 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -548,6 +548,16 @@ config SENSORS_LM93
This driver can also be built as a module. If so, the module
will be called lm93.
+config SENSORS_MAX127
+ tristate "Maxim MAX127 sensor chip"
+ depends on I2C
+ help
+ If you say yes here you get support for the MAX127,
+ 5 channel, 12-bit DAC sensor chip.
+
+ This driver can also be built as a module. If so, the module
+ will be called max127.
+
config SENSORS_MAX1111
tristate "Maxim MAX1111 Multichannel, Serial 8-bit ADC chip"
depends on SPI_MASTER
@@ -870,6 +880,15 @@ config SENSORS_AST_PWM_FAN
This driver provides support for the ASPEED PWM & FAN Tacho
Controller, which provides an Sensor, fan control.
+config SENSORS_FB_PANTHER_PLUS
+ tristate "Facebook Panther+ Microserver Driver"
+ depends on ARCH_ASPEED && I2C
+ default n
+ help
+ This driver provides support for Facebook Panther+ microserver.
+
+ Say Y here if you run on the BMC which connects to Panther+ microserver
+
config SENSORS_APPLESMC
tristate "Apple SMC (Motion sensor, light sensor, keyboard backlight)"
depends on INPUT && X86
@@ -895,6 +914,8 @@ config SENSORS_APPLESMC
Say Y here if you have an applicable laptop and want to experience
the awesome power of applesmc.
+source drivers/hwmon/pmbus/Kconfig
+
config HWMON_DEBUG_CHIP
bool "Hardware Monitoring Chip debugging messages"
default n