diff options
Diffstat (limited to 'hw/sensor/Kconfig')
-rw-r--r-- | hw/sensor/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/sensor/Kconfig b/hw/sensor/Kconfig index b317f91..215944d 100644 --- a/hw/sensor/Kconfig +++ b/hw/sensor/Kconfig @@ -1,18 +1,22 @@ config TMP105 bool depends on I2C + default y if I2C_DEVICES config TMP421 bool depends on I2C + default y if I2C_DEVICES config DPS310 bool depends on I2C + default y if I2C_DEVICES config EMC141X bool depends on I2C + default y if I2C_DEVICES config ADM1272 bool @@ -25,3 +29,4 @@ config MAX34451 config LSM303DLHC_MAG bool depends on I2C + default y if I2C_DEVICES |