xref: /openbmc/qemu/hw/sensor/Kconfig (revision b5bf5a53d1e02eb0c7fdc6271e10ebd0eda79813)
15e9ae4b1SCorey Minyardconfig TMP105
25e9ae4b1SCorey Minyard    bool
35e9ae4b1SCorey Minyard    depends on I2C
4*b5bf5a53SPeter Maydell    default y if I2C_DEVICES
55e9ae4b1SCorey Minyard
65e9ae4b1SCorey Minyardconfig TMP421
75e9ae4b1SCorey Minyard    bool
85e9ae4b1SCorey Minyard    depends on I2C
9*b5bf5a53SPeter Maydell    default y if I2C_DEVICES
105e9ae4b1SCorey Minyard
1146560cb1SJoel Stanleyconfig DPS310
1246560cb1SJoel Stanley    bool
1346560cb1SJoel Stanley    depends on I2C
14*b5bf5a53SPeter Maydell    default y if I2C_DEVICES
1546560cb1SJoel Stanley
165e9ae4b1SCorey Minyardconfig EMC141X
175e9ae4b1SCorey Minyard    bool
185e9ae4b1SCorey Minyard    depends on I2C
19*b5bf5a53SPeter Maydell    default y if I2C_DEVICES
20c93488f1STitus Rwantare
21c93488f1STitus Rwantareconfig ADM1272
22c93488f1STitus Rwantare    bool
23c93488f1STitus Rwantare    depends on I2C
247215456aSTitus Rwantare
257215456aSTitus Rwantareconfig MAX34451
267215456aSTitus Rwantare    bool
277215456aSTitus Rwantare    depends on I2C
284fd1ebb1SKevin Townsend
294fd1ebb1SKevin Townsendconfig LSM303DLHC_MAG
304fd1ebb1SKevin Townsend    bool
314fd1ebb1SKevin Townsend    depends on I2C
32*b5bf5a53SPeter Maydell    default y if I2C_DEVICES
33