Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300   1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300   2) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300   3) # PMBus chip drivers configuration
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300   4) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300   5) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300   6) menuconfig PMBUS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300   7) 	tristate "PMBus support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300   8) 	depends on I2C
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300   9) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  10) 	  Say yes here if you want to enable PMBus support.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  11) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  12) 	  This driver can also be built as a module. If so, the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  13) 	  be called pmbus_core.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  14) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  15) if PMBUS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  16) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  17) config SENSORS_PMBUS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  18) 	tristate "Generic PMBus devices"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  19) 	default y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  20) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  21) 	  If you say yes here you get hardware monitoring support for generic
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  22) 	  PMBus devices, including but not limited to ADP4000, BMR453, BMR454,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  23) 	  MAX20796, MDT040, NCP4200, NCP4208, PDT003, PDT006, PDT012, TPS40400,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  24) 	  TPS544B20, TPS544B25, TPS544C20, TPS544C25, and UDT020.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  25) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  26) 	  This driver can also be built as a module. If so, the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  27) 	  be called pmbus.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  28) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  29) config SENSORS_ADM1266
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  30) 	tristate "Analog Devices ADM1266 Sequencer"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  31) 	select CRC8
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  32) 	depends on GPIOLIB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  33) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  34) 	  If you say yes here you get hardware monitoring support for Analog
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  35) 	  Devices ADM1266 Cascadable Super Sequencer.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  36) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  37) 	  This driver can also be built as a module. If so, the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  38) 	  be called adm1266.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  39) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  40) config SENSORS_ADM1275
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  41) 	tristate "Analog Devices ADM1275 and compatibles"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  42) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  43) 	  If you say yes here you get hardware monitoring support for Analog
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  44) 	  Devices ADM1075, ADM1272, ADM1275, ADM1276, ADM1278, ADM1293,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  45) 	  and ADM1294 Hot-Swap Controller and Digital Power Monitors.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  46) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  47) 	  This driver can also be built as a module. If so, the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  48) 	  be called adm1275.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  49) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  50) config SENSORS_BEL_PFE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  51) 	tristate "Bel PFE Compatible Power Supplies"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  52) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  53) 	  If you say yes here you get hardware monitoring support for BEL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  54) 	  PFE1100 and PFE3000 Power Supplies.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  55) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  56) 	  This driver can also be built as a module. If so, the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  57) 	  be called bel-pfe.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  58) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  59) config SENSORS_IBM_CFFPS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  60) 	tristate "IBM Common Form Factor Power Supply"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  61) 	depends on LEDS_CLASS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  62) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  63) 	  If you say yes here you get hardware monitoring support for the IBM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  64) 	  Common Form Factor power supply.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  65) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  66) 	  This driver can also be built as a module. If so, the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  67) 	  be called ibm-cffps.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  68) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  69) config SENSORS_INSPUR_IPSPS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  70) 	tristate "INSPUR Power System Power Supply"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  71) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  72) 	  If you say yes here you get hardware monitoring support for the INSPUR
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  73) 	  Power System power supply.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  74) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  75) 	  This driver can also be built as a module. If so, the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  76) 	  be called inspur-ipsps.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  77) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  78) config SENSORS_IR35221
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  79) 	tristate "Infineon IR35221"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  80) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  81) 	  If you say yes here you get hardware monitoring support for the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  82) 	  Infineon IR35221 controller.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  83) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  84) 	  This driver can also be built as a module. If so, the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  85) 	  be called ir35221.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  86) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  87) config SENSORS_IR38064
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  88) 	tristate "Infineon IR38064"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  89) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  90) 	  If you say yes here you get hardware monitoring support for Infineon
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  91) 	  IR38064.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  92) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  93) 	  This driver can also be built as a module. If so, the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  94) 	  be called ir38064.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  95) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  96) config SENSORS_IRPS5401
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  97) 	tristate "Infineon IRPS5401"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  98) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  99) 	  If you say yes here you get hardware monitoring support for the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 100) 	  Infineon IRPS5401 controller.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 101) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 102) 	  This driver can also be built as a module. If so, the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 103) 	  be called irps5401.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 104) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 105) config SENSORS_ISL68137
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 106) 	tristate "Renesas Digital Multiphase Voltage Regulators"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 107) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 108) 	  If you say yes here you get hardware monitoring support for Renesas
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 109) 	  digital multiphase voltage regulators.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 110) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 111) 	  This driver can also be built as a module. If so, the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 112) 	  be called isl68137.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 113) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 114) config SENSORS_LM25066
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 115) 	tristate "National Semiconductor LM25066 and compatibles"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 116) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 117) 	  If you say yes here you get hardware monitoring support for National
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 118) 	  Semiconductor LM25056, LM25066, LM5064, and LM5066.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 119) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 120) 	  This driver can also be built as a module. If so, the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 121) 	  be called lm25066.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 122) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 123) config SENSORS_LTC2978
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 124) 	tristate "Linear Technologies LTC2978 and compatibles"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 125) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 126) 	  If you say yes here you get hardware monitoring support for Linear
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 127) 	  Technology LTC2972, LTC2974, LTC2975, LTC2977, LTC2978, LTC2979,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 128) 	  LTC2980, and LTM2987.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 129) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 130) 	  This driver can also be built as a module. If so, the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 131) 	  be called ltc2978.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 132) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 133) config SENSORS_LTC2978_REGULATOR
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 134) 	bool "Regulator support for LTC2978 and compatibles"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 135) 	depends on SENSORS_LTC2978 && REGULATOR
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 136) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 137) 	  If you say yes here you get regulator support for Linear Technology
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 138) 	  LTC3880, LTC3883, LTC3884, LTC3886, LTC3887, LTC3889, LTC7880, 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 139) 	  LTM4644, LTM4675, LTM4676, LTM4677, LTM4678, LTM4680, LTM4686, 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 140) 	  and LTM4700.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 141) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 142) config SENSORS_LTC3815
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 143) 	tristate "Linear Technologies LTC3815"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 144) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 145) 	  If you say yes here you get hardware monitoring support for Linear
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 146) 	  Technology LTC3815.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 147) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 148) 	  This driver can also be built as a module. If so, the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 149) 	  be called ltc3815.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 150) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 151) config SENSORS_MAX16064
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 152) 	tristate "Maxim MAX16064"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 153) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 154) 	  If you say yes here you get hardware monitoring support for Maxim
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 155) 	  MAX16064.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 156) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 157) 	  This driver can also be built as a module. If so, the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 158) 	  be called max16064.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 159) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 160) config SENSORS_MAX16601
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 161) 	tristate "Maxim MAX16601"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 162) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 163) 	  If you say yes here you get hardware monitoring support for Maxim
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 164) 	  MAX16601.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 165) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 166) 	  This driver can also be built as a module. If so, the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 167) 	  be called max16601.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 168) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 169) config SENSORS_MAX20730
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 170) 	tristate "Maxim MAX20710, MAX20730, MAX20734, MAX20743"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 171) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 172) 	  If you say yes here you get hardware monitoring support for Maxim
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 173) 	  MAX20710, MAX20730, MAX20734, and MAX20743.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 174) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 175) 	  This driver can also be built as a module. If so, the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 176) 	  be called max20730.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 177) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 178) config SENSORS_MAX20751
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 179) 	tristate "Maxim MAX20751"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 180) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 181) 	  If you say yes here you get hardware monitoring support for Maxim
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 182) 	  MAX20751.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 183) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 184) 	  This driver can also be built as a module. If so, the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 185) 	  be called max20751.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 186) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 187) config SENSORS_MAX31785
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 188) 	tristate "Maxim MAX31785 and compatibles"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 189) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 190) 	  If you say yes here you get hardware monitoring support for Maxim
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 191) 	  MAX31785.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 192) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 193) 	  This driver can also be built as a module. If so, the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 194) 	  be called max31785.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 195) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 196) config SENSORS_MAX34440
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 197) 	tristate "Maxim MAX34440 and compatibles"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 198) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 199) 	  If you say yes here you get hardware monitoring support for Maxim
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 200) 	  MAX34440, MAX34441, MAX34446, MAX34451, MAX34460, and MAX34461.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 201) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 202) 	  This driver can also be built as a module. If so, the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 203) 	  be called max34440.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 204) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 205) config SENSORS_MAX8688
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 206) 	tristate "Maxim MAX8688"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 207) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 208) 	  If you say yes here you get hardware monitoring support for Maxim
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 209) 	  MAX8688.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 210) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 211) 	  This driver can also be built as a module. If so, the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 212) 	  be called max8688.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 213) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 214) config SENSORS_MP2975
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 215) 	tristate "MPS MP2975"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 216) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 217) 	  If you say yes here you get hardware monitoring support for MPS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 218) 	  MP2975 Dual Loop Digital Multi-Phase Controller.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 219) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 220) 	  This driver can also be built as a module. If so, the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 221) 	  be called mp2975.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 222) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 223) config SENSORS_PXE1610
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 224) 	tristate "Infineon PXE1610"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 225) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 226) 	  If you say yes here you get hardware monitoring support for Infineon
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 227) 	  PXE1610.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 228) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 229) 	  This driver can also be built as a module. If so, the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 230) 	  be called pxe1610.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 231) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 232) config SENSORS_TPS40422
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 233) 	tristate "TI TPS40422"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 234) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 235) 	  If you say yes here you get hardware monitoring support for TI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 236) 	  TPS40422.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 237) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 238) 	  This driver can also be built as a module. If so, the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 239) 	  be called tps40422.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 240) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 241) config SENSORS_TPS53679
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 242) 	tristate "TI TPS53647, TPS53667, TPS53679, TPS53681, TPS53688"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 243) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 244) 	  If you say yes here you get hardware monitoring support for TI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 245) 	  TPS53647, TPS53667, TPS53679, TPS53681, and TPS53688.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 246) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 247) 	  This driver can also be built as a module. If so, the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 248) 	  be called tps53679.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 249) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 250) config SENSORS_UCD9000
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 251) 	tristate "TI UCD90120, UCD90124, UCD90160, UCD90320, UCD9090, UCD90910"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 252) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 253) 	  If you say yes here you get hardware monitoring support for TI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 254) 	  UCD90120, UCD90124, UCD90160, UCD90320, UCD9090, UCD90910, Sequencer
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 255) 	  and System Health Controllers.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 256) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 257) 	  This driver can also be built as a module. If so, the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 258) 	  be called ucd9000.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 259) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 260) config SENSORS_UCD9200
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 261) 	tristate "TI UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, UCD9248"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 262) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 263) 	  If you say yes here you get hardware monitoring support for TI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 264) 	  UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, and UCD9248
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 265) 	  Digital PWM System Controllers.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 266) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 267) 	  This driver can also be built as a module. If so, the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 268) 	  be called ucd9200.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 269) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 270) config SENSORS_XDPE122
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 271) 	tristate "Infineon XDPE122 family"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 272) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 273) 	  If you say yes here you get hardware monitoring support for Infineon
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 274) 	  XDPE12254, XDPE12284, device.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 275) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 276) 	  This driver can also be built as a module. If so, the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 277) 	  be called xdpe12284.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 278) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 279) config SENSORS_ZL6100
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 280) 	tristate "Intersil ZL6100 and compatibles"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 281) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 282) 	  If you say yes here you get hardware monitoring support for Intersil
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 283) 	  ZL2004, ZL2005, ZL2006, ZL2008, ZL2105, ZL2106, ZL6100, ZL6105,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 284) 	  ZL9101M, and ZL9117M Digital DC/DC Controllers, as well as for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 285) 	  Ericsson BMR450, BMR451, BMR462, BMR463, and BMR464.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 286) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 287) 	  This driver can also be built as a module. If so, the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 288) 	  be called zl6100.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 289) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 290) endif # PMBUS