diff options
author | Nick Piggin <npiggin@suse.de> | 2008-02-08 07:19:50 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-08 12:22:30 -0500 |
commit | 75acb9cd2ef0bbb463098fdd40cbcdda79d45fa3 (patch) | |
tree | acb8f0a63ac1249146041b06eaaa003ea24c8c7a /drivers/block/Kconfig | |
parent | 9db5579be4bb5320c3248f6acf807aedf05ae143 (diff) |
rd: support XIP
Support direct_access XIP method with brd.
Signed-off-by: Nick Piggin <npiggin@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/block/Kconfig')
-rw-r--r-- | drivers/block/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index 8be67cd3fe01..b6d230b3209f 100644 --- a/drivers/block/Kconfig +++ b/drivers/block/Kconfig | |||
@@ -357,6 +357,16 @@ config BLK_DEV_RAM_SIZE | |||
357 | The default value is 4096 kilobytes. Only change this if you know | 357 | The default value is 4096 kilobytes. Only change this if you know |
358 | what you are doing. | 358 | what you are doing. |
359 | 359 | ||
360 | config BLK_DEV_XIP | ||
361 | bool "Support XIP filesystems on RAM block device" | ||
362 | depends on BLK_DEV_RAM | ||
363 | default n | ||
364 | help | ||
365 | Support XIP filesystems (such as ext2 with XIP support on) on | ||
366 | top of block ram device. This will slightly enlarge the kernel, and | ||
367 | will prevent RAM block device backing store memory from being | ||
368 | allocated from highmem (only a problem for highmem systems). | ||
369 | |||
360 | config CDROM_PKTCDVD | 370 | config CDROM_PKTCDVD |
361 | tristate "Packet writing on CD/DVD media" | 371 | tristate "Packet writing on CD/DVD media" |
362 | depends on !UML | 372 | depends on !UML |