aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPankaj <pankaj.dubey@samsung.com>2011-08-12 16:32:02 +0530
committerAngus Ainslie <angus.ainslie@linaro.org>2011-08-18 17:15:41 -0600
commitd4cd973167d0e8b5e436d4f5c984791b8efc3be3 (patch)
tree2872cc6726768694b0af5945d7d20614957b3c76
parent3c2918ac22f957861efed008053c191ff95dcf7d (diff)
Config: Enable USB-host mass storage support
Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
-rw-r--r--arch/arm/configs/origen_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/origen_defconfig b/arch/arm/configs/origen_defconfig
index b5a24ad07b06..fc2a3a962210 100644
--- a/arch/arm/configs/origen_defconfig
+++ b/arch/arm/configs/origen_defconfig
@@ -63,10 +63,12 @@ CONFIG_SND_SOC_SAMSUNG=y
CONFIG_SND_SOC_ORIGEN_RT5625=y
CONFIG_USB_SUPPORT=y
CONFIG_USB=y
+CONFIG_USB_DEVICEFS=y
CONFIG_USB_OHCI_HCD=y
CONFIG_USB_OHCI_S5P=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_S5P=y
+CONFIG_USB_STORAGE=y
CONFIG_USB_GADGET=y
CONFIG_USB_GADGET_S3C_OTGD=y
CONFIG_MMC=y