mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-11 16:29:05 +00:00
clk: remove redundant depends on from drivers/Kconfig
menu "Common Clock Framework" has "depends on COMMON_CLK" and so configs defined within menu don't require these "depends on COMMON_CLK again". Signed-off-by: Viresh Kumar <viresh.kumar@st.com> Cc: Wolfram Sang <w.sang@pengutronix.de> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Jeff Garzik <jgarzik@redhat.com> Cc: Andrew Lunn <andrew@lunn.ch> Cc: Bhupesh Sharma <bhupesh.sharma@st.com> Cc: Giuseppe Cavallaro <peppe.cavallaro@st.com> Cc: Russell King <rmk@arm.linux.org.uk> Cc: Mike Turquette <mturquette@linaro.org> Cc: Sergei Shtylyov <sshtylyov@ru.mvista.com> Cc: viresh kumar <viresh.linux@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
93abe8e4b1
commit
01da40bf87
@ -25,7 +25,6 @@ menu "Common Clock Framework"
|
|||||||
|
|
||||||
config COMMON_CLK_DEBUG
|
config COMMON_CLK_DEBUG
|
||||||
bool "DebugFS representation of clock tree"
|
bool "DebugFS representation of clock tree"
|
||||||
depends on COMMON_CLK
|
|
||||||
select DEBUG_FS
|
select DEBUG_FS
|
||||||
---help---
|
---help---
|
||||||
Creates a directory hierchy in debugfs for visualizing the clk
|
Creates a directory hierchy in debugfs for visualizing the clk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user