Kconfig (dbe30538771b7c9811e397c7ce50db546209b4f6) | Kconfig (97fa4cf442ff2872000d9110686371775795a32b) |
---|---|
1 2config CLKDEV_LOOKUP 3 bool 4 select HAVE_CLK 5 6config HAVE_CLK_PREPARE 7 bool 8 --- 28 unchanged lines hidden (view full) --- 37 tristate "Clock driver for WM831x/2x PMICs" 38 depends on MFD_WM831X 39 ---help--- 40 Supports the clocking subsystem of the WM831x/2x series of 41 PMICs from Wolfson Microlectronics. 42 43config COMMON_CLK_VERSATILE 44 bool "Clock driver for ARM Reference designs" | 1 2config CLKDEV_LOOKUP 3 bool 4 select HAVE_CLK 5 6config HAVE_CLK_PREPARE 7 bool 8 --- 28 unchanged lines hidden (view full) --- 37 tristate "Clock driver for WM831x/2x PMICs" 38 depends on MFD_WM831X 39 ---help--- 40 Supports the clocking subsystem of the WM831x/2x series of 41 PMICs from Wolfson Microlectronics. 42 43config COMMON_CLK_VERSATILE 44 bool "Clock driver for ARM Reference designs" |
45 depends on ARCH_INTEGRATOR || ARCH_REALVIEW || ARCH_VEXPRESS | 45 depends on ARCH_INTEGRATOR || ARCH_REALVIEW |
46 ---help--- | 46 ---help--- |
47 Supports clocking on ARM Reference designs: 48 - Integrator/AP and Integrator/CP 49 - RealView PB1176, EB, PB11MP and PBX 50 - Versatile Express | 47 Supports clocking on ARM Reference designs Integrator/AP, 48 Integrator/CP, RealView PB1176, EB, PB11MP and PBX. |
51 52config COMMON_CLK_MAX77686 53 tristate "Clock driver for Maxim 77686 MFD" 54 depends on MFD_MAX77686 55 ---help--- 56 This driver supports Maxim 77686 crystal oscillator clock. 57 | 49 50config COMMON_CLK_MAX77686 51 tristate "Clock driver for Maxim 77686 MFD" 52 depends on MFD_MAX77686 53 ---help--- 54 This driver supports Maxim 77686 crystal oscillator clock. 55 |
58config CLK_TWL6040 59 tristate "External McPDM functional clock from twl6040" 60 depends on TWL6040_CORE 61 ---help--- 62 Enable the external functional clock support on OMAP4+ platforms for 63 McPDM. McPDM module is using the external bit clock on the McPDM bus 64 as functional clock. 65 | |
66endmenu | 56endmenu |
57 58source "drivers/clk/mvebu/Kconfig" |
|