qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 22/47] hw/core/Kconfig: Add Kconfig file


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 22/47] hw/core/Kconfig: Add Kconfig file
Date: Mon, 26 Aug 2013 12:45:45 +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/core/Kconfig |   11 +++++++++++
>  1 file changed, 11 insertions(+)
>  create mode 100644 hw/core/Kconfig
> 
> diff --git a/hw/core/Kconfig b/hw/core/Kconfig
> new file mode 100644
> index 0000000..8c275f7
> --- /dev/null
> +++ b/hw/core/Kconfig
> @@ -0,0 +1,11 @@
> +config EMPTY_SLOT
> +    bool
> +
> +config XILINX_AXI
> +    bool

Please make this "config STREAM" and "select" it from XILINX_AXI.

> +config PTIMER
> +    bool

Remember that this should be selected from all devices that use ptimers.

> +config SOFTMMU
> +    bool

This is not needed, it comes from config-target.mak.

Paolo



reply via email to

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