* [PATCH] ide: Fix SC1200 dependencies
@ 2014-03-14 16:54 Jean Delvare
2014-03-17 19:58 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Jean Delvare @ 2014-03-14 16:54 UTC (permalink / raw)
To: linux-ide; +Cc: David S. Miller
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-03-17 19:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-14 16:54 [PATCH] ide: Fix SC1200 dependencies Jean Delvare
2014-03-17 19:58 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox