diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2016-06-10 09:23:29 -0400 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2016-07-04 16:18:06 -0400 |
commit | ff60d834d1e0d1b4560b14daab1bc165667af7b4 (patch) | |
tree | 25d27392f363bd5781b78f9d4f79545b4f2e9224 | |
parent | 1a695a905c18548062509178b98bc91e67510864 (diff) |
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>
-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 | |||
73 | bool "Marvell EBU SoC Family" | 73 | bool "Marvell EBU SoC Family" |
74 | select ARMADA_AP806_SYSCON | 74 | select ARMADA_AP806_SYSCON |
75 | select ARMADA_CP110_SYSCON | 75 | select ARMADA_CP110_SYSCON |
76 | select ARMADA_37XX_CLK | ||
76 | select MVEBU_ODMI | 77 | select MVEBU_ODMI |
77 | help | 78 | help |
78 | This enables support for Marvell EBU familly, including: | 79 | This enables support for Marvell EBU familly, including: |