All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marc-Christian Petersen <m.c.p@wolk-project.de>
To: linux-scsi@vger.kernel.org
Subject: [PATCH 2.6.4-rc2] Reorder SCSI_GENERIC_NCR53C400 Kconfig entry
Date: Sun, 7 Mar 2004 21:56:32 +0100	[thread overview]
Message-ID: <200403072156.32564@WOLK> (raw)

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

Hi there,

SCSI_GENERIC_NCR53C400 should be under SCSI_GENERIC_NCR5380 in 
drivers/scsi/Kconfig

ciao, Marc

[-- Attachment #2: Kconfig-cleanup-scsi-wrong-order.patch --]
[-- Type: text/x-diff, Size: 1611 bytes --]

--- old/drivers/scsi/Kconfig	2004-03-07 15:53:35.000000000 +0100
+++ new/drivers/scsi/Kconfig	2004-03-07 16:01:24.000000000 +0100
@@ -643,6 +643,17 @@ config SCSI_GENERIC_NCR5380
 	  To compile this driver as a module, choose M here: the
 	  module will be called g_NCR5380.
 
+config SCSI_GENERIC_NCR53C400
+	bool "Enable NCR53c400 extensions"
+	depends on SCSI_GENERIC_NCR5380
+	help
+	  This enables certain optimizations for the NCR53c400 SCSI cards.
+	  You might as well try it out.  Note that this driver will only probe
+	  for the Trantor T130B in its default configuration; you might have
+	  to pass a command line option to the kernel at boot time if it does
+	  not detect your card.  See the file
+	  <file:Documentation/scsi/g_NCR5380.txt> for details.
+
 config SCSI_GENERIC_NCR5380_MMIO
 	tristate "Generic NCR5380/53c400 SCSI MMIO support"
 	depends on ISA && SCSI
@@ -657,17 +668,6 @@ config SCSI_GENERIC_NCR5380_MMIO
 	  To compile this driver as a module, choose M here: the
 	  module will be called g_NCR5380_mmio.
 
-config SCSI_GENERIC_NCR53C400
-	bool "Enable NCR53c400 extensions"
-	depends on SCSI_GENERIC_NCR5380
-	help
-	  This enables certain optimizations for the NCR53c400 SCSI cards.
-	  You might as well try it out.  Note that this driver will only probe
-	  for the Trantor T130B in its default configuration; you might have
-	  to pass a command line option to the kernel at boot time if it does
-	  not detect your card.  See the file
-	  <file:Documentation/scsi/g_NCR5380.txt> for details.
-
 config SCSI_IBMMCA
 	tristate "IBMMCA SCSI support"
 	depends on MCA && SCSI

                 reply	other threads:[~2004-03-07 21:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=200403072156.32564@WOLK \
    --to=m.c.p@wolk-project.de \
    --cc=linux-scsi@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.