[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 21/47] hw/char/Kconfig: Add Kconfig file
From: |
Paolo Bonzini |
Subject: |
Re: [Qemu-devel] [PATCH 21/47] hw/char/Kconfig: Add Kconfig file |
Date: |
Mon, 26 Aug 2013 12:43:58 +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/char/Kconfig | 24 ++++++++++++++++++++++++
> 1 file changed, 24 insertions(+)
> create mode 100644 hw/char/Kconfig
>
> diff --git a/hw/char/Kconfig b/hw/char/Kconfig
> new file mode 100644
> index 0000000..7ad0bd3
> --- /dev/null
> +++ b/hw/char/Kconfig
> @@ -0,0 +1,24 @@
> +config IPACK
> + bool
> + depends on PCI
PCI devices are generally configurable, so you need to add prompts to them.
> +config ESCC
> + bool
> +
> +config PARALLEL
> + bool
> + #select ISA
Also "depends on" here. You probably also want to make all these ISA
devices configurable, so add a prompt.
Paolo
> +config SERIAL
> + bool
> + #select ISA
> +
> +config SERIAL_PCI
> + bool
> + depends on PCI
> +
> +config SCLPCONSOLE
> + bool
> +
> +config PL011
> + bool
>
- [Qemu-devel] [PATCH 17/47] hw/9pfs/Kconfig: Add 9pfs Kconfig, (continued)
- [Qemu-devel] [PATCH 17/47] hw/9pfs/Kconfig: Add 9pfs Kconfig, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 18/47] hw/arm/Kconfig: Add ARM Kconfig, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 19/47] hw/audio/Kconfig: Add audio Kconfig, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 20/47] hw/block/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 21/47] hw/char/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- Re: [Qemu-devel] [PATCH 21/47] hw/char/Kconfig: Add Kconfig file,
Paolo Bonzini <=
- [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