Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1426613
| From | Tuomas Tynkkynen <tuomas@tuxera.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/2] ARM: multi_v7_defconfig: Enable AHCI_IMX |
| Date | 2016-06-20 15:40 +0200 |
| Message-ID | <rM7AK-nl-25@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
The Wandboard Quad comes with a SATA port. Enable the IMX SATA driver by default to make it easy to have the root filesystem on it. Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com> --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index ee7c884..6efcbc7 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -214,6 +214,7 @@ CONFIG_ATA=y CONFIG_SATA_AHCI=y CONFIG_SATA_AHCI_PLATFORM=y CONFIG_AHCI_ST=y +CONFIG_AHCI_IMX=y CONFIG_AHCI_SUNXI=y CONFIG_AHCI_TEGRA=y CONFIG_SATA_HIGHBANK=y -- 2.8.2
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 1/2] ARM: multi_v7_defconfig: Enable AHCI_IMX Tuomas Tynkkynen <tuomas@tuxera.com> - 2016-06-20 15:40 +0200 [PATCH 2/2] ARM: multi_v7_defconfig: Enable ARM_IMX6Q_CPUFREQ Tuomas Tynkkynen <tuomas@tuxera.com> - 2016-06-20 16:00 +0200 Re: [PATCH 1/2] ARM: multi_v7_defconfig: Enable AHCI_IMX Olof Johansson <olof@lixom.net> - 2016-06-21 06:50 +0200
csiph-web