Skip to content

Commit

Permalink
ide: make CONFIG_IDE_GENERIC default to N
Browse files Browse the repository at this point in the history
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>
Acked-by: Jeff Garzik <jeff@garzik.org>
Cc: "P.C.Chan" <pc.chan@alcatel-lucent.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
  • Loading branch information
Tejun Heo authored and Bartlomiej Zolnierkiewicz committed Aug 20, 2007
1 parent 2a67789 commit 82a0e70
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/ide/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 82a0e70

Please sign in to comment.