diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2012-07-02 17:35:51 -0300 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-07-06 13:22:38 +0800 |
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 CONFIG_RTC_DRV_STMP=y CONFIG_DMADEVICES=y CONFIG_MXS_DMA=y +CONFIG_COMMON_CLK_DEBUG=y CONFIG_EXT3_FS=y # CONFIG_DNOTIFY is not set CONFIG_FSCACHE=m |