diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2016-06-10 15:23:29 +0200 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2016-07-04 22:18:06 +0200 |
commit | ff60d834d1e0d1b4560b14daab1bc165667af7b4 (patch) | |
tree | 25d27392f363bd5781b78f9d4f79545b4f2e9224 /arch/arm64/Kconfig.platforms | |
parent | 1a695a905c18548062509178b98bc91e67510864 (diff) | |
download | linux-ff60d834d1e0d1b4560b14daab1bc165667af7b4.tar.gz linux-ff60d834d1e0d1b4560b14daab1bc165667af7b4.tar.bz2 linux-ff60d834d1e0d1b4560b14daab1bc165667af7b4.zip |
arm64: marvell: enable Armada 3700 clock drivers
This patch enables the support for the clocks drivers used on the
Armada 3700.
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-rw-r--r-- | arch/arm64/Kconfig.platforms | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 7ef1d05859ae..2fdadff9143d 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -73,6 +73,7 @@ config ARCH_MVEBU bool "Marvell EBU SoC Family" select ARMADA_AP806_SYSCON select ARMADA_CP110_SYSCON + select ARMADA_37XX_CLK select MVEBU_ODMI help This enables support for Marvell EBU familly, including: |