[PATCH 2/2] ARM: mxs: defconfig: Enable CONFIG_COMMON_CLK_DEBUG
From: Shawn Guo <hidden>
Date: 2012-07-05 00:55:06
On Mon, Jul 02, 2012 at 05:35:51PM -0300, Fabio Estevam wrote:
From: Fabio Estevam <redacted> 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.
I'm ambiguous on this. It does look useful, but on the other hand, I'm wondering why it hasn't been enabled by framework by default. Sascha, what's your take on this? Regards, Shawn
quoted hunk ↗ jump to hunk
Signed-off-by: Fabio Estevam <redacted> --- 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 5406c23..caa9ae1 100644 --- a/arch/arm/configs/mxs_defconfig +++ b/arch/arm/configs/mxs_defconfig@@ -111,6 +111,7 @@ CONFIG_RTC_CLASS=y CONFIG_RTC_DRV_DS1307=m CONFIG_DMADEVICES=y CONFIG_MXS_DMA=y +CONFIG_COMMON_CLK_DEBUG=y CONFIG_EXT3_FS=y # CONFIG_DNOTIFY is not set CONFIG_FSCACHE=m-- 1.7.1