public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] latest git: DEV_BLK_4DRIVES should be a tristate
@ 2008-04-24 15:07 Frederik Deweerdt
  2008-04-24 19:24 ` Adrian Bunk
  0 siblings, 1 reply; 3+ messages in thread
From: Frederik Deweerdt @ 2008-04-24 15:07 UTC (permalink / raw)
  To: bzolnier; +Cc: linux-kernel

Hello Bartlomiej,

The 4drives should be a tristate, the following breakage occurs
otherwise:
ERROR: "probe_4drives" [drivers/ide/ide-core.ko] undefined!

The following (compile tested) patch fixes it for me.

Regards,
Frederik


Signed-off-by: Frederik Deweerdt <frederik.deweerdt@gmail.com>

diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig
index 8753203..3f9e100 100644
--- a/drivers/ide/Kconfig
+++ b/drivers/ide/Kconfig
@@ -1031,7 +1031,7 @@ comment "Other IDE chipsets support"
 comment "Note: most of these also require special kernel boot parameters"
 
 config BLK_DEV_4DRIVES
-	bool "Generic 4 drives/port support"
+	tristate "Generic 4 drives/port support"
 	help
 	  Certain older chipsets, including the Tekram 690CD, use a single set
 	  of I/O ports at 0x1f0 to control up to four drives, instead of the

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-04-26 16:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-24 15:07 [patch] latest git: DEV_BLK_4DRIVES should be a tristate Frederik Deweerdt
2008-04-24 19:24 ` Adrian Bunk
2008-04-26 12:47   ` Bartlomiej Zolnierkiewicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox