Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=82a0e70e795ee605e1a34a874dd3a3a43b745fb9
Commit:     82a0e70e795ee605e1a34a874dd3a3a43b745fb9
Parent:     2a67789618abb74f0f97d4836a2b937bff2f1b2d
Author:     Tejun Heo <[EMAIL PROTECTED]>
AuthorDate: Mon Aug 20 22:42:53 2007 +0200
Committer:  Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]>
CommitDate: Mon Aug 20 22:42:53 2007 +0200

    ide: make CONFIG_IDE_GENERIC default to N
    
    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 <[EMAIL PROTECTED]>
    Acked-by: Jeff Garzik <[EMAIL PROTECTED]>
    Cc: "P.C.Chan" <[EMAIL PROTECTED]>
    Signed-off-by: Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]>
---
 drivers/ide/Kconfig |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig
index e049f65..e7fcdd2 100644
--- a/drivers/ide/Kconfig
+++ b/drivers/ide/Kconfig
@@ -304,9 +304,8 @@ comment "IDE chipset support/bugfixes"
 
 config IDE_GENERIC
        tristate "generic/default IDE chipset support"
-       default y
        help
-         If unsure, say Y.
+         If unsure, say N.
 
 config BLK_DEV_CMD640
        bool "CMD640 chipset bugfix/support"
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to