blob: bc6331b4abbd97128169ce9d6c3378f2a94a744f [file] [log] [blame]
Corey Minyard5e9ae4b2021-05-18 16:08:03 -05001config TMP105
2 bool
3 depends on I2C
Peter Maydellb5bf5a52022-02-08 15:59:10 +00004 default y if I2C_DEVICES
Corey Minyard5e9ae4b2021-05-18 16:08:03 -05005
6config TMP421
7 bool
8 depends on I2C
Peter Maydellb5bf5a52022-02-08 15:59:10 +00009 default y if I2C_DEVICES
Corey Minyard5e9ae4b2021-05-18 16:08:03 -050010
Joel Stanley46560cb2021-09-20 08:50:59 +020011config DPS310
12 bool
13 depends on I2C
Peter Maydellb5bf5a52022-02-08 15:59:10 +000014 default y if I2C_DEVICES
Joel Stanley46560cb2021-09-20 08:50:59 +020015
Corey Minyard5e9ae4b2021-05-18 16:08:03 -050016config EMC141X
17 bool
18 depends on I2C
Peter Maydellb5bf5a52022-02-08 15:59:10 +000019 default y if I2C_DEVICES
Titus Rwantarec93488f2021-07-08 10:25:53 -070020
21config ADM1272
22 bool
23 depends on I2C
Titus Rwantare72154562021-07-08 10:25:55 -070024
Titus Rwantare6f351a72023-10-23 23:46:44 +000025config ADM1266
26 bool
27 depends on PMBUS
28 default y if PMBUS
29
Titus Rwantare72154562021-07-08 10:25:55 -070030config MAX34451
31 bool
32 depends on I2C
Kevin Townsend4fd1ebb2022-01-30 10:50:32 +010033
34config LSM303DLHC_MAG
35 bool
36 depends on I2C
Peter Maydellb5bf5a52022-02-08 15:59:10 +000037 default y if I2C_DEVICES
Titus Rwantareffcdae62022-03-07 12:06:03 -080038
39config ISL_PMBUS_VR
40 bool
41 depends on PMBUS
Maheswara Kurapati62365482022-06-30 09:21:13 +020042
43config MAX31785
44 bool
45 depends on PMBUS