diff options
author | Roger Quadros <rogerq@ti.com> | 2014-11-24 13:41:37 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-12-10 09:33:50 -0800 |
commit | 661ea91b676bcca137c1c3fe838997925ce98060 (patch) | |
tree | 60d77f9aa79f1454b87d85917c9e2378e10323e8 /arch | |
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>
Diffstat (limited to 'arch')
-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 3e09286f7ff..c2c3a852af9 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -127,6 +127,8 @@ CONFIG_SRAM=y CONFIG_SCSI=y CONFIG_BLK_DEV_SD=y CONFIG_SCSI_SCAN_ASYNC=y +CONFIG_ATA=y +CONFIG_SATA_AHCI_PLATFORM=y CONFIG_MD=y CONFIG_NETDEVICES=y # CONFIG_NET_VENDOR_ARC is not set |