diff mbox series

[PULL,02/23] hw/arm/pxa2xx: Declare PCMCIA bus with Kconfig

Message ID 20210503083623.139700-3-laurent@vivier.eu
State New
Headers show
Series [PULL,01/23] accel: kvm: clarify that extra exit data is hexadecimal | expand

Commit Message

Laurent Vivier May 3, 2021, 8:36 a.m. UTC
From: Philippe Mathieu-Daudé <f4bug@amsat.org>

The Intel XScale PXA chipsets provide a PCMCIA controller,
which expose a PCMCIA bus. Express this dependency using
the Kconfig 'select' expression.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210424222057.3434459-2-f4bug@amsat.org>
[lv: remove "(IDE)"]
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
---
 hw/arm/Kconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
index 8c37cf00da74..b887f6a5b17d 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