diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2012-07-02 16:35:51 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-07-06 01:22:38 -0400 |
commit | 1463602ce7d07c22f18459e68c7d5c9a8b8ba7de (patch) | |
tree | 07893cb8582b458972f21a08ec97f6f857c74cb7 /arch/arm/configs | |
parent | ab271668626d1ab3cb862f6b9faeb836c84864be (diff) |
ARM: mxs: defconfig: Enable CONFIG_COMMON_CLK_DEBUG
With the common clock framework in place, it is useful to enable
CONFIG_COMMON_CLK_DEBUG option, in order to easily inspect the clock tree.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/mxs_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/mxs_defconfig b/arch/arm/configs/mxs_defconfig index 1450f64b3a13..ccdb6357fb74 100644 --- a/arch/arm/configs/mxs_defconfig +++ b/arch/arm/configs/mxs_defconfig | |||
@@ -117,6 +117,7 @@ CONFIG_RTC_DRV_DS1307=m | |||
117 | CONFIG_RTC_DRV_STMP=y | 117 | CONFIG_RTC_DRV_STMP=y |
118 | CONFIG_DMADEVICES=y | 118 | CONFIG_DMADEVICES=y |
119 | CONFIG_MXS_DMA=y | 119 | CONFIG_MXS_DMA=y |
120 | CONFIG_COMMON_CLK_DEBUG=y | ||
120 | CONFIG_EXT3_FS=y | 121 | CONFIG_EXT3_FS=y |
121 | # CONFIG_DNOTIFY is not set | 122 | # CONFIG_DNOTIFY is not set |
122 | CONFIG_FSCACHE=m | 123 | CONFIG_FSCACHE=m |