Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296731
b: refs/heads/master
c: 8fb61e3
h: refs/heads/master
i:
  296729: c1448dd
  296727: c929f70
v: v3
  • Loading branch information
Arnd Bergmann committed Mar 19, 2012
1 parent 2764ff6 commit c377b44
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9d9f78ed9af0e465d2fd15550471956e7f559b9f
refs/heads/master: 8fb61e33507e5d76b69467b4f96290338e96b733
15 changes: 6 additions & 9 deletions trunk/drivers/clk/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,18 @@ config HAVE_CLK_PREPARE
config HAVE_MACH_CLKDEV
bool

menuconfig COMMON_CLK
bool "Common Clock Framework"
config COMMON_CLK
bool
select HAVE_CLK_PREPARE
---help---
The common clock framework is a single definition of struct
clk, useful across many platforms, as well as an
implementation of the clock API in include/linux/clk.h.
Architectures utilizing the common struct clk should select
this automatically, but it may be necessary to manually select
this option for loadable modules requiring the common clock
framework.

If in doubt, say "N".
this option.

if COMMON_CLK
menu "Common Clock Framework"
depends on COMMON_CLK

config COMMON_CLK_DISABLE_UNUSED
bool "Disabled unused clocks at boot"
Expand All @@ -47,4 +44,4 @@ config COMMON_CLK_DEBUG
clk_flags, clk_prepare_count, clk_enable_count &
clk_notifier_count.

endif
endmenu

0 comments on commit c377b44

Please sign in to comment.