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

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

793 default n
794 help
795 If you say yes here you get support for Linear Technology LTC4215
796 Hot Swap Controller I2C interface.
797
798 This driver can also be built as a module. If so, the module will
799 be called ltc4215.
800
1#
2# Hardware monitoring chip drivers configuration
3#
4
5menuconfig HWMON
6 tristate "Hardware Monitoring support"
7 depends on HAS_IOMEM
8 default y

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

793 default n
794 help
795 If you say yes here you get support for Linear Technology LTC4215
796 Hot Swap Controller I2C interface.
797
798 This driver can also be built as a module. If so, the module will
799 be called ltc4215.
800
801config SENSORS_LTC4222
802 tristate "Linear Technology LTC4222"
803 depends on I2C
804 select REGMAP_I2C
805 default n
806 help
807 If you say yes here you get support for Linear Technology LTC4222
808 Dual Hot Swap Controller I2C interface.
809
810 This driver can also be built as a module. If so, the module will
811 be called ltc4222.
812
801config SENSORS_LTC4245
802 tristate "Linear Technology LTC4245"
803 depends on I2C
804 default n
805 help
806 If you say yes here you get support for Linear Technology LTC4245
807 Multiple Supply Hot Swap Controller I2C interface.
808

--- 779 unchanged lines hidden ---
813config SENSORS_LTC4245
814 tristate "Linear Technology LTC4245"
815 depends on I2C
816 default n
817 help
818 If you say yes here you get support for Linear Technology LTC4245
819 Multiple Supply Hot Swap Controller I2C interface.
820

--- 779 unchanged lines hidden ---