From 59c7c958830efe76e561dba8f20a9b4d5af3adfe Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Aguiar Date: Mon, 26 Nov 2007 12:01:41 -0400 Subject: [PATCH] MMC: OMAP: Enabling MMC/SD card support option on n800_defconfig Enables MMC/SD card support option on n800_defconfig to use MMC multislot support. Signed-off-by: Carlos Eduardo Aguiar Signed-off-by: Tony Lindgren --- arch/arm/configs/n800_defconfig | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/arch/arm/configs/n800_defconfig b/arch/arm/configs/n800_defconfig index 87f6c96ebf4..f3c2fa364c0 100644 --- a/arch/arm/configs/n800_defconfig +++ b/arch/arm/configs/n800_defconfig @@ -1283,18 +1283,36 @@ CONFIG_USB_ETH_RNDIS=y # CONFIG_USB_FILE_STORAGE is not set # CONFIG_USB_G_SERIAL is not set # CONFIG_USB_MIDI_GADGET is not set +CONFIG_MMC=y +# CONFIG_MMC_DEBUG is not set +# CONFIG_MMC_UNSAFE_RESUME is not set # -# MMC/SD Card support +# MMC/SD Card Drivers # -# CONFIG_MMC is not set +CONFIG_MMC_BLOCK=y +CONFIG_MMC_BLOCK_BOUNCE=y # -# Real Time Clock +# MMC/SD Host Controller Drivers # +CONFIG_MMC_OMAP=y CONFIG_RTC_LIB=y # CONFIG_RTC_CLASS is not set +# +# DMA Engine support +# +# CONFIG_DMA_ENGINE is not set + +# +# DMA Clients +# + +# +# DMA Devices +# + # # CBUS support # -- 2.41.1