diff options
author | Jean Delvare <khali@linux-fr.org> | 2009-03-30 15:46:43 -0400 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2009-03-30 15:46:43 -0400 |
commit | fb4504fe84b09cbf49fda19e6630a1003d79656a (patch) | |
tree | d2e623b65fb91f18a02b3435f5a25e8b36572815 /drivers/hwmon/Kconfig | |
parent | a157d06d4d70318a0818552095071d7430dd5d34 (diff) |
Move the pcf8591 driver to hwmon
Directory drivers/i2c/chips is going away, so drivers there must find
new homes. For the pcf8591 driver, the best choice seems to be the
hwmon subsystem. While the Philips PCF8591 device isn't a typical
hardware monitoring chip, its DAC interface is compatible with the
hwmon one, so it fits somewhat.
If a better subsystem is ever created for ADC/DAC chips, the driver
could be moved there.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 0eb4170cc4af..9a22816b37dd 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -635,6 +635,20 @@ config SENSORS_PC87427 | |||
635 | This driver can also be built as a module. If so, the module | 635 | This driver can also be built as a module. If so, the module |
636 | will be called pc87427. | 636 | will be called pc87427. |
637 | 637 | ||
638 | config SENSORS_PCF8591 | ||
639 | tristate "Philips PCF8591 ADC/DAC" | ||
640 | depends on I2C | ||
641 | default n | ||
642 | help | ||
643 | If you say yes here you get support for Philips PCF8591 4-channel | ||
644 | ADC, 1-channel DAC chips. | ||
645 | |||
646 | This driver can also be built as a module. If so, the module | ||
647 | will be called pcf8591. | ||
648 | |||
649 | These devices are hard to detect and rarely found on mainstream | ||
650 | hardware. If unsure, say N. | ||
651 | |||
638 | config SENSORS_SIS5595 | 652 | config SENSORS_SIS5595 |
639 | tristate "Silicon Integrated Systems Corp. SiS5595" | 653 | tristate "Silicon Integrated Systems Corp. SiS5595" |
640 | depends on PCI | 654 | depends on PCI |