diff options
author | Boris BREZILLON <b.brezillon@overkiz.com> | 2013-10-11 07:27:06 -0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-12-02 09:31:25 -0500 |
commit | a9c0688fde53c0a44cd75e9fe33b16db73187ba8 (patch) | |
tree | e01e9623283dc6322be8266a9dfa090405437c7e /arch/arm/mach-at91 | |
parent | c84a61d87261f91d378cf26be4ffd3199ffd2493 (diff) |
clk: at91: add PMC smd clock
This patch adds at91 smd (Soft Modem) clock implementation using common clk
framework.
Not used by any driver right now.
Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
Acked-by: Mike Turquette <mturquette@linaro.org>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91')
-rw-r--r-- | arch/arm/mach-at91/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index b76dc4c62af9..97033f792eea 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig | |||
@@ -39,6 +39,9 @@ config AT91_SAM9G45_RESET | |||
39 | config AT91_SAM9_TIME | 39 | config AT91_SAM9_TIME |
40 | bool | 40 | bool |
41 | 41 | ||
42 | config HAVE_AT91_SMD | ||
43 | bool | ||
44 | |||
42 | config SOC_AT91SAM9 | 45 | config SOC_AT91SAM9 |
43 | bool | 46 | bool |
44 | select AT91_SAM9_TIME | 47 | select AT91_SAM9_TIME |
@@ -85,6 +88,7 @@ config SOC_SAMA5D3 | |||
85 | select HAVE_AT91_DBGU1 | 88 | select HAVE_AT91_DBGU1 |
86 | select AT91_USE_OLD_CLK | 89 | select AT91_USE_OLD_CLK |
87 | select HAVE_AT91_UTMI | 90 | select HAVE_AT91_UTMI |
91 | select HAVE_AT91_SMD | ||
88 | select HAVE_AT91_USB_CLK | 92 | select HAVE_AT91_USB_CLK |
89 | help | 93 | help |
90 | Select this if you are using one of Atmel's SAMA5D3 family SoC. | 94 | Select this if you are using one of Atmel's SAMA5D3 family SoC. |
@@ -157,6 +161,7 @@ config SOC_AT91SAM9X5 | |||
157 | select SOC_AT91SAM9 | 161 | select SOC_AT91SAM9 |
158 | select AT91_USE_OLD_CLK | 162 | select AT91_USE_OLD_CLK |
159 | select HAVE_AT91_UTMI | 163 | select HAVE_AT91_UTMI |
164 | select HAVE_AT91_SMD | ||
160 | select HAVE_AT91_USB_CLK | 165 | select HAVE_AT91_USB_CLK |
161 | help | 166 | help |
162 | Select this if you are using one of Atmel's AT91SAM9x5 family SoC. | 167 | Select this if you are using one of Atmel's AT91SAM9x5 family SoC. |