Kconfig (debc6a6927dcd833a30750b07a4c2b456b71f1be) Kconfig (bff78650a2b0ed42b8fb134b6a9b387e00027d67)
1#
2# Hardware monitoring chip drivers configuration
3#
4
5menuconfig HWMON
6 tristate "Hardware Monitoring support"
7 depends on HAS_IOMEM
8 default y

--- 688 unchanged lines hidden (view full) ---

697 depends on GENERIC_GPIO
698 help
699 If you say yes here you get support for the Sensiron SHT10, SHT11,
700 SHT15, SHT71, SHT75 humidity and temperature sensors.
701
702 This driver can also be built as a module. If so, the module
703 will be called sht15.
704
1#
2# Hardware monitoring chip drivers configuration
3#
4
5menuconfig HWMON
6 tristate "Hardware Monitoring support"
7 depends on HAS_IOMEM
8 default y

--- 688 unchanged lines hidden (view full) ---

697 depends on GENERIC_GPIO
698 help
699 If you say yes here you get support for the Sensiron SHT10, SHT11,
700 SHT15, SHT71, SHT75 humidity and temperature sensors.
701
702 This driver can also be built as a module. If so, the module
703 will be called sht15.
704
705config 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
715config 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
705config SENSORS_SIS5595
706 tristate "Silicon Integrated Systems Corp. SiS5595"
707 depends on PCI
708 help
709 If you say yes here you get support for the integrated sensors in
710 SiS5595 South Bridges.
711
712 This driver can also be built as a module. If so, the module

--- 317 unchanged lines hidden ---
722config SENSORS_SIS5595
723 tristate "Silicon Integrated Systems Corp. SiS5595"
724 depends on PCI
725 help
726 If you say yes here you get support for the integrated sensors in
727 SiS5595 South Bridges.
728
729 This driver can also be built as a module. If so, the module

--- 317 unchanged lines hidden ---