From 498f814282c6b77ee522f1f1c757a419363d6b28 Mon Sep 17 00:00:00 2001 From: Caspar Zhang Date: Mon, 22 Apr 2019 19:53:33 +0800 Subject: [PATCH] configs: enable CONFIG_DEVMEM CONFIG_DEVMEM is recently added in newer kernels, many applications depend on this option, enable it by default. Signed-off-by: Caspar Zhang Reviewed-by: Joseph Qi --- config-4.19.y-x86_64 | 6 ++++-- config-4.19.y-x86_64-debug | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/config-4.19.y-x86_64 b/config-4.19.y-x86_64 index 9211cb7b4a0b..a044b2a9ecbd 100644 --- a/config-4.19.y-x86_64 +++ b/config-4.19.y-x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.19.30 Kernel Configuration +# Linux/x86 4.19.34 Kernel Configuration # # @@ -2254,7 +2254,7 @@ CONFIG_UNIX98_PTYS=y # CONFIG_NOZOMI is not set # CONFIG_N_GSM is not set # CONFIG_TRACE_SINK is not set -# CONFIG_DEVMEM is not set +CONFIG_DEVMEM=y # CONFIG_DEVKMEM is not set # @@ -4082,6 +4082,8 @@ CONFIG_HAVE_ARCH_KGDB=y CONFIG_ARCH_HAS_UBSAN_SANITIZE_ALL=y # CONFIG_UBSAN is not set CONFIG_ARCH_HAS_DEVMEM_IS_ALLOWED=y +CONFIG_STRICT_DEVMEM=y +CONFIG_IO_STRICT_DEVMEM=y CONFIG_TRACE_IRQFLAGS_SUPPORT=y CONFIG_X86_VERBOSE_BOOTUP=y CONFIG_EARLY_PRINTK=y diff --git a/config-4.19.y-x86_64-debug b/config-4.19.y-x86_64-debug index 212ddc3a86c1..85dd52ee2064 100644 --- a/config-4.19.y-x86_64-debug +++ b/config-4.19.y-x86_64-debug @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.19.30 Kernel Configuration +# Linux/x86 4.19.34 Kernel Configuration # # @@ -2253,7 +2253,7 @@ CONFIG_UNIX98_PTYS=y # CONFIG_NOZOMI is not set # CONFIG_N_GSM is not set # CONFIG_TRACE_SINK is not set -# CONFIG_DEVMEM is not set +CONFIG_DEVMEM=y # CONFIG_DEVKMEM is not set # @@ -4143,6 +4143,8 @@ CONFIG_HAVE_ARCH_KGDB=y CONFIG_ARCH_HAS_UBSAN_SANITIZE_ALL=y # CONFIG_UBSAN is not set CONFIG_ARCH_HAS_DEVMEM_IS_ALLOWED=y +CONFIG_STRICT_DEVMEM=y +CONFIG_IO_STRICT_DEVMEM=y CONFIG_TRACE_IRQFLAGS_SUPPORT=y CONFIG_X86_VERBOSE_BOOTUP=y CONFIG_EARLY_PRINTK=y -- GitLab