[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/3] hw/arm/pxa2xx: Declare PCMCIA bus with Kconfig
From: |
Laurent Vivier |
Subject: |
Re: [PATCH 1/3] hw/arm/pxa2xx: Declare PCMCIA bus with Kconfig |
Date: |
Fri, 30 Apr 2021 15:14:05 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 |
Le 25/04/2021 à 00:20, Philippe Mathieu-Daudé a écrit :
> The Intel XScale PXA chipsets provide a PCMCIA controller,
> which expose a PCMCIA (IDE) bus. Express this dependency using
> the Kconfig 'select' expression.
>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
> hw/arm/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
> index 8c37cf00da7..b887f6a5b17 100644
> --- a/hw/arm/Kconfig
> +++ b/hw/arm/Kconfig
> @@ -142,6 +142,7 @@ config PXA2XX
> select SD
> select SSI
> select USB_OHCI
> + select PCMCIA
>
> config GUMSTIX
> bool
>
Applied to my trivial-patches branch.
Thanks,
Laurent