aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/ide/Kconfig5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig
index 21511d47d926..39b95f9c2ad1 100644
--- a/drivers/ide/Kconfig
+++ b/drivers/ide/Kconfig
@@ -1000,7 +1000,7 @@ config BLK_DEV_IDEDMA
endif
-config BLK_DEV_HD_ONLY
+config BLK_DEV_HD
bool "Old hard disk (MFM/RLL/IDE) driver"
depends on !ARM || ARCH_RPC || ARCH_SHARK || BROKEN
help
@@ -1023,7 +1023,4 @@ config BLK_DEV_HD_ONLY
Disk-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
-config BLK_DEV_HD
- def_bool BLK_DEV_HD_ONLY
-
endif # IDE