Kconfig (7ebdfaa52d15b947503f76474477f92854796d96) | Kconfig (83fe27ea531161a655f02dc7732d14cfaa27fd5d) |
---|---|
1 2config CLKDEV_LOOKUP 3 bool 4 select HAVE_CLK 5 6config HAVE_CLK_PREPARE 7 bool 8 9config HAVE_MACH_CLKDEV 10 bool 11 12config COMMON_CLK 13 bool 14 select HAVE_CLK_PREPARE 15 select CLKDEV_LOOKUP | 1 2config CLKDEV_LOOKUP 3 bool 4 select HAVE_CLK 5 6config HAVE_CLK_PREPARE 7 bool 8 9config HAVE_MACH_CLKDEV 10 bool 11 12config COMMON_CLK 13 bool 14 select HAVE_CLK_PREPARE 15 select CLKDEV_LOOKUP |
16 select SRCU |
|
16 ---help--- 17 The common clock framework is a single definition of struct 18 clk, useful across many platforms, as well as an 19 implementation of the clock API in include/linux/clk.h. 20 Architectures utilizing the common struct clk should select 21 this option. 22 23menu "Common Clock Framework" --- 121 unchanged lines hidden --- | 17 ---help--- 18 The common clock framework is a single definition of struct 19 clk, useful across many platforms, as well as an 20 implementation of the clock API in include/linux/clk.h. 21 Architectures utilizing the common struct clk should select 22 this option. 23 24menu "Common Clock Framework" --- 121 unchanged lines hidden --- |