qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 1/8] hw/i2c: The ACPI_SMBUS Kconfig depends on ACPI


From: Philippe Mathieu-Daudé
Subject: [Qemu-devel] [PATCH 1/8] hw/i2c: The ACPI_SMBUS Kconfig depends on ACPI
Date: Mon, 11 Mar 2019 00:53:44 +0100

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
 hw/i2c/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/i2c/Kconfig b/hw/i2c/Kconfig
index ef1caa6d89..ec62909fa1 100644
--- a/hw/i2c/Kconfig
+++ b/hw/i2c/Kconfig
@@ -17,6 +17,7 @@ config VERSATILE_I2C
 config ACPI_SMBUS
     bool
     select I2C
+    depends on ACPI
 
 config BITBANG_I2C
     bool
-- 
2.20.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]