From 84b3bbcd2cd177564e7e63abc551fe008be7138e Mon Sep 17 00:00:00 2001 From: Kees Cook Date: Wed, 2 Jan 2013 13:53:44 -0800 Subject: [PATCH] CHROMIUM: config: enable test_nx test Now that this test is usable again, enable it for use with autotest. BUG=chromium-os:37746 TEST=link build, module operates as expected Change-Id: Ie465599a9f625328119a128e4f25186b9d6c394a Signed-off-by: Kees Cook Reviewed-on: https://gerrit.chromium.org/gerrit/40982 Reviewed-by: Mandeep Singh Baines --- chromeos/config/i386/common.config | 2 +- chromeos/config/x86_64/common.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chromeos/config/i386/common.config b/chromeos/config/i386/common.config index f63d921d933e..7f9979e3c67d 100644 --- a/chromeos/config/i386/common.config +++ b/chromeos/config/i386/common.config @@ -174,7 +174,7 @@ CONFIG_DCACHE_WORD_ACCESS=y # CONFIG_DCDBAS is not set CONFIG_DEBUG_BOOT_PARAMS=y # CONFIG_DEBUG_NMI_SELFTEST is not set -# CONFIG_DEBUG_NX_TEST is not set +CONFIG_DEBUG_NX_TEST=m CONFIG_DEBUG_RODATA=y # CONFIG_DEBUG_RODATA_TEST is not set CONFIG_DEBUG_SET_MODULE_RONX=y diff --git a/chromeos/config/x86_64/common.config b/chromeos/config/x86_64/common.config index 39fa13952ee9..ce1010fe400d 100644 --- a/chromeos/config/x86_64/common.config +++ b/chromeos/config/x86_64/common.config @@ -189,7 +189,7 @@ CONFIG_DCACHE_WORD_ACCESS=y # CONFIG_DCDBAS is not set CONFIG_DEBUG_BOOT_PARAMS=y # CONFIG_DEBUG_NMI_SELFTEST is not set -# CONFIG_DEBUG_NX_TEST is not set +CONFIG_DEBUG_NX_TEST=m CONFIG_DEBUG_RODATA=y # CONFIG_DEBUG_RODATA_TEST is not set CONFIG_DEBUG_SET_MODULE_RONX=y -- 2.20.1