From 5bdf4c0ff4eec861c8544e24a96cba08537b4062 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 16 Jun 2014 09:35:27 +0000 Subject: [PATCH] #40759 add ROMFS kernel module --- config | 2 +- config.x86_64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config b/config index ece78ce..2030369 100644 --- a/config +++ b/config @@ -6129,7 +6129,7 @@ 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 is not set +CONFIG_ROMFS_FS=m 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 7e56895..a9f9954 100644 --- a/config.x86_64 +++ b/config.x86_64 @@ -5890,7 +5890,7 @@ 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 is not set +CONFIG_ROMFS_FS=m CONFIG_PSTORE=y # CONFIG_PSTORE_CONSOLE is not set # CONFIG_PSTORE_FTRACE is not set