projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35ee2f9
)
block: drop dependency on ARCH_SHARK
author
Linus Walleij
<linus.walleij@linaro.org>
Tue, 3 Sep 2013 09:43:10 +0000
(11:43 +0200)
committer
Linus Walleij
<linus.walleij@linaro.org>
Wed, 25 Sep 2013 13:25:17 +0000
(15:25 +0200)
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>
drivers/block/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/block/Kconfig
b/drivers/block/Kconfig
index e07a5fd58ad7463f8775f7334fd692c7e51df2ad..e67fa16e19381573215d44d87e9e19a71698d79e 100644
(file)
--- a/
drivers/block/Kconfig
+++ b/
drivers/block/Kconfig
@@
-505,7
+505,7
@@
config VIRTIO_BLK
config BLK_DEV_HD
bool "Very old hard disk (MFM/RLL/IDE) driver"
depends on HAVE_IDE
- depends on !ARM || ARCH_RPC ||
ARCH_SHARK ||
BROKEN
+ depends on !ARM || ARCH_RPC || BROKEN
help
This is a very old hard disk driver that lacks the enhanced
functionality of the newer ones.