summaryrefslogtreecommitdiff
path: root/drivers/clk/at91/Kconfig
diff options
context:
space:
mode:
authorClaudiu Beznea <claudiu.beznea@microchip.com>2020-09-07 17:46:42 +0300
committerEugen Hristev <eugen.hristev@microchip.com>2020-09-22 11:27:18 +0300
commite6547a6d0c24129543ec58ed9cc5fcd6ebffc7ad (patch)
tree505e6cbd3944f2c46234bcaa8363dfa57228138c /drivers/clk/at91/Kconfig
parentf1218f0b4fe95379d54312348c97865cab5ba1cd (diff)
downloadu-boot-e6547a6d0c24129543ec58ed9cc5fcd6ebffc7ad.tar.gz
clk: at91: sam9x60-pll: add driver compatible with ccf
Add sam9x60-pll driver compatible with common clock framework. Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Diffstat (limited to 'drivers/clk/at91/Kconfig')
-rw-r--r--drivers/clk/at91/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/clk/at91/Kconfig b/drivers/clk/at91/Kconfig
index 8d482a2752..4abc8026b4 100644
--- a/drivers/clk/at91/Kconfig
+++ b/drivers/clk/at91/Kconfig
@@ -54,3 +54,10 @@ config AT91_GENERIC_CLK
that may be different from the system clock. This second
clock is the generic clock (GCLK) and is managed by
the PMC via PMC_PCR register.
+
+config AT91_SAM9X60_PLL
+ bool "PLL support for SAM9X60 SoCs"
+ depends on CLK_AT91
+ help
+ This option is used to enable the AT91 SAM9X60's PLL clock
+ driver.