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 e03bd09b50..bc6331b4ab 100644 --- a/hw/sensor/Kconfig +++ b/hw/sensor/Kconfig @@ -22,6 +22,11 @@ config ADM1272 bool depends on I2C +config ADM1266 + bool + depends on PMBUS + default y if PMBUS + config MAX34451 bool depends on I2C |