diff options
Diffstat (limited to 'drivers/clk/Kconfig')
-rw-r--r-- | drivers/clk/Kconfig | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index bace9e98f75d..823f62d900ba 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig | |||
@@ -42,10 +42,12 @@ config COMMON_CLK_WM831X | |||
42 | 42 | ||
43 | config COMMON_CLK_VERSATILE | 43 | config COMMON_CLK_VERSATILE |
44 | bool "Clock driver for ARM Reference designs" | 44 | bool "Clock driver for ARM Reference designs" |
45 | depends on ARCH_INTEGRATOR || ARCH_REALVIEW | 45 | depends on ARCH_INTEGRATOR || ARCH_REALVIEW || ARCH_VEXPRESS |
46 | ---help--- | 46 | ---help--- |
47 | Supports clocking on ARM Reference designs Integrator/AP, | 47 | Supports clocking on ARM Reference designs: |
48 | Integrator/CP, RealView PB1176, EB, PB11MP and PBX. | 48 | - Integrator/AP and Integrator/CP |
49 | - RealView PB1176, EB, PB11MP and PBX | ||
50 | - Versatile Express | ||
49 | 51 | ||
50 | config COMMON_CLK_MAX77686 | 52 | config COMMON_CLK_MAX77686 |
51 | tristate "Clock driver for Maxim 77686 MFD" | 53 | tristate "Clock driver for Maxim 77686 MFD" |
@@ -53,4 +55,12 @@ config COMMON_CLK_MAX77686 | |||
53 | ---help--- | 55 | ---help--- |
54 | This driver supports Maxim 77686 crystal oscillator clock. | 56 | This driver supports Maxim 77686 crystal oscillator clock. |
55 | 57 | ||
58 | config 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 | |||
56 | endmenu | 66 | endmenu |