From 9a9dfd38888ebc2dfc9872288eef7e6a11ee2aca Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 16 Jun 2014 09:37:21 +0000 Subject: [PATCH] #40759 add ROMFS kernel module --- config | 6 +++++- config.x86_64 | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/config b/config index 2030369..3673748 100644 --- a/config +++ b/config @@ -6129,7 +6129,11 @@ CONFIG_OMFS_FS=m # CONFIG_HPFS_FS is not set # CONFIG_QNX4FS_FS is not set # CONFIG_QNX6FS_FS is not set -CONFIG_ROMFS_FS=m +CONFIG_ROMFS_FS=m +CONFIG_ROMFS_BACKED_BY_BLOCK=y +# CONFIG_ROMFS_BACKED_BY_MTD is not set +# CONFIG_ROMFS_BACKED_BY_BOTH is not set +CONFIG_ROMFS_ON_BLOCK=y CONFIG_PSTORE=y # CONFIG_PSTORE_CONSOLE is not set # CONFIG_PSTORE_FTRACE is not set diff --git a/config.x86_64 b/config.x86_64 index a9f9954..e308064 100644 --- a/config.x86_64 +++ b/config.x86_64 @@ -5890,7 +5890,11 @@ CONFIG_OMFS_FS=m # CONFIG_HPFS_FS is not set # CONFIG_QNX4FS_FS is not set # CONFIG_QNX6FS_FS is not set -CONFIG_ROMFS_FS=m +CONFIG_ROMFS_FS=m +CONFIG_ROMFS_BACKED_BY_BLOCK=y +# CONFIG_ROMFS_BACKED_BY_MTD is not set +# CONFIG_ROMFS_BACKED_BY_BOTH is not set +CONFIG_ROMFS_ON_BLOCK=y CONFIG_PSTORE=y # CONFIG_PSTORE_CONSOLE is not set # CONFIG_PSTORE_FTRACE is not set