aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/Kconfig
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2013-09-03 05:43:10 -0400
committerLinus Walleij <linus.walleij@linaro.org>2013-09-25 09:25:17 -0400
commit3c5710f6a229504d1e6b15cb4170b64ab420b43a (patch)
tree67cef7fe15d518f69f58f4a7657dd50a07e91ceb /drivers/block/Kconfig
parent35ee2f99f25a9a7ed53418ecb576273f6ff71470 (diff)
block: drop dependency on ARCH_SHARK
With this machine deleted, there is no need to maintain the MFM block driver for its hard disk either. Cc: Jens Axboe <axboe@kernel.dk> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/block/Kconfig')
-rw-r--r--drivers/block/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig
index e07a5fd58ad7..e67fa16e1938 100644
--- a/drivers/block/Kconfig
+++ b/drivers/block/Kconfig
@@ -505,7 +505,7 @@ config VIRTIO_BLK
505config BLK_DEV_HD 505config BLK_DEV_HD
506 bool "Very old hard disk (MFM/RLL/IDE) driver" 506 bool "Very old hard disk (MFM/RLL/IDE) driver"
507 depends on HAVE_IDE 507 depends on HAVE_IDE
508 depends on !ARM || ARCH_RPC || ARCH_SHARK || BROKEN 508 depends on !ARM || ARCH_RPC || BROKEN
509 help 509 help
510 This is a very old hard disk driver that lacks the enhanced 510 This is a very old hard disk driver that lacks the enhanced
511 functionality of the newer ones. 511 functionality of the newer ones.