]> git.proxmox.com Git - mirror_qemu.git/blob - hw/sensor/Kconfig
Merge remote-tracking branch 'remotes/philmd/tags/pmbus-20220308' into staging
[mirror_qemu.git] / hw / sensor / Kconfig
1 config TMP105
2 bool
3 depends on I2C
4 default y if I2C_DEVICES
5
6 config TMP421
7 bool
8 depends on I2C
9 default y if I2C_DEVICES
10
11 config DPS310
12 bool
13 depends on I2C
14 default y if I2C_DEVICES
15
16 config EMC141X
17 bool
18 depends on I2C
19 default y if I2C_DEVICES
20
21 config ADM1272
22 bool
23 depends on I2C
24
25 config MAX34451
26 bool
27 depends on I2C
28
29 config LSM303DLHC_MAG
30 bool
31 depends on I2C
32 default y if I2C_DEVICES
33
34 config ISL_PMBUS_VR
35 bool
36 depends on PMBUS