diff options
Diffstat (limited to 'drivers/clk/Kconfig')
-rw-r--r-- | drivers/clk/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index 9f9c5ae5359b..cfd3af7b2cbd 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig | |||
@@ -102,6 +102,13 @@ config COMMON_CLK_KEYSTONE | |||
102 | Supports clock drivers for Keystone based SOCs. These SOCs have local | 102 | Supports clock drivers for Keystone based SOCs. These SOCs have local |
103 | a power sleep control module that gate the clock to the IPs and PLLs. | 103 | a power sleep control module that gate the clock to the IPs and PLLs. |
104 | 104 | ||
105 | config COMMON_CLK_PALMAS | ||
106 | tristate "Clock driver for TI Palmas devices" | ||
107 | depends on MFD_PALMAS | ||
108 | ---help--- | ||
109 | This driver supports TI Palmas devices 32KHz output KG and KG_AUDIO | ||
110 | using common clock framework. | ||
111 | |||
105 | source "drivers/clk/qcom/Kconfig" | 112 | source "drivers/clk/qcom/Kconfig" |
106 | 113 | ||
107 | endmenu | 114 | endmenu |