diff options
author | Roger Quadros <rogerq@ti.com> | 2014-11-24 06:41:37 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-12-10 12:33:50 -0500 |
commit | 661ea91b676bcca137c1c3fe838997925ce98060 (patch) | |
tree | 60d77f9aa79f1454b87d85917c9e2378e10323e8 | |
parent | d73f825e6efa723e81d9ffcc4949fe9f03f1df29 (diff) |
ARM: omap2plus_defconfig: Enable AHCI_PLATFORM driver
OMAP5 and DRA7 platforms need the AHCI platform driver
for SATA support.
Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 3e09286f7ff1..c2c3a852af9f 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig | |||
@@ -127,6 +127,8 @@ CONFIG_SRAM=y | |||
127 | CONFIG_SCSI=y | 127 | CONFIG_SCSI=y |
128 | CONFIG_BLK_DEV_SD=y | 128 | CONFIG_BLK_DEV_SD=y |
129 | CONFIG_SCSI_SCAN_ASYNC=y | 129 | CONFIG_SCSI_SCAN_ASYNC=y |
130 | CONFIG_ATA=y | ||
131 | CONFIG_SATA_AHCI_PLATFORM=y | ||
130 | CONFIG_MD=y | 132 | CONFIG_MD=y |
131 | CONFIG_NETDEVICES=y | 133 | CONFIG_NETDEVICES=y |
132 | # CONFIG_NET_VENDOR_ARC is not set | 134 | # CONFIG_NET_VENDOR_ARC is not set |