Kconfig 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. #
  2. # PMBus chip drivers configuration
  3. #
  4. menuconfig PMBUS
  5. tristate "PMBus support"
  6. depends on I2C
  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 ADP4000, BMR453, BMR454,
  19. MDT040, NCP4200, NCP4208, PDT003, PDT006, PDT012, UDT020, and TPS40400.
  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 and compatibles"
  24. default n
  25. help
  26. If you say yes here you get hardware monitoring support for Analog
  27. Devices ADM1075, ADM1275, and ADM1276 Hot-Swap Controller and Digital
  28. Power Monitors.
  29. This driver can also be built as a module. If so, the module will
  30. be called adm1275.
  31. config SENSORS_LM25066
  32. tristate "National Semiconductor LM25066 and compatibles"
  33. default n
  34. help
  35. If you say yes here you get hardware monitoring support for National
  36. Semiconductor LM25056, LM25066, LM5064, and LM5066.
  37. This driver can also be built as a module. If so, the module will
  38. be called lm25066.
  39. config SENSORS_LTC2978
  40. tristate "Linear Technologies LTC2978 and compatibles"
  41. default n
  42. help
  43. If you say yes here you get hardware monitoring support for Linear
  44. Technology LTC2974, LTC2977, LTC2978, LTC3880, LTC3883, and LTM4676.
  45. This driver can also be built as a module. If so, the module will
  46. be called ltc2978.
  47. config SENSORS_LTC2978_REGULATOR
  48. bool "Regulator support for LTC2978 and compatibles"
  49. depends on SENSORS_LTC2978 && REGULATOR
  50. help
  51. If you say yes here you get regulator support for Linear
  52. Technology LTC2974, LTC2977, LTC2978, LTC3880, LTC3883, and LTM4676.
  53. config SENSORS_MAX16064
  54. tristate "Maxim MAX16064"
  55. default n
  56. help
  57. If you say yes here you get hardware monitoring support for Maxim
  58. MAX16064.
  59. This driver can also be built as a module. If so, the module will
  60. be called max16064.
  61. config SENSORS_MAX34440
  62. tristate "Maxim MAX34440 and compatibles"
  63. default n
  64. help
  65. If you say yes here you get hardware monitoring support for Maxim
  66. MAX34440, MAX34441, MAX34446, MAX34460, and MAX34461.
  67. This driver can also be built as a module. If so, the module will
  68. be called max34440.
  69. config SENSORS_MAX8688
  70. tristate "Maxim MAX8688"
  71. default n
  72. help
  73. If you say yes here you get hardware monitoring support for Maxim
  74. MAX8688.
  75. This driver can also be built as a module. If so, the module will
  76. be called max8688.
  77. config SENSORS_TPS40422
  78. tristate "TI TPS40422"
  79. default n
  80. help
  81. If you say yes here you get hardware monitoring support for TI
  82. TPS40422.
  83. This driver can also be built as a module. If so, the module will
  84. be called tps40422.
  85. config SENSORS_UCD9000
  86. tristate "TI UCD90120, UCD90124, UCD9090, UCD90910"
  87. default n
  88. help
  89. If you say yes here you get hardware monitoring support for TI
  90. UCD90120, UCD90124, UCD9090, UCD90910 Sequencer and System Health
  91. Controllers.
  92. This driver can also be built as a module. If so, the module will
  93. be called ucd9000.
  94. config SENSORS_UCD9200
  95. tristate "TI UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, UCD9248"
  96. default n
  97. help
  98. If you say yes here you get hardware monitoring support for TI
  99. UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, and UCD9248
  100. Digital PWM System Controllers.
  101. This driver can also be built as a module. If so, the module will
  102. be called ucd9200.
  103. config SENSORS_ZL6100
  104. tristate "Intersil ZL6100 and compatibles"
  105. default n
  106. help
  107. If you say yes here you get hardware monitoring support for Intersil
  108. ZL2004, ZL2005, ZL2006, ZL2008, ZL2105, ZL2106, ZL6100, ZL6105,
  109. ZL9101M, and ZL9117M Digital DC/DC Controllers, as well as for
  110. Ericsson BMR450, BMR451, BMR462, BMR463, and BMR464.
  111. This driver can also be built as a module. If so, the module will
  112. be called zl6100.
  113. endif # PMBUS