From: Jean Delvare <jdelvare@suse.de>
To: linux-ide@vger.kernel.org
Cc: "David S. Miller" <davem@davemloft.net>
Subject: [PATCH] ide: Fix SC1200 dependencies
Date: Fri, 14 Mar 2014 17:54:31 +0100 [thread overview]
Message-ID: <20140314175431.60e30b07@endymion.delvare> (raw)
The SC1200 is a SoC based on the Geode GX1 32-bit x86 processor, so
its drivers are only needed on this architecture, except for build
testing purpose.
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: "David S. Miller" <davem@davemloft.net>
---
drivers/ide/Kconfig | 1 +
1 file changed, 1 insertion(+)
--- linux-3.14-rc6.orig/drivers/ide/Kconfig 2014-03-11 12:14:40.576766722 +0100
+++ linux-3.14-rc6/drivers/ide/Kconfig 2014-03-14 17:51:31.224490902 +0100
@@ -488,6 +488,7 @@ config BLK_DEV_JMICRON
config BLK_DEV_SC1200
tristate "National SCx200 chipset support"
+ depends on X86_32 || COMPILE_TEST
select BLK_DEV_IDEDMA_PCI
help
This driver adds support for the on-board IDE controller on the
--
Jean Delvare
SUSE L3 Support
next reply other threads:[~2014-03-14 16:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-14 16:54 Jean Delvare [this message]
2014-03-17 19:58 ` [PATCH] ide: Fix SC1200 dependencies David Miller
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=20140314175431.60e30b07@endymion.delvare \
--to=jdelvare@suse.de \
--cc=davem@davemloft.net \
--cc=linux-ide@vger.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