Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1440799
| From | Tuomas Tynkkynen <tuomas@tuxera.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH RESEND 1/2] ARM: multi_v7_defconfig: Enable AHCI_IMX |
| Date | 2016-07-11 20:10 +0200 |
| Message-ID | <rTNOy-29b-19@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> --- Resent for the i.MX maintainers to apply. 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 26c35f8..0b20712 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -220,6 +220,7 @@ CONFIG_SATA_AHCI=y CONFIG_SATA_AHCI_PLATFORM=y CONFIG_AHCI_BRCM=y CONFIG_AHCI_ST=y +CONFIG_AHCI_IMX=y CONFIG_AHCI_SUNXI=y CONFIG_AHCI_TEGRA=y CONFIG_SATA_HIGHBANK=y -- 2.9.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH RESEND 1/2] ARM: multi_v7_defconfig: Enable AHCI_IMX Tuomas Tynkkynen <tuomas@tuxera.com> - 2016-07-11 20:10 +0200 [PATCH RESEND 2/2] ARM: multi_v7_defconfig: Enable ARM_IMX6Q_CPUFREQ Tuomas Tynkkynen <tuomas@tuxera.com> - 2016-07-11 20:10 +0200
csiph-web