From 7d725e69c40604fb86037df32e8581c1b975167d Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 16 May 2007 00:51:46 +0200 Subject: [PATCH] --- yaml --- r: 56446 b: refs/heads/master c: e0ff9cd12a26259f8dd676124a188037e7e90b38 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/ide/Kconfig | 15 ++++----------- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/[refs] b/[refs] index 350f713763ff..bd1355ffe20c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 640b31bf1291d1fb8a3e90abed8f145410122bf8 +refs/heads/master: e0ff9cd12a26259f8dd676124a188037e7e90b38 diff --git a/trunk/drivers/ide/Kconfig b/trunk/drivers/ide/Kconfig index 9040809d2c25..b1a9b81c211f 100644 --- a/trunk/drivers/ide/Kconfig +++ b/trunk/drivers/ide/Kconfig @@ -4,13 +4,10 @@ # Andre Hedrick # -if BLOCK - -menu "ATA/ATAPI/MFM/RLL support" - depends on HAS_IOMEM - -config IDE +menuconfig IDE tristate "ATA/ATAPI/MFM/RLL support" + depends on BLOCK + depends on HAS_IOMEM ---help--- If you say Y here, your kernel will be able to manage low cost mass storage units such as ATA/(E)IDE and ATAPI units. The most common @@ -1099,8 +1096,4 @@ config BLK_DEV_HD_ONLY config BLK_DEV_HD def_bool BLK_DEV_HD_IDE || BLK_DEV_HD_ONLY -endif - -endmenu - -endif +endif # IDE