diff options
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 |