From 74b50ba2ec2379e9cc50265bee38b6847176dbbe Mon Sep 17 00:00:00 2001 From: Alistair Strachan Date: Fri, 15 Feb 2019 12:57:28 -0800 Subject: ANDROID: cuttlefish_defconfig: Enable DEBUG_SET_MODULE_RONX This feature is required by the KernelConfigTest#testConfigROData security CTS test. It was already a base option in kernel/configs and was enabled in the arm64 defconfig. It was simply missed for x86_64. As we do not currently use kernel modules on cuttlefish this option should have no other effect. Bug: 124521452 Test: booted cuttlefish with updated kernel (x86_64) Change-Id: Id6ab679b2412159d2f8c8e72b683bd2dee59e512 Signed-off-by: Alistair Strachan --- arch/x86/configs/x86_64_cuttlefish_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/configs/x86_64_cuttlefish_defconfig b/arch/x86/configs/x86_64_cuttlefish_defconfig index afa9b589d1cc..374caac24cb6 100644 --- a/arch/x86/configs/x86_64_cuttlefish_defconfig +++ b/arch/x86/configs/x86_64_cuttlefish_defconfig @@ -441,6 +441,7 @@ CONFIG_SCHEDSTATS=y CONFIG_TIMER_STATS=y CONFIG_RCU_CPU_STALL_TIMEOUT=60 CONFIG_ENABLE_DEFAULT_TRACERS=y +CONFIG_DEBUG_SET_MODULE_RONX=y CONFIG_IO_DELAY_NONE=y CONFIG_DEBUG_BOOT_PARAMS=y CONFIG_OPTIMIZE_INLINING=y -- cgit v1.2.3