Kconfig (51bd56339335fad3643739504523190cd6d3416b) | Kconfig (ab41319eab3b5e600873dc77dff7756970424ca6) |
---|---|
1# 2# Hardware monitoring chip drivers configuration 3# 4 5menu "Hardware Monitoring support" 6 7config HWMON 8 tristate "Hardware Monitoring support" --- 403 unchanged lines hidden (view full) --- 412 select I2C_ISA 413 help 414 If you say yes here you get support for the integrated sensors in 415 Via 686A/B South Bridges. 416 417 This driver can also be built as a module. If so, the module 418 will be called via686a. 419 | 1# 2# Hardware monitoring chip drivers configuration 3# 4 5menu "Hardware Monitoring support" 6 7config HWMON 8 tristate "Hardware Monitoring support" --- 403 unchanged lines hidden (view full) --- 412 select I2C_ISA 413 help 414 If you say yes here you get support for the integrated sensors in 415 Via 686A/B South Bridges. 416 417 This driver can also be built as a module. If so, the module 418 will be called via686a. 419 |
420config SENSORS_VT1211 421 tristate "VIA VT1211" 422 depends on HWMON && EXPERIMENTAL 423 select HWMON_VID 424 help 425 If you say yes here then you get support for hardware monitoring 426 features of the VIA VT1211 Super-I/O chip. 427 428 This driver can also be built as a module. If so, the module 429 will be called vt1211. 430 |
|
420config SENSORS_VT8231 421 tristate "VIA VT8231" 422 depends on HWMON && I2C && PCI && EXPERIMENTAL 423 select HWMON_VID 424 select I2C_ISA 425 help 426 If you say yes here then you get support for the integrated sensors 427 in the VIA VT8231 device. --- 103 unchanged lines hidden --- | 431config SENSORS_VT8231 432 tristate "VIA VT8231" 433 depends on HWMON && I2C && PCI && EXPERIMENTAL 434 select HWMON_VID 435 select I2C_ISA 436 help 437 If you say yes here then you get support for the integrated sensors 438 in the VIA VT8231 device. --- 103 unchanged lines hidden --- |