From: Bartlomiej Zolnierkiewicz Extracted from the Debian kernel package. Signed-off-by: Bartlomiej Zolnierkiewicz Signed-off-by: Andrew Morton --- 25-akpm/drivers/ide/Kconfig | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -puN drivers/ide/Kconfig~ide-fix-for-generic-ide-pci-module drivers/ide/Kconfig --- 25/drivers/ide/Kconfig~ide-fix-for-generic-ide-pci-module Tue Jun 1 17:06:21 2004 +++ 25-akpm/drivers/ide/Kconfig Tue Jun 1 17:06:21 2004 @@ -369,8 +369,8 @@ config BLK_DEV_OFFBOARD If in doubt, say N. config BLK_DEV_GENERIC - bool "Generic PCI IDE Chipset Support" - depends on PCI && BLK_DEV_IDEPCI + tristate "Generic PCI IDE Chipset Support" + depends on BLK_DEV_IDEPCI config BLK_DEV_OPTI621 tristate "OPTi 82C621 chipset enhanced support (EXPERIMENTAL)" _