summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2013-07-05 00:31:21 +0400
committerAndrey Konovalov <andrey.konovalov@linaro.org>2013-07-23 22:18:53 +0400
commit3fc9f94db5131709c6d82e54349c9f8c7c8fb9fc (patch)
treed87dce9bedcf384dca1d58f732303f61e51e137a
parent598fe30a5b86b271e288fdcadbf9befde1ed1ba3 (diff)
configs: highbank: Enable SCSI disk support
This is required by the current highbank CI setup - the rootfs is on hard drive. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
-rw-r--r--linaro/configs/highbank.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/linaro/configs/highbank.conf b/linaro/configs/highbank.conf
index e3f01c647f2..bf0f3c14b0d 100644
--- a/linaro/configs/highbank.conf
+++ b/linaro/configs/highbank.conf
@@ -12,6 +12,7 @@ CONFIG_VFP=y
CONFIG_NEON=y
CONFIG_NET=y
CONFIG_SCSI=y
+CONFIG_BLK_DEV_SD=y
CONFIG_ATA=y
CONFIG_SATA_AHCI_PLATFORM=y
CONFIG_SATA_HIGHBANK=y