From: Raphael Zimmerer In drivers/ide/Kconfig there's a hidden config-item named BLK_DEV_ADMA. Nowhere in the sources are any references to this item, so this option simply is obsolete. This patch removes the according item from drivers/ide/Kconfig. Signed-off-by: Raphael Zimmerer Signed-off-by: Andrew Morton --- 25-akpm/drivers/ide/Kconfig | 5 ----- 1 files changed, 5 deletions(-) diff -puN drivers/ide/Kconfig~ide-remove-obsolete-config_blk_dev_adma drivers/ide/Kconfig --- 25/drivers/ide/Kconfig~ide-remove-obsolete-config_blk_dev_adma Tue Sep 14 17:59:32 2004 +++ 25-akpm/drivers/ide/Kconfig Tue Sep 14 17:59:32 2004 @@ -457,11 +457,6 @@ config IDEDMA_ONLYDISK Generally say N here. -config BLK_DEV_ADMA - bool - depends on PCI && BLK_DEV_IDEPCI - default BLK_DEV_IDEDMA_PCI - config BLK_DEV_AEC62XX tristate "AEC62XX chipset support" help _