diff options
author | Ben Dooks <ben@simtec.co.uk> | 2009-07-18 05:12:28 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-07-18 05:15:54 -0400 |
commit | bff78650a2b0ed42b8fb134b6a9b387e00027d67 (patch) | |
tree | 63eb51aafad3f5f8039d9c8a9847c599e7ff95d8 /drivers/hwmon/Kconfig | |
parent | e170adcb406504b8acd35554c69830c11916be1f (diff) |
ARM: HWMON: S3C24XX series ADC driver
Add support for the ADC controller on the S3C series of processors to
drivers/hwmon for use with hardware monitoring systems.
Signed-off-by: Ben Dooks <ben@simtec.co.uk>
Acked-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 2d5016691d40..2e25b7a827d3 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -702,6 +702,23 @@ config SENSORS_SHT15 | |||
702 | This driver can also be built as a module. If so, the module | 702 | This driver can also be built as a module. If so, the module |
703 | will be called sht15. | 703 | will be called sht15. |
704 | 704 | ||
705 | config SENSORS_S3C | ||
706 | tristate "S3C24XX/S3C64XX Inbuilt ADC" | ||
707 | depends on ARCH_S3C2410 || ARCH_S3C64XX | ||
708 | help | ||
709 | If you say yes here you get support for the on-board ADCs of | ||
710 | the Samsung S3C24XX or S3C64XX series of SoC | ||
711 | |||
712 | This driver can also be built as a module. If so, the module | ||
713 | will be called s3c-hwmo. | ||
714 | |||
715 | config SENSORS_S3C_RAW | ||
716 | bool "Include raw channel attributes in sysfs" | ||
717 | depends on SENSORS_S3C | ||
718 | help | ||
719 | Say Y here if you want to include raw copies of all the ADC | ||
720 | channels in sysfs. | ||
721 | |||
705 | config SENSORS_SIS5595 | 722 | config SENSORS_SIS5595 |
706 | tristate "Silicon Integrated Systems Corp. SiS5595" | 723 | tristate "Silicon Integrated Systems Corp. SiS5595" |
707 | depends on PCI | 724 | depends on PCI |