summaryrefslogtreecommitdiff
path: root/board/minnowboard
diff options
context:
space:
mode:
authorEzequiel Garcia <ezequiel@vanguardiasur.com.ar>2016-09-01 16:32:58 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-09-11 23:29:42 +0200
commit91ccf292c65ed3de21c0f26ca623860c96b137ad (patch)
treeac9a84d01c802ddc8b31b6986fc10b85e68c8f4e /board/minnowboard
parent9a98a75693973d82c7bf3c0cfdc07342237b7f22 (diff)
board/minnowboard-max: Add kernel options to support USB disks
As reported by bug #9176 the current v4.6 kernel config (used by Minnowboard MAX and Turbot) does not support USB disks. Since this is a pretty essential functionality, it's desirable to have it, so let's add the required options. Kernel config linux-v3.8.config (currently used by the first generation Minnowboard) doesn't need this change. Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'board/minnowboard')
-rw-r--r--board/minnowboard/linux-4.6.config3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/minnowboard/linux-4.6.config b/board/minnowboard/linux-4.6.config
index 3bc1ffdf0..fba48a163 100644
--- a/board/minnowboard/linux-4.6.config
+++ b/board/minnowboard/linux-4.6.config
@@ -14,6 +14,7 @@ CONFIG_NET=y
CONFIG_PACKET=y
CONFIG_UNIX=y
CONFIG_INET=y
+CONFIG_BLK_DEV_SD=y
CONFIG_CHR_DEV_SG=y
CONFIG_ATA=y
CONFIG_SATA_AHCI=y
@@ -45,7 +46,9 @@ CONFIG_SND_HDA_CODEC_HDMI=y
# CONFIG_SND_SPI is not set
# CONFIG_SND_USB is not set
CONFIG_USB=y
+CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
CONFIG_USB_XHCI_HCD=y
+CONFIG_USB_STORAGE=y
CONFIG_NOP_USB_XCEIV=y
CONFIG_MMC=y
CONFIG_MMC_SDHCI=y