summaryrefslogtreecommitdiffstats
path: root/drivers/block/Kconfig
diff options
context:
space:
mode:
authorDavidlohr Bueso <dave@stgolabs.net>2021-03-23 12:07:10 -0700
committerJens Axboe <axboe@kernel.dk>2021-03-24 06:57:40 -0600
commit14d97622448acbea0348be62f62e25d9a361e16b (patch)
treef8c6b0c6dc2871a2786396874c58e7001a57099e /drivers/block/Kconfig
parentf66116f7b2138b584b9fa4ddeedb4bcc670f1942 (diff)
downloadlinux-stable-14d97622448acbea0348be62f62e25d9a361e16b.tar.gz
linux-stable-14d97622448acbea0348be62f62e25d9a361e16b.tar.bz2
linux-stable-14d97622448acbea0348be62f62e25d9a361e16b.zip
drivers/block: remove the umem driver
This removes the driver on the premise that it has been unused for a long time. This is a better approach compared to changing untestable code nobody cares about in the first place. Similarly, the umem.com website now shows a mere Godaddy parking add. Acked-by: NeilBrown <neilb@suse.de> Suggested-by: Christoph Hellwig <hch@infradead.org> Signed-off-by: Davidlohr Bueso <dbueso@suse.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/block/Kconfig')
-rw-r--r--drivers/block/Kconfig17
1 files changed, 0 insertions, 17 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig
index b99d7bb7c6d3..44a3c6e6dac2 100644
--- a/drivers/block/Kconfig
+++ b/drivers/block/Kconfig
@@ -121,23 +121,6 @@ source "drivers/block/mtip32xx/Kconfig"
source "drivers/block/zram/Kconfig"
-config BLK_DEV_UMEM
- tristate "Micro Memory MM5415 Battery Backed RAM support"
- depends on PCI
- help
- Saying Y here will include support for the MM5415 family of
- battery backed (Non-volatile) RAM cards.
- <http://www.umem.com/>
-
- The cards appear as block devices that can be partitioned into
- as many as 15 partitions.
-
- To compile this driver as a module, choose M here: the
- module will be called umem.
-
- The umem driver has not yet been allocated a MAJOR number, so
- one is chosen dynamically.
-
config BLK_DEV_UBD
bool "Virtual block device"
depends on UML