···2323menu "Common Clock Framework"2424 depends on COMMON_CLK25252626-config COMMON_CLK_DEBUG2727- bool "DebugFS representation of clock tree"2828- select DEBUG_FS2929- ---help---3030- Creates a directory hierarchy in debugfs for visualizing the clk3131- tree structure. Each directory contains read-only members3232- that export information specific to that clk node: clk_rate,3333- clk_flags, clk_prepare_count, clk_enable_count &3434- clk_notifier_count.3535-3626config COMMON_CLK_WM831X3727 tristate "Clock driver for WM831x/2x PMICs"3828 depends on MFD_WM831X
+1-1
drivers/clk/clk.c
···92929393/*** debugfs support ***/94949595-#ifdef CONFIG_COMMON_CLK_DEBUG9595+#ifdef CONFIG_DEBUG_FS9696#include <linux/debugfs.h>97979898static struct dentry *rootdir;