Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 82a0e70e authored by Tejun Heo's avatar Tejun Heo Committed by Bartlomiej Zolnierkiewicz
Browse files

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: default avatarTejun Heo <htejun@gmail.com>
Acked-by: default avatarJeff Garzik <jeff@garzik.org>
Cc: "P.C.Chan" <pc.chan@alcatel-lucent.com>
Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
parent 2a677896
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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"