diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2017-03-14 07:14:15 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-03-23 16:23:18 -0400 |
commit | 10685a5d83cc5e25644ffafa01a9f68d6d601488 (patch) | |
tree | 6a978e85d526efb73010298f769893b611df3a63 | |
parent | 69c8ab148006a2ec7ac1a1f08945e95febc1c132 (diff) |
ARM: omap2plus_defconfig: enable ahci-dm816 module
This is now supported on the dm8168-evm board, so enable it in
the defconfig for omap2+.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 62a4b6cf16f0..2788926dab32 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig | |||
@@ -142,6 +142,7 @@ CONFIG_BLK_DEV_SD=y | |||
142 | CONFIG_SCSI_SCAN_ASYNC=y | 142 | CONFIG_SCSI_SCAN_ASYNC=y |
143 | CONFIG_ATA=y | 143 | CONFIG_ATA=y |
144 | CONFIG_SATA_AHCI_PLATFORM=y | 144 | CONFIG_SATA_AHCI_PLATFORM=y |
145 | CONFIG_AHCI_DM816=m | ||
145 | CONFIG_NETDEVICES=y | 146 | CONFIG_NETDEVICES=y |
146 | # CONFIG_NET_VENDOR_ARC is not set | 147 | # CONFIG_NET_VENDOR_ARC is not set |
147 | # CONFIG_NET_CADENCE is not set | 148 | # CONFIG_NET_CADENCE is not set |