Kconfig (59ac83677f72ea2cc25b5426e7df9589aa7a5384) Kconfig (9873964d6eb24bd0205394f9b791de9eddbcb855)
1#
2# I2C Sensor chip drivers configuration
3#
4
5menu "Hardware Monitoring support"
6
7config HWMON
8 tristate "Hardware Monitoring support"

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

401 help
402 If you say yes here you get support for the Winbond W8378x series
403 of sensor chips: the W83781D, W83782D, W83783S and W83627HF,
404 and the similar Asus AS99127F.
405
406 This driver can also be built as a module. If so, the module
407 will be called w83781d.
408
1#
2# I2C Sensor chip drivers configuration
3#
4
5menu "Hardware Monitoring support"
6
7config HWMON
8 tristate "Hardware Monitoring support"

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

401 help
402 If you say yes here you get support for the Winbond W8378x series
403 of sensor chips: the W83781D, W83782D, W83783S and W83627HF,
404 and the similar Asus AS99127F.
405
406 This driver can also be built as a module. If so, the module
407 will be called w83781d.
408
409config SENSORS_W83791D
410 tristate "Winbond W83791D"
411 depends on HWMON && I2C && EXPERIMENTAL
412 select HWMON_VID
413 help
414 If you say yes here you get support for the Winbond W83791D chip.
415
416 This driver can also be built as a module. If so, the module
417 will be called w83791d.
418
409config SENSORS_W83792D
410 tristate "Winbond W83792D"
411 depends on HWMON && I2C && EXPERIMENTAL
412 help
413 If you say yes here you get support for the Winbond W83792D chip.
414
415 This driver can also be built as a module. If so, the module
416 will be called w83792d.

--- 68 unchanged lines hidden ---
419config SENSORS_W83792D
420 tristate "Winbond W83792D"
421 depends on HWMON && I2C && EXPERIMENTAL
422 help
423 If you say yes here you get support for the Winbond W83792D chip.
424
425 This driver can also be built as a module. If so, the module
426 will be called w83792d.

--- 68 unchanged lines hidden ---