X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=drivers%2Fide%2FKconfig;h=b1a9b81c211fad756afad1216e0b582ca282b1c9;hb=c71cd01989b417317f4d22ccf4ce112859671b64;hp=9040809d2c254f2df0a43a9c216f5fa08bbefd86;hpb=e25df1205f37c7bff3ab14fdfc8a5249f3c69c82;p=powerpc.git diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig index 9040809d2c..b1a9b81c21 100644 --- a/drivers/ide/Kconfig +++ b/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