From ec3e8a328c763998e45e2a3115a07298221f77ba Mon Sep 17 00:00:00 2001 From: Philippe Langlais Date: Wed, 25 Apr 2012 16:29:54 +0200 Subject: config: Enable PCCARD to set IO_SPACE_LIMIT to 0xffff to avoid failure in IORESOURCE_IO allocation This is a temporary workaround until cg2900-uart & cw1200 drivers change their way to manage the GPIO reservations Signed-off-by: Philippe Langlais --- arch/arm/configs/u8500_android_defconfig | 2 ++ arch/arm/configs/u8500_defconfig | 2 ++ 2 files changed, 4 insertions(+) diff --git a/arch/arm/configs/u8500_android_defconfig b/arch/arm/configs/u8500_android_defconfig index 5dbbd2aa130..62d360df4f4 100644 --- a/arch/arm/configs/u8500_android_defconfig +++ b/arch/arm/configs/u8500_android_defconfig @@ -39,6 +39,8 @@ CONFIG_DB8500_PWR_TEST=y # CONFIG_UX500_USECASE_GOVERNOR is not set CONFIG_DISPLAY_GENERIC_DSI_PRIMARY_VSYNC=y CONFIG_DB8500_MLOADER=y +CONFIG_PCCARD=y +# CONFIG_PCMCIA is not set CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y CONFIG_SMP=y diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig index 83374053a01..30e88eb8985 100644 --- a/arch/arm/configs/u8500_defconfig +++ b/arch/arm/configs/u8500_defconfig @@ -39,6 +39,8 @@ CONFIG_UX500_GPIO_KEYS=y CONFIG_DBX500_PRCMU_DEBUG=y CONFIG_DB8500_PWR_TEST=y CONFIG_DB8500_MLOADER=y +CONFIG_PCCARD=y +# CONFIG_PCMCIA is not set CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y CONFIG_SMP=y -- cgit v1.2.3