aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorSteve Hardy <steve@linuxrealtime.co.uk>2008-01-22 18:00:02 -0500
committerMark M. Hoffman <mhoffman@lightlink.com>2008-02-07 20:39:44 -0500
commit5812f9283e621370a2d65282b7bcc942bf2c3f1c (patch)
treeac5f50f1baa812b6457439a57d8c0801ccab3402 /drivers/hwmon/Kconfig
parent360f9452def0be1d6e29cee07a0f0640cd1d7b22 (diff)
hwmon: Add support for Texas Instruments/Burr-Brown ADS7828
Signed-off-by: Steve Hardy <steve@linuxrealtime.co.uk> Acked-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index 27e0b34ead5f..410ffe4e9d80 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -588,6 +588,16 @@ config SENSORS_SMSC47B397
588 This driver can also be built as a module. If so, the module 588 This driver can also be built as a module. If so, the module
589 will be called smsc47b397. 589 will be called smsc47b397.
590 590
591config SENSORS_ADS7828
592 tristate "Texas Instruments ADS7828"
593 depends on I2C
594 help
595 If you say yes here you get support for Texas Instruments ADS7828
596 12-bit 8-channel ADC device.
597
598 This driver can also be built as a module. If so, the module
599 will be called ads7828.
600
591config SENSORS_THMC50 601config SENSORS_THMC50
592 tristate "Texas Instruments THMC50 / Analog Devices ADM1022" 602 tristate "Texas Instruments THMC50 / Analog Devices ADM1022"
593 depends on I2C && EXPERIMENTAL 603 depends on I2C && EXPERIMENTAL