From: Jean Delvare <jdelvare@suse.de>
To: linux-ide@vger.kernel.org
Cc: "David S. Miller" <davem@davemloft.net>,
One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk>
Subject: [PATCH] ide: Fix CS5520 and CS5530 dependencies
Date: Tue, 11 Mar 2014 12:44:54 +0100 [thread overview]
Message-ID: <20140311124454.1238167f@endymion.delvare> (raw)
As far as I know, the CS5520 and CS5530 chipsets were only used with
32-bit x86 Geode processors, so I think their drivers are only needed
on this architecture, except for build testing purpose.
While we're here, simplify the dependencies for the CS5535 driver.
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: "David S. Miller" <davem@davemloft.net>
---
As suggested by Alan.
drivers/ide/Kconfig | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
--- linux-3.14-rc6.orig/drivers/ide/Kconfig 2014-03-11 11:28:03.447069092 +0100
+++ linux-3.14-rc6/drivers/ide/Kconfig 2014-03-11 12:14:40.576766722 +0100
@@ -416,6 +416,7 @@ config BLK_DEV_CY82C693
config BLK_DEV_CS5520
tristate "Cyrix CS5510/20 MediaGX chipset support (VERY EXPERIMENTAL)"
+ depends on X86_32 || COMPILE_TEST
select BLK_DEV_IDEDMA_PCI
help
Include support for PIO tuning and virtual DMA on the Cyrix MediaGX
@@ -426,6 +427,7 @@ config BLK_DEV_CS5520
config BLK_DEV_CS5530
tristate "Cyrix/National Semiconductor CS5530 MediaGX chipset support"
+ depends on X86_32 || COMPILE_TEST
select BLK_DEV_IDEDMA_PCI
help
Include support for UDMA on the Cyrix MediaGX 5530 chipset. This
@@ -435,7 +437,7 @@ config BLK_DEV_CS5530
config BLK_DEV_CS5535
tristate "AMD CS5535 chipset support"
- depends on X86 && !X86_64
+ depends on X86_32
select BLK_DEV_IDEDMA_PCI
help
Include support for UDMA on the NSC/AMD CS5535 companion chipset.
--
Jean Delvare
SUSE L3 Support
next reply other threads:[~2014-03-11 11:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-11 11:44 Jean Delvare [this message]
2014-03-17 19:58 ` [PATCH] ide: Fix CS5520 and CS5530 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=20140311124454.1238167f@endymion.delvare \
--to=jdelvare@suse.de \
--cc=davem@davemloft.net \
--cc=gnomes@lxorguk.ukuu.org.uk \
--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