diff options
Diffstat (limited to 'hw/sensor/Kconfig')
-rw-r--r-- | hw/sensor/Kconfig | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/hw/sensor/Kconfig b/hw/sensor/Kconfig new file mode 100644 index 000000000..9c8a049b0 --- /dev/null +++ b/hw/sensor/Kconfig @@ -0,0 +1,23 @@ +config TMP105 + bool + depends on I2C + +config TMP421 + bool + depends on I2C + +config DPS310 + bool + depends on I2C + +config EMC141X + bool + depends on I2C + +config ADM1272 + bool + depends on I2C + +config MAX34451 + bool + depends on I2C |