aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/Kconfig
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-07-16 14:33:47 -0400
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-07-16 14:33:47 -0400
commitffa793f9bb5b563edb4cacc43a4d6677eec0e36b (patch)
tree9998022711d1a355ec073fc1acdf717e5fe5cfad /drivers/ide/Kconfig
parent85ae98a3dff2da860a4f8f9e4a0de69ad82ce633 (diff)
remove BLK_DEV_HD_ONLY
After commit 80aa31cb460d12c1e02327b43eceb3eebc6e7090 (ide: remove CONFIG_BLK_DEV_HD_IDE config option (take 2)) the indirection through BLK_DEV_HD_ONLY is no longer required. Signed-off-by: Adrian Bunk <bunk@kernel.org> Cc: rmk@arm.linux.org.uk Cc: Alan Cox <alan@lxorguk.ukuu.org.uk> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/Kconfig')
-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
1000 1000
1001endif 1001endif
1002 1002
1003config BLK_DEV_HD_ONLY 1003config BLK_DEV_HD
1004 bool "Old hard disk (MFM/RLL/IDE) driver" 1004 bool "Old hard disk (MFM/RLL/IDE) driver"
1005 depends on !ARM || ARCH_RPC || ARCH_SHARK || BROKEN 1005 depends on !ARM || ARCH_RPC || ARCH_SHARK || BROKEN
1006 help 1006 help
@@ -1023,7 +1023,4 @@ config BLK_DEV_HD_ONLY
1023 Disk-HOWTO, available from 1023 Disk-HOWTO, available from
1024 <http://www.tldp.org/docs.html#howto>. 1024 <http://www.tldp.org/docs.html#howto>.
1025 1025
1026config BLK_DEV_HD
1027 def_bool BLK_DEV_HD_ONLY
1028
1029endif # IDE 1026endif # IDE