From: Tejun Heo Date: Mon, 20 Aug 2007 20:42:53 +0000 (+0200) Subject: ide: make CONFIG_IDE_GENERIC default to N X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=82a0e70e795ee605e1a34a874dd3a3a43b745fb9;p=linux-beck.git 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 Acked-by: Jeff Garzik Cc: "P.C.Chan" Signed-off-by: Bartlomiej Zolnierkiewicz --- diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig index e049f65bc3a2..e7fcdd2580fb 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"