Il 26/08/2013 00:58, Ákos Kovács ha scritto:
> Signed-off-by: Ákos Kovács <akoskov...@gmx.com>
> ---
>  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