From: Jean Delvare <jdelvare@suse.de>
To: linux-ide@vger.kernel.org
Cc: Tejun Heo <tj@kernel.org>, Richard Zhu <r65037@freescale.com>
Subject: [PATCH] ata: fix i.MX AHCI driver dependencies
Date: Tue, 8 Apr 2014 11:06:26 +0200 [thread overview]
Message-ID: <20140408110626.0eebbbf2@endymion.delvare> (raw)
The ahci_imx driver is only needed on Freescale i.MX platforms so
don't let it be built on other platforms, except for build test
purpose.
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Tejun Heo <tj@kernel.org>
Cc: Richard Zhu <r65037@freescale.com>
---
drivers/ata/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-3.15-rc0.orig/drivers/ata/Kconfig 2014-04-07 10:23:04.083158535 +0200
+++ linux-3.15-rc0/drivers/ata/Kconfig 2014-04-08 10:57:25.301066036 +0200
@@ -116,7 +116,7 @@ config AHCI_ST
config AHCI_IMX
tristate "Freescale i.MX AHCI SATA support"
- depends on MFD_SYSCON
+ depends on MFD_SYSCON && (ARCH_MXC || COMPILE_TEST)
help
This option enables support for the Freescale i.MX SoC's
onboard AHCI SATA.
--
Jean Delvare
SUSE L3 Support
next reply other threads:[~2014-04-08 9:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-08 9:06 Jean Delvare [this message]
2014-04-08 12:37 ` [PATCH] ata: fix i.MX AHCI driver dependencies Tejun Heo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140408110626.0eebbbf2@endymion.delvare \
--to=jdelvare@suse.de \
--cc=linux-ide@vger.kernel.org \
--cc=r65037@freescale.com \
--cc=tj@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox