Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1600229
| From | Bartosz Golaszewski <bgolaszewski@baylibre.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 4/4] ARM: omap2plus_defconfig: enable ahci-dm816 module |
| Date | 2017-03-14 12:20 +0100 |
| Message-ID | <tkSEF-7LJ-9@gated-at.bofh.it> (permalink) |
| References | <tkSEF-7LJ-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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> --- arch/arm/configs/omap2plus_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index f2462a6..3944aa9 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -141,6 +141,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 -- 2.9.3
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 0/4] ARM: dm8168-evm: add SATA support Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2017-03-14 12:20 +0100 [PATCH v2 4/4] ARM: omap2plus_defconfig: enable ahci-dm816 module Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2017-03-14 12:20 +0100 [PATCH v2 2/4] ARM: dts: dm8168-evm: add the external reference clock for SATA Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2017-03-14 12:20 +0100 [PATCH v2 1/4] ARM: OMAP2+: dm81xx: Add clkdm and hwmod for SATA Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2017-03-14 12:20 +0100 [PATCH v2 3/4] ARM: dts: dm8168-evm: add SATA node Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2017-03-14 12:20 +0100 Re: [PATCH v2 0/4] ARM: dm8168-evm: add SATA support Tony Lindgren <tony@atomide.com> - 2017-03-23 22:10 +0100
csiph-web