]> git.proxmox.com Git - mirror_qemu.git/blob - hw/sensor/Kconfig
hw/sensor: Add lsm303dlhc magnetometer device
[mirror_qemu.git] / hw / sensor / Kconfig
1 config TMP105
2 bool
3 depends on I2C
4
5 config TMP421
6 bool
7 depends on I2C
8
9 config DPS310
10 bool
11 depends on I2C
12
13 config EMC141X
14 bool
15 depends on I2C
16
17 config ADM1272
18 bool
19 depends on I2C
20
21 config MAX34451
22 bool
23 depends on I2C
24
25 config LSM303DLHC_MAG
26 bool
27 depends on I2C