diff options
Diffstat (limited to 'drivers/block/Kconfig')
-rw-r--r-- | drivers/block/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index 1b8094d4d7af..eb1fed5bd516 100644 --- a/drivers/block/Kconfig +++ b/drivers/block/Kconfig | |||
@@ -404,6 +404,17 @@ config BLK_DEV_RAM_DAX | |||
404 | and will prevent RAM block device backing store memory from being | 404 | and will prevent RAM block device backing store memory from being |
405 | allocated from highmem (only a problem for highmem systems). | 405 | allocated from highmem (only a problem for highmem systems). |
406 | 406 | ||
407 | config BLK_DEV_PMEM | ||
408 | tristate "Persistent memory block device support" | ||
409 | help | ||
410 | Saying Y here will allow you to use a contiguous range of reserved | ||
411 | memory as one or more persistent block devices. | ||
412 | |||
413 | To compile this driver as a module, choose M here: the module will be | ||
414 | called 'pmem'. | ||
415 | |||
416 | If unsure, say N. | ||
417 | |||
407 | config CDROM_PKTCDVD | 418 | config CDROM_PKTCDVD |
408 | tristate "Packet writing on CD/DVD media" | 419 | tristate "Packet writing on CD/DVD media" |
409 | depends on !UML | 420 | depends on !UML |