diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2017-03-14 12:14:15 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-03-23 13:23:18 -0700 |
commit | 10685a5d83cc5e25644ffafa01a9f68d6d601488 (patch) | |
tree | 6a978e85d526efb73010298f769893b611df3a63 /arch/arm/configs | |
parent | 69c8ab148006a2ec7ac1a1f08945e95febc1c132 (diff) | |
download | linux-10685a5d83cc5e25644ffafa01a9f68d6d601488.tar.bz2 |
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>
Diffstat (limited to 'arch/arm/configs')
-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 CONFIG_SCSI_SCAN_ASYNC=y CONFIG_ATA=y CONFIG_SATA_AHCI_PLATFORM=y +CONFIG_AHCI_DM816=m CONFIG_NETDEVICES=y # CONFIG_NET_VENDOR_ARC is not set # CONFIG_NET_CADENCE is not set |