diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2016-07-19 15:42:18 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2016-08-15 14:07:04 -0700 |
commit | 7ea8250406a6abe2f057c2096249c63b788b728f (patch) | |
tree | d82db60e5cbe8c03ab5b930d20d0eba2c5e34fcc /drivers/clk/mvebu/Kconfig | |
parent | cedfbc309d62f8f029dc0c3b926452cc84796023 (diff) | |
download | linux-7ea8250406a6abe2f057c2096249c63b788b728f.tar.bz2 |
clk: mvebu: Add the xtal clock for Armada 3700 SoC
This clock is the parent of all the Armada 3700 clocks. It is a fixed
rate clock which depends on the gpio configuration read when resetting
the SoC.
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/mvebu/Kconfig')
-rw-r--r-- | drivers/clk/mvebu/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/clk/mvebu/Kconfig b/drivers/clk/mvebu/Kconfig index 3165da77d525..fddc8ac5faff 100644 --- a/drivers/clk/mvebu/Kconfig +++ b/drivers/clk/mvebu/Kconfig @@ -24,6 +24,9 @@ config ARMADA_39X_CLK bool select MVEBU_CLK_COMMON +config ARMADA_37XX_CLK + bool + config ARMADA_XP_CLK bool select MVEBU_CLK_COMMON |