linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tejun Heo <htejun@gmail.com>
To: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Cc: "P.C.Chan" <pc.chan@alcatel-lucent.com>, linux-ide@vger.kernel.org
Subject: [PATCH] ide: make CONFIG_IDE_GENERIC default to N
Date: Fri, 27 Jul 2007 13:09:56 +0900	[thread overview]
Message-ID: <46A97014.9030608@gmail.com> (raw)
In-Reply-To: <200707262111.35691.bzolnier@gmail.com>

These days, CONFIG_IDE_GENERIC causes more confusion and
misconfiguration than it helps.  Especially so because libata is
linked after the generic driver.  Default to N.

Signed-off-by: Tejun Heo <htejun@gmail.com>
---
 drivers/ide/Kconfig |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig
index b1a9b81..8113909 100644
--- a/drivers/ide/Kconfig
+++ b/drivers/ide/Kconfig
@@ -304,9 +304,9 @@ comment "IDE chipset support/bugfixes"
 
 config IDE_GENERIC
 	tristate "generic/default IDE chipset support"
-	default y
+	default n
 	help
-	  If unsure, say Y.
+	  If unsure, say N.
 
 config BLK_DEV_CMD640
 	bool "CMD640 chipset bugfix/support"

  reply	other threads:[~2007-07-27  4:10 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <469E2F81.8080002@alcatel-lucent.com>
     [not found] ` <469F1CFA.8030702@gmail.com>
     [not found]   ` <469F594D.7040101@alcatel-lucent.com>
     [not found]     ` <469F5A19.1040100@gmail.com>
     [not found]       ` <469F75A6.2080706@alcatel-lucent.com>
     [not found]         ` <46A00FFF.3030007@gmail.com>
     [not found]           ` <46A104F7.1070602@alcatel-lucent.com>
     [not found]             ` <46A18DDB.3040603@gmail.com>
     [not found]               ` <46A4C235.7020901@alcatel-lucent.com>
     [not found]                 ` <46A5ACB1.9070005@gmail.com>
2007-07-24 20:32                   ` Re+: SATA hard drive no longer comes up as /dev/sda on 2.6.22 with Intel ICH6M P.C.Chan
2007-07-26  6:03                     ` Tejun Heo
2007-07-26 19:11                       ` Bartlomiej Zolnierkiewicz
2007-07-27  4:09                         ` Tejun Heo [this message]
2007-07-27 12:39                           ` [PATCH] ide: make CONFIG_IDE_GENERIC default to N Jeff Garzik
2007-07-28  7:34                             ` Tejun Heo
2007-07-28 18:06                               ` Jeff Garzik
2007-07-28 22:46                               ` Bartlomiej Zolnierkiewicz

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=46A97014.9030608@gmail.com \
    --to=htejun@gmail.com \
    --cc=bzolnier@gmail.com \
    --cc=linux-ide@vger.kernel.org \
    --cc=pc.chan@alcatel-lucent.com \
    /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;
as well as URLs for NNTP newsgroup(s).