summaryrefslogtreecommitdiff
path: root/fs/Config.in
diff options
context:
space:
mode:
authorAriel D'Alessandro <ariel@vanguardiasur.com.ar>2015-10-14 16:51:26 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-10-14 23:47:30 +0200
commita6f916430f553efa71dd7092073f5dec32861ba3 (patch)
treeb49237f1f4665034045c869629e651f96833064c /fs/Config.in
parent653cc68e9fde29baec5017f41c5bfc4f2e210fa4 (diff)
axfs: add new filesystem type
The Advanced XIP File System is a Linux kernel filesystem driver that enables files to be executed directly from flash or ROM memory rather than being copied into RAM. It has the ability to store individual *pages* in a file uncompressed/XIP or compressed/Demand Paged. This commit only adds support for 'XIP all' mode, so all the files that have the execute attribute set will be XIP'ed. At the moment, the FS is not supported in Linux mainline (v4.3-rc5), so the kernel has to be built with the axfs patches to be able to read it. Patches can be found here: https://github.com/jaredeh/axfs [Thomas: rewrap Config.in help text.] Signed-off-by: Ariel D'Alessandro <ariel@vanguardiasur.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'fs/Config.in')
-rw-r--r--fs/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/Config.in b/fs/Config.in
index 585311342..51ccf2816 100644
--- a/fs/Config.in
+++ b/fs/Config.in
@@ -1,5 +1,6 @@
menu "Filesystem images"
+source "fs/axfs/Config.in"
source "fs/cloop/Config.in"
source "fs/cpio/Config.in"
source "fs/cramfs/Config.in"