Kconfig (05e82fe40faee8499b4e3ba12fddaaf013d84203) | Kconfig (a98d506c08ffe754fa013c7f70c4d578b991fb4b) |
---|---|
1# 2# Hardware monitoring chip drivers configuration 3# 4 5menuconfig HWMON 6 tristate "Hardware Monitoring support" 7 depends on HAS_IOMEM 8 default y --- 945 unchanged lines hidden (view full) --- 954 depends on EXPERIMENTAL 955 help 956 If you say yes here you get support for the SMSC LPC47B397-NC 957 sensor chip. 958 959 This driver can also be built as a module. If so, the module 960 will be called smsc47b397. 961 | 1# 2# Hardware monitoring chip drivers configuration 3# 4 5menuconfig HWMON 6 tristate "Hardware Monitoring support" 7 depends on HAS_IOMEM 8 default y --- 945 unchanged lines hidden (view full) --- 954 depends on EXPERIMENTAL 955 help 956 If you say yes here you get support for the SMSC LPC47B397-NC 957 sensor chip. 958 959 This driver can also be built as a module. If so, the module 960 will be called smsc47b397. 961 |
962config SENSORS_SCH5627 963 tristate "SMSC SCH5627" 964 help 965 If you say yes here you get support for the hardware monitoring 966 features of the SMSC SCH5627 Super-I/O chip. 967 968 This driver can also be built as a module. If so, the module 969 will be called sch5627. 970 |
|
962config SENSORS_ADS7828 963 tristate "Texas Instruments ADS7828" 964 depends on I2C 965 help 966 If you say yes here you get support for Texas Instruments ADS7828 967 12-bit 8-channel ADC device. 968 969 This driver can also be built as a module. If so, the module --- 298 unchanged lines hidden --- | 971config SENSORS_ADS7828 972 tristate "Texas Instruments ADS7828" 973 depends on I2C 974 help 975 If you say yes here you get support for Texas Instruments ADS7828 976 12-bit 8-channel ADC device. 977 978 This driver can also be built as a module. If so, the module --- 298 unchanged lines hidden --- |