qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 39/47] hw/sd/Kconfig: Add Kconfig file


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 39/47] hw/sd/Kconfig: Add Kconfig file
Date: Mon, 26 Aug 2013 13:05:24 +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/sd/Kconfig |   23 +++++++++++++++++++++++
>  1 file changed, 23 insertions(+)
>  create mode 100644 hw/sd/Kconfig
> 
> diff --git a/hw/sd/Kconfig b/hw/sd/Kconfig
> new file mode 100644
> index 0000000..eaef4f7
> --- /dev/null
> +++ b/hw/sd/Kconfig
> @@ -0,0 +1,23 @@
> +config SD
> +    bool
> +
> +config PL181
> +    bool
> +    select SD

"select SD" is right ("library" code).

> +config SSI_SD
> +    bool
> +    select SD
> +    select SSI

But this needs to be "depends on".  In general, you'll usually have
"select SSI" inside hw/ssi, "select ISA" inside hw/isa, "select PCI"
inside hw/pci-host, etc.

Paolo

> +config SDHCI
> +    bool
> +    select SD
> +
> +config MILKYMIST
> +    bool
> +    select SD
> +
> +config PXA2XX
> +    bool
> +    select SD
> 




reply via email to

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