[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
- [Qemu-devel] [PATCH 0/8] Kconfig: Clean up the PIIX southbridge devices, Philippe Mathieu-Daudé, 2019/03/10
- [Qemu-devel] [PATCH 1/8] hw/i2c: The ACPI_SMBUS Kconfig depends on ACPI,
Philippe Mathieu-Daudé <=
- [Qemu-devel] [PATCH 2/8] hw/input: Add 8042 PS/2 Keyboard Controller to Kconfig, Philippe Mathieu-Daudé, 2019/03/10
- [Qemu-devel] [PATCH 3/8] hw/southbridge: Add the PIIX chipset to Kconfig, Philippe Mathieu-Daudé, 2019/03/10
- [Qemu-devel] [PATCH 4/8] hw/southbridge: Add the PIIX3 chipset to Kconfig, Philippe Mathieu-Daudé, 2019/03/10
- [Qemu-devel] [PATCH 5/8] hw/southbridge: Cleanup the PIIX4 chipset in Kconfig, Philippe Mathieu-Daudé, 2019/03/10
- [Qemu-devel] [PATCH 6/8] hw/southbridge: Add ACPI_PIIX4 to Kconfig, Philippe Mathieu-Daudé, 2019/03/10
- [Qemu-devel] [PATCH 7/8] hw/i386: The 'isapc' machine is built around a PIIX3 southbridge, Philippe Mathieu-Daudé, 2019/03/10
- [Qemu-devel] [PATCH 8/8] hw/i386: Move ACPI_SMBUS out of I440FX (Kconfig), Philippe Mathieu-Daudé, 2019/03/10