summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-10-23 22:16:08 +0000
committerLuka Perkov <luka@openwrt.org>2013-10-23 22:16:08 +0000
commit86aff32701a745cb8f795117f1c47ccb33258862 (patch)
tree61cd4fdc97d01fb618a45bc9b23a1b2e5d37d5be /target
parent44ae9a2b7a8292769f463af4e949c3e181a6d208 (diff)
downloadmaster-31e0f0ae-86aff32701a745cb8f795117f1c47ccb33258862.tar.gz
master-31e0f0ae-86aff32701a745cb8f795117f1c47ccb33258862.tar.bz2
master-31e0f0ae-86aff32701a745cb8f795117f1c47ccb33258862.zip
imx6: enable SATA support
Enable SATA support (for IMX6D/IMX6Q) static in the kernel. It seems there are some issues causing the driver to not load properly when built as a module which still need to be worked out. Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 38515
Diffstat (limited to 'target')
-rw-r--r--target/linux/imx6/config-3.106
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/imx6/config-3.10 b/target/linux/imx6/config-3.10
index 50ebcd9803..e73c80c592 100644
--- a/target/linux/imx6/config-3.10
+++ b/target/linux/imx6/config-3.10
@@ -1,3 +1,4 @@
+CONFIG_AHCI_IMX=y
CONFIG_ALIGNMENT_TRAP=y
# CONFIG_ARCH_BCM is not set
CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y
@@ -46,7 +47,9 @@ CONFIG_ARM_PATCH_PHYS_VIRT=y
CONFIG_ARM_THUMB=y
# CONFIG_ARM_THUMBEE is not set
CONFIG_ARM_VIRT_EXT=y
+CONFIG_ATA=y
CONFIG_ATAGS=y
+# CONFIG_ATA_SFF is not set
CONFIG_AUTO_ZRELADDR=y
# CONFIG_CACHE_L2X0 is not set
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
@@ -307,8 +310,9 @@ CONFIG_RPS=y
# CONFIG_SAMSUNG_USB2PHY is not set
# CONFIG_SAMSUNG_USB3PHY is not set
# CONFIG_SAMSUNG_USBPHY is not set
+CONFIG_SATA_AHCI_PLATFORM=y
CONFIG_SCHED_HRTICK=y
-# CONFIG_SCSI_DMA is not set
+CONFIG_SCSI=y
CONFIG_SERIAL_IMX=y
CONFIG_SERIAL_IMX_CONSOLE=y
CONFIG_SMP=y