Kconfig 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. #
  2. # PMBus chip drivers configuration
  3. #
  4. menuconfig PMBUS
  5. tristate "PMBus support"
  6. depends on I2C && EXPERIMENTAL
  7. default n
  8. help
  9. Say yes here if you want to enable PMBus support.
  10. This driver can also be built as a module. If so, the module will
  11. be called pmbus_core.
  12. if PMBUS
  13. config SENSORS_PMBUS
  14. tristate "Generic PMBus devices"
  15. default y
  16. help
  17. If you say yes here you get hardware monitoring support for generic
  18. PMBus devices, including but not limited to BMR450, BMR451, BMR453,
  19. BMR454, and LTC2978.
  20. This driver can also be built as a module. If so, the module will
  21. be called pmbus.
  22. config SENSORS_ADM1275
  23. tristate "Analog Devices ADM1275"
  24. default n
  25. help
  26. If you say yes here you get hardware monitoring support for Analog
  27. Devices ADM1275 Hot-Swap Controller and Digital Power Monitor.
  28. This driver can also be built as a module. If so, the module will
  29. be called adm1275.
  30. config SENSORS_MAX16064
  31. tristate "Maxim MAX16064"
  32. default n
  33. help
  34. If you say yes here you get hardware monitoring support for Maxim
  35. MAX16064.
  36. This driver can also be built as a module. If so, the module will
  37. be called max16064.
  38. config SENSORS_MAX34440
  39. tristate "Maxim MAX34440/MAX34441"
  40. default n
  41. help
  42. If you say yes here you get hardware monitoring support for Maxim
  43. MAX34440 and MAX34441.
  44. This driver can also be built as a module. If so, the module will
  45. be called max34440.
  46. config SENSORS_MAX8688
  47. tristate "Maxim MAX8688"
  48. default n
  49. help
  50. If you say yes here you get hardware monitoring support for Maxim
  51. MAX8688.
  52. This driver can also be built as a module. If so, the module will
  53. be called max8688.
  54. config SENSORS_UCD9000
  55. tristate "TI UCD90120, UCD90124, UCD9090, UCD90910"
  56. default n
  57. help
  58. If you say yes here you get hardware monitoring support for TI
  59. UCD90120, UCD90124, UCD9090, UCD90910 Sequencer and System Health
  60. Controllers.
  61. This driver can also be built as a module. If so, the module will
  62. be called ucd9000.
  63. config SENSORS_UCD9200
  64. tristate "TI UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, UCD9248"
  65. default n
  66. help
  67. If you say yes here you get hardware monitoring support for TI
  68. UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, and UCD9248
  69. Digital PWM System Controllers.
  70. This driver can also be built as a module. If so, the module will
  71. be called ucd9200.
  72. endif # PMBUS