diff options
| author | Alistair Strachan <astrachan@google.com> | 2019-02-15 12:57:28 -0800 |
|---|---|---|
| committer | Alistair Strachan <astrachan@google.com> | 2019-02-15 12:57:28 -0800 |
| commit | 74b50ba2ec2379e9cc50265bee38b6847176dbbe (patch) | |
| tree | 2b1f889d341b3fef0fc360d4a0d34a4034fce85f | |
| parent | 4d417f9d93ff88b7db86dde910148a317ab23303 (diff) | |
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 <astrachan@google.com>
| -rw-r--r-- | arch/x86/configs/x86_64_cuttlefish_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
