[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 27/47] hw/i2c/Kconfig: Add Kconfig file
From: |
Paolo Bonzini |
Subject: |
Re: [Qemu-devel] [PATCH 27/47] hw/i2c/Kconfig: Add Kconfig file |
Date: |
Mon, 26 Aug 2013 12:50:39 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130805 Thunderbird/17.0.8 |
Il 26/08/2013 00:58, Ákos Kovács ha scritto:
> Signed-off-by: Ákos Kovács <address@hidden>
> ---
> hw/i2c/Kconfig | 10 ++++++++++
> 1 file changed, 10 insertions(+)
> create mode 100644 hw/i2c/Kconfig
>
> diff --git a/hw/i2c/Kconfig b/hw/i2c/Kconfig
> new file mode 100644
> index 0000000..eaf17cc
> --- /dev/null
> +++ b/hw/i2c/Kconfig
> @@ -0,0 +1,10 @@
> +config VERSATILE_I2C
> + bool
> + select BITBANG_I2C
> +
> +config ACPI
> + bool
> + depends on PCI
Please move this to hw/acpi/Kconfig.
Later we can add separate PM_SMBUS and SMBUS_ICH9 symbols with proper
dependencies.
> +config BITBANG_I2C
> + bool
>
- Re: [Qemu-devel] [PATCH 21/47] hw/char/Kconfig: Add Kconfig file, (continued)
- [Qemu-devel] [PATCH 22/47] hw/core/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 23/47] hw/cpu/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 24/47] hw/display/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 25/47] hw/dma/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 26/47] hw/gpio/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 27/47] hw/i2c/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- Re: [Qemu-devel] [PATCH 27/47] hw/i2c/Kconfig: Add Kconfig file,
Paolo Bonzini <=
- [Qemu-devel] [PATCH 28/47] hw/ide/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 30/47] hw/intc/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 29/47] hw/input/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 31/47] hw/isa/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 32/47] hw/misc/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 34/47] hw/nvram/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 35/47] hw/pci/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25