From 2f3d673292b7861e50601f2eaade26bde75e9258 Mon Sep 17 00:00:00 2001 From: Olof Johansson Date: Fri, 24 Aug 2012 15:00:49 -0700 Subject: [PATCH] CHROMIUM: config: turn off DYNAMIC_DEBUG on ARM This was on during development to catch some of the wifi problems. It should be disabled now for release. BUG=chromium-os:32752 TEST=usual wifi tests Change-Id: Ib006f06f7c29ba617326c62d87d5974609c6689b Signed-off-by: Olof Johansson Reviewed-on: https://gerrit.chromium.org/gerrit/31392 Reviewed-by: Gary Morain --- chromeos/config/armel/common.config | 1 - chromeos/config/base.config | 1 + chromeos/config/i386/common.config | 1 - chromeos/config/x86_64/common.config | 1 - 4 files changed, 1 insertion(+), 3 deletions(-) diff --git a/chromeos/config/armel/common.config b/chromeos/config/armel/common.config index ccadea1d1aa4..ef656420486b 100644 --- a/chromeos/config/armel/common.config +++ b/chromeos/config/armel/common.config @@ -140,7 +140,6 @@ CONFIG_DEFAULT_MMAP_MIN_ADDR=32768 # CONFIG_DEPRECATED_PARAM_STRUCT is not set # CONFIG_DM9000 is not set CONFIG_DTC=y -CONFIG_DYNAMIC_DEBUG=y # CONFIG_EEPROM_93CX6 is not set CONFIG_ENABLE_WARN_DEPRECATED=y # CONFIG_ENC28J60 is not set diff --git a/chromeos/config/base.config b/chromeos/config/base.config index 78b5871132a0..b596b9d0148a 100644 --- a/chromeos/config/base.config +++ b/chromeos/config/base.config @@ -386,6 +386,7 @@ CONFIG_DQL=y # CONFIG_DUMMY is not set CONFIG_DUMMY_CONSOLE=y # CONFIG_DVB_CORE is not set +# CONFIG_DYNAMIC_DEBUG is not set CONFIG_DYNAMIC_FTRACE=y CONFIG_EARLY_PRINTK=y # CONFIG_ECHO is not set diff --git a/chromeos/config/i386/common.config b/chromeos/config/i386/common.config index 6273cfad0dca..0a0c4ccc20b2 100644 --- a/chromeos/config/i386/common.config +++ b/chromeos/config/i386/common.config @@ -211,7 +211,6 @@ CONFIG_DRM_KMS_HELPER=y # CONFIG_DRM_VIA is not set # CONFIG_DRM_VMWGFX is not set # CONFIG_DX_SEP is not set -# CONFIG_DYNAMIC_DEBUG is not set CONFIG_E100=m CONFIG_E1000=m CONFIG_E1000E=m diff --git a/chromeos/config/x86_64/common.config b/chromeos/config/x86_64/common.config index fe9962e699fa..0d9ffa68beea 100644 --- a/chromeos/config/x86_64/common.config +++ b/chromeos/config/x86_64/common.config @@ -228,7 +228,6 @@ CONFIG_DRM_KMS_HELPER=y # CONFIG_DRM_VIA is not set # CONFIG_DRM_VMWGFX is not set # CONFIG_DX_SEP is not set -# CONFIG_DYNAMIC_DEBUG is not set CONFIG_E100=m CONFIG_E1000=m CONFIG_E1000E=m -- 2.20.1