Files
xemu/hw/sensor/Kconfig
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

46 lines
624 B
Plaintext
Raw Normal View History

config TMP105
bool
depends on I2C
2022-02-08 15:59:10 +00:00
default y if I2C_DEVICES
config TMP421
bool
depends on I2C
2022-02-08 15:59:10 +00:00
default y if I2C_DEVICES
2021-09-20 08:50:59 +02:00
config DPS310
bool
depends on I2C
2022-02-08 15:59:10 +00:00
default y if I2C_DEVICES
2021-09-20 08:50:59 +02:00
config EMC141X
bool
depends on I2C
2022-02-08 15:59:10 +00:00
default y if I2C_DEVICES
2021-07-08 10:25:53 -07:00
config ADM1272
bool
depends on I2C
2021-07-08 10:25:55 -07:00
2023-10-23 23:46:44 +00:00
config ADM1266
bool
depends on PMBUS
default y if PMBUS
2021-07-08 10:25:55 -07:00
config MAX34451
bool
depends on I2C
config LSM303DLHC_MAG
bool
depends on I2C
2022-02-08 15:59:10 +00:00
default y if I2C_DEVICES
config ISL_PMBUS_VR
bool
depends on PMBUS
2022-06-30 09:21:13 +02:00
config MAX31785
bool
depends on PMBUS