diff options
author | Ben Dooks <ben@simtec.co.uk> | 2009-07-18 10:12:28 +0100 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-07-18 10:15:54 +0100 |
commit | bff78650a2b0ed42b8fb134b6a9b387e00027d67 (patch) | |
tree | 63eb51aafad3f5f8039d9c8a9847c599e7ff95d8 /drivers/hwmon/Kconfig | |
parent | e170adcb406504b8acd35554c69830c11916be1f (diff) | |
download | talos-op-linux-bff78650a2b0ed42b8fb134b6a9b387e00027d67.tar.gz talos-op-linux-bff78650a2b0ed42b8fb134b6a9b387e00027d67.zip |
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 This driver can also be built as a module. If so, the module will be called sht15. +config SENSORS_S3C + tristate "S3C24XX/S3C64XX Inbuilt ADC" + depends on ARCH_S3C2410 || ARCH_S3C64XX + help + If you say yes here you get support for the on-board ADCs of + the Samsung S3C24XX or S3C64XX series of SoC + + This driver can also be built as a module. If so, the module + will be called s3c-hwmo. + +config SENSORS_S3C_RAW + bool "Include raw channel attributes in sysfs" + depends on SENSORS_S3C + help + Say Y here if you want to include raw copies of all the ADC + channels in sysfs. + config SENSORS_SIS5595 tristate "Silicon Integrated Systems Corp. SiS5595" depends on PCI |