diff options
Diffstat (limited to 'drivers/block/Kconfig')
-rw-r--r-- | drivers/block/Kconfig | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index 014a1cfc41c5..1b8094d4d7af 100644 --- a/drivers/block/Kconfig +++ b/drivers/block/Kconfig | |||
@@ -393,14 +393,15 @@ config BLK_DEV_RAM_SIZE | |||
393 | The default value is 4096 kilobytes. Only change this if you know | 393 | The default value is 4096 kilobytes. Only change this if you know |
394 | what you are doing. | 394 | what you are doing. |
395 | 395 | ||
396 | config BLK_DEV_XIP | 396 | config BLK_DEV_RAM_DAX |
397 | bool "Support XIP filesystems on RAM block device" | 397 | bool "Support Direct Access (DAX) to RAM block devices" |
398 | depends on BLK_DEV_RAM | 398 | depends on BLK_DEV_RAM && FS_DAX |
399 | default n | 399 | default n |
400 | help | 400 | help |
401 | Support XIP filesystems (such as ext2 with XIP support on) on | 401 | Support filesystems using DAX to access RAM block devices. This |
402 | top of block ram device. This will slightly enlarge the kernel, and | 402 | avoids double-buffering data in the page cache before copying it |
403 | will prevent RAM block device backing store memory from being | 403 | to the block device. Answering Y will slightly enlarge the kernel, |
404 | and will prevent RAM block device backing store memory from being | ||
404 | allocated from highmem (only a problem for highmem systems). | 405 | allocated from highmem (only a problem for highmem systems). |
405 | 406 | ||
406 | config CDROM_PKTCDVD | 407 | config CDROM_PKTCDVD |