diff options
author | Tejun Heo <htejun@gmail.com> | 2007-08-20 16:42:53 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2007-08-20 16:42:53 -0400 |
commit | 82a0e70e795ee605e1a34a874dd3a3a43b745fb9 (patch) | |
tree | 40be0636c9f1d622a3040070f826d41e6bde997d /drivers/ide | |
parent | 2a67789618abb74f0f97d4836a2b937bff2f1b2d (diff) |
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 <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>
Diffstat (limited to 'drivers/ide')
-rw-r--r-- | drivers/ide/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
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" | |||
304 | 304 | ||
305 | config IDE_GENERIC | 305 | config IDE_GENERIC |
306 | tristate "generic/default IDE chipset support" | 306 | tristate "generic/default IDE chipset support" |
307 | default y | ||
308 | help | 307 | help |
309 | If unsure, say Y. | 308 | If unsure, say N. |
310 | 309 | ||
311 | config BLK_DEV_CMD640 | 310 | config BLK_DEV_CMD640 |
312 | bool "CMD640 chipset bugfix/support" | 311 | bool "CMD640 chipset bugfix/support" |