diff options
author | Christoph Hellwig <hch@lst.de> | 2017-04-05 15:59:23 +0200 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2017-04-05 09:50:34 -0600 |
commit | 8e14be53f470b47d044d9d552bdc3bb4c6723276 (patch) | |
tree | 0183e19dfa706bec6b5045b010f7bf2c0b49f09f /drivers/block/Kconfig | |
parent | f2fbc9dd78970accd7649e8b87c7f00a0da0cdbc (diff) | |
download | linux-next-8e14be53f470b47d044d9d552bdc3bb4c6723276.tar.gz |
remove the obsolete hd driver
This driver is for pre-IDE hardisk that are only found in PC from the
stoneage of personal computing, and which we don't support elsewhere
in the kernel these days.
It's also been marked broken forever.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'drivers/block/Kconfig')
-rw-r--r-- | drivers/block/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index f744de7a0f9b..a1c2e816128f 100644 --- a/drivers/block/Kconfig +++ b/drivers/block/Kconfig @@ -514,18 +514,6 @@ config VIRTIO_BLK_SCSI virtio protocol and not enabled by default by any hypervisor. Your probably want to virtio-scsi instead. -config BLK_DEV_HD - bool "Very old hard disk (MFM/RLL/IDE) driver" - depends on HAVE_IDE - depends on !ARM || ARCH_RPC || BROKEN - help - This is a very old hard disk driver that lacks the enhanced - functionality of the newer ones. - - It is required for systems with ancient MFM/RLL/ESDI drives. - - If unsure, say N. - config BLK_DEV_RBD tristate "Rados block device (RBD)" depends on INET && BLOCK |