diff options
author | Dong Aisheng <b29396@freescale.com> | 2013-09-05 23:32:11 -0400 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:05:31 -0400 |
commit | b2ee840f4be6db4a504b6c6660e92c062789d732 (patch) | |
tree | 4dff46dff082133954361d41bd1c0df59bdc4858 /arch | |
parent | 712da8e2729be8fd6f2c23786fb13e0522968f4b (diff) |
ENGR00278504-6 imx_v7_defconfig: enable /proc/config.gz
This could make you be able to check the configuration of current kernel
at running time. It is helpful for debug and with minor overhead.
Signed-off-by: Dong Aisheng <b29396@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/imx_v7_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/imx_v7_defconfig b/arch/arm/configs/imx_v7_defconfig index 9b891f5c191f..0b937b1c2cd9 100644 --- a/arch/arm/configs/imx_v7_defconfig +++ b/arch/arm/configs/imx_v7_defconfig | |||
@@ -2,6 +2,8 @@ CONFIG_KERNEL_LZO=y | |||
2 | CONFIG_SYSVIPC=y | 2 | CONFIG_SYSVIPC=y |
3 | CONFIG_NO_HZ=y | 3 | CONFIG_NO_HZ=y |
4 | CONFIG_HIGH_RES_TIMERS=y | 4 | CONFIG_HIGH_RES_TIMERS=y |
5 | CONFIG_IKCONFIG=y | ||
6 | CONFIG_IKCONFIG_PROC=y | ||
5 | CONFIG_LOG_BUF_SHIFT=18 | 7 | CONFIG_LOG_BUF_SHIFT=18 |
6 | CONFIG_CGROUPS=y | 8 | CONFIG_CGROUPS=y |
7 | CONFIG_RELAY=y | 9 | CONFIG_RELAY=y |