summaryrefslogtreecommitdiff
path: root/arch/arm/configs
diff options
context:
space:
mode:
authorRichard Zhu <r65037@freescale.com>2011-11-28 13:02:51 +0800
committerJason Liu <r64343@freescale.com>2012-01-09 21:08:22 +0800
commite74fb8ab976e7c497d0d5c242be7e5788880270f (patch)
treee9af8cb794239bb80820148020a171f59981835f /arch/arm/configs
parent2e7088e6c8bb3dbb64e7fc13ea3fb4af89d57060 (diff)
ENGR00163128 [MX6q_ARM2]SATA Boot: reboot failed if boot from SATA
The root cause is that the sata power is not enabled after reboot the system when boot from sata. Built in the sata driver would fix this issue. In this way, the sata power would be enabled defautly when there is a sata device is plugged into the slot, otherwise, the power would be disabled. NOTE: Pls don't plug the sata disk after the system is booted up. System wouldn't recognized it, since there are no any power and clocks on the sata slot. Signed-off-by: Richard Zhu <r65037@freescale.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r--arch/arm/configs/imx6_defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/configs/imx6_defconfig b/arch/arm/configs/imx6_defconfig
index 66208512aef8..0f2c0e802856 100644
--- a/arch/arm/configs/imx6_defconfig
+++ b/arch/arm/configs/imx6_defconfig
@@ -817,7 +817,7 @@ CONFIG_SCSI_LOWLEVEL=y
# CONFIG_SCSI_DEBUG is not set
# CONFIG_SCSI_DH is not set
# CONFIG_SCSI_OSD_INITIATOR is not set
-CONFIG_ATA=m
+CONFIG_ATA=y
# CONFIG_ATA_NONSTANDARD is not set
CONFIG_ATA_VERBOSE_ERROR=y
# CONFIG_SATA_PMP is not set
@@ -825,7 +825,7 @@ CONFIG_ATA_VERBOSE_ERROR=y
#
# Controllers with non-SFF native interface
#
-CONFIG_SATA_AHCI_PLATFORM=m
+CONFIG_SATA_AHCI_PLATFORM=y
CONFIG_ATA_SFF=y
#