Kconfig (78e691f4ae2d5edea0199ca802bb505b9cdced88) | Kconfig (0c7665c356021c10c3f45a620f3f12ad599850d5) |
---|---|
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 | |
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" --- 105 unchanged lines hidden (view full) --- 130 This driver supports TI Palmas devices 32KHz output KG and KG_AUDIO 131 using common clock framework. 132 133config COMMON_CLK_PXA 134 def_bool COMMON_CLK && ARCH_PXA 135 ---help--- 136 Sypport for the Marvell PXA SoC. 137 | 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" --- 105 unchanged lines hidden (view full) --- 129 This driver supports TI Palmas devices 32KHz output KG and KG_AUDIO 130 using common clock framework. 131 132config COMMON_CLK_PXA 133 def_bool COMMON_CLK && ARCH_PXA 134 ---help--- 135 Sypport for the Marvell PXA SoC. 136 |
137config COMMON_CLK_CDCE706 138 tristate "Clock driver for TI CDCE706 clock synthesizer" 139 depends on I2C 140 select REGMAP_I2C 141 select RATIONAL 142 ---help--- 143 This driver supports TI CDCE706 programmable 3-PLL clock synthesizer. 144 |
|
138source "drivers/clk/qcom/Kconfig" 139 140endmenu 141 142source "drivers/clk/bcm/Kconfig" 143source "drivers/clk/mvebu/Kconfig" 144 145source "drivers/clk/samsung/Kconfig" | 145source "drivers/clk/qcom/Kconfig" 146 147endmenu 148 149source "drivers/clk/bcm/Kconfig" 150source "drivers/clk/mvebu/Kconfig" 151 152source "drivers/clk/samsung/Kconfig" |