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
This commit is contained in:
parent
44ae9a2b7a
commit
86aff32701
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue