qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 20/47] hw/block/Kconfig: Add Kconfig file


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 20/47] hw/block/Kconfig: Add Kconfig file
Date: Mon, 26 Aug 2013 12:43:01 +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/block/Kconfig |   34 ++++++++++++++++++++++++++++++++++
>  1 file changed, 34 insertions(+)
>  create mode 100644 hw/block/Kconfig
> 
> diff --git a/hw/block/Kconfig b/hw/block/Kconfig
> new file mode 100644
> index 0000000..400cab3
> --- /dev/null
> +++ b/hw/block/Kconfig
> @@ -0,0 +1,34 @@
> +config FDC
> +    bool
> +    #select ISA
> +
> +config SSI_M25P80
> +    bool
> +    select SSI
> +
> +config NAND
> +    bool
> +
> +config PFLASH_CFI01
> +    bool
> +
> +config PFLASH_CFI02
> +    bool
> +
> +config ECC
> +    bool
> +
> +config ONENAND
> +    bool
> +
> +config PC_SYSFW
> +    bool
> +    #select ISA

This is not anymore in the tree.

> +config NVME_PCI
> +    bool
> +    depends on PCI
> +
> +config VIRTIO_BLK_DATA_PLANE
> +    bool
> +    select VIRTIO

This is controlled by config-host.mak, so no need for it here.

Perhaps, similar to 9p, you could have

config VIRTIO_BLK
    bool
    default y
    depends on VIRTIO

but it can be added later, too.

Paolo



reply via email to

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