qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 30/47] hw/intc/Kconfig: Add Kconfig file


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 30/47] hw/intc/Kconfig: Add Kconfig file
Date: Mon, 26 Aug 2013 12:53:53 +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/intc/Kconfig |   28 ++++++++++++++++++++++++++++
>  1 file changed, 28 insertions(+)
>  create mode 100644 hw/intc/Kconfig
> 
> diff --git a/hw/intc/Kconfig b/hw/intc/Kconfig
> new file mode 100644
> index 0000000..c4dec79
> --- /dev/null
> +++ b/hw/intc/Kconfig
> @@ -0,0 +1,28 @@
> +config HEATHROW_PIC
> +    bool
> +
> +config I8259
> +    bool
> +
> +config PL190
> +    bool
> +
> +config APIC
> +    bool
> +
> +config ARM_GIC
> +    bool
> +
> +config ARM_GIC_KVM
> +    bool
> +    depends on KVM

IIRC "KVM" is not available yet in Kconfig, so you need to leave this
dependency out.

> +config IOAPIC
> +    bool
> +
> +config OPENPICS
> +    bool
> +
> +config STELLARIS
> +    bool
> +    select ARM_GIC
> 

Please make this symbol ARMV7M_NVIC, and make STELLARIS select it.

Paolo



reply via email to

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