master
text 49 lines 671 Bytes
Raw
1 config ADC128D818
2 bool
3 depends on I2C
4
5 config TMP105
6 bool
7 depends on I2C
8 default y if I2C_DEVICES
9
10 config TMP421
11 bool
12 depends on I2C
13 default y if I2C_DEVICES
14
15 config DPS310
16 bool
17 depends on I2C
18 default y if I2C_DEVICES
19
20 config EMC141X
21 bool
22 depends on I2C
23 default y if I2C_DEVICES
24
25 config ADM1272
26 bool
27 depends on I2C
28
29 config ADM1266
30 bool
31 depends on PMBUS
32 default y if PMBUS
33
34 config MAX34451
35 bool
36 depends on I2C
37
38 config LSM303DLHC_MAG
39 bool
40 depends on I2C
41 default y if I2C_DEVICES
42
43 config ISL_PMBUS_VR
44 bool
45 depends on PMBUS
46
47 config MAX31785
48 bool
49 depends on PMBUS