aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/realview_defconfig
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2016-01-21 15:42:30 +0100
committerLinus Walleij <linus.walleij@linaro.org>2016-02-09 10:39:38 +0100
commit52abf1eff88d291c5ba092dc93fc8065efd94236 (patch)
tree4eadc62c92b71be3ae315ba288acda04d0b937ea /arch/arm/configs/realview_defconfig
parentARM: realview: delete realview-smp_defconfig (diff)
downloadlinux-dev-52abf1eff88d291c5ba092dc93fc8065efd94236.tar.xz
linux-dev-52abf1eff88d291c5ba092dc93fc8065efd94236.zip
ARM: realview: enable USB storage in the defconfig
It is not uncommon to boot a root filesystem from a USB pendrive and similar, so enable USB mass storage, backed by SCSI and SD block devices in the RealView defconfig. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/configs/realview_defconfig')
-rw-r--r--arch/arm/configs/realview_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/configs/realview_defconfig b/arch/arm/configs/realview_defconfig
index 9f84c508a5f4..9e77dc7b828f 100644
--- a/arch/arm/configs/realview_defconfig
+++ b/arch/arm/configs/realview_defconfig
@@ -48,6 +48,8 @@ CONFIG_MTD_CFI_AMDSTD=y
CONFIG_MTD_ROM=y
CONFIG_MTD_PHYSMAP=y
CONFIG_ARM_CHARLCD=y
+CONFIG_SCSI=y
+CONFIG_BLK_DEV_SD=y
CONFIG_NETDEVICES=y
CONFIG_SMC91X=y
CONFIG_SMSC911X=y
@@ -76,6 +78,7 @@ CONFIG_SND_PCM_OSS=y
# CONFIG_SND_DRIVERS is not set
CONFIG_SND_ARMAACI=y
CONFIG_USB=y
+CONFIG_USB_STORAGE=y
CONFIG_USB_ISP1760=y
CONFIG_MMC=y
CONFIG_MMC_ARMMMCI=y