linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Kconfig for VR1000 machine driver selection
@ 2005-02-18 11:00 Ben Dooks
  0 siblings, 0 replies; only message in thread
From: Ben Dooks @ 2005-02-18 11:00 UTC (permalink / raw)
  To: linux-ide; +Cc: patch-out

[-- Attachment #1: Type: text/plain, Size: 673 bytes --]

Fix the use of CONFIG_MACH_VR1000, which was missing an
trailing zero from the configuration variable, so never
being shown if only the VR1000 was selected

Signed-off-by: Ben Dooks <ben-linux@fluff.org>

--- linux-2.6.11-rc4/drivers/ide/Kconfig	2005-01-04 10:57:49.000000000 +0000
+++ linux-2.6.11-rc4-bjd8/drivers/ide/Kconfig	2005-02-18 10:54:21.000000000 +0000
@@ -812,7 +812,7 @@
 
 config BLK_DEV_IDE_BAST
 	tristate "Simtec BAST / Thorcom VR1000 IDE support"
-	depends on ARM && (ARCH_BAST || MACH_VR100)
+	depends on ARM && (ARCH_BAST || MACH_VR1000)
 	help
 	  Say Y here if you want to support the onboard IDE channels on the
 	  Simtec BAST or the Thorcom VR1000

[-- Attachment #2: ide-kconfig-vr1000.patch --]
[-- Type: text/plain, Size: 468 bytes --]

--- linux-2.6.11-rc4/drivers/ide/Kconfig	2005-01-04 10:57:49.000000000 +0000
+++ linux-2.6.11-rc4-bjd8/drivers/ide/Kconfig	2005-02-18 10:54:21.000000000 +0000
@@ -812,7 +812,7 @@
 
 config BLK_DEV_IDE_BAST
 	tristate "Simtec BAST / Thorcom VR1000 IDE support"
-	depends on ARM && (ARCH_BAST || MACH_VR100)
+	depends on ARM && (ARCH_BAST || MACH_VR1000)
 	help
 	  Say Y here if you want to support the onboard IDE channels on the
 	  Simtec BAST or the Thorcom VR1000

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-02-18 11:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-18 11:00 [PATCH] Kconfig for VR1000 machine driver selection Ben Dooks

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).