diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-04-26 03:58:29 -0400 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2016-04-26 09:18:24 -0400 |
commit | ad87c0f6692ecfe975b9c4f53bde9b24aa0b5173 (patch) | |
tree | 0554237702cab8d57c87cdd9645fd0886145cdba | |
parent | f55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff) |
arm64: marvell: enable AP806 and CP110 syscon driver
The Marvell Armada 7K/8K support needs the AP806 and CP110 syscon
drivers to be enabled, as they provide amongst other things, the main
clocks for those platforms.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
-rw-r--r-- | arch/arm64/Kconfig.platforms | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index efa77c146415..60f4bb55fec9 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms | |||
@@ -64,8 +64,8 @@ config ARCH_MESON | |||
64 | 64 | ||
65 | config ARCH_MVEBU | 65 | config ARCH_MVEBU |
66 | bool "Marvell EBU SoC Family" | 66 | bool "Marvell EBU SoC Family" |
67 | select ARMADA_AP806_CORE_CLK | 67 | select ARMADA_AP806_SYSCON |
68 | select ARMADA_AP806_RING_CLK | 68 | select ARMADA_CP110_SYSCON |
69 | select MVEBU_ODMI | 69 | select MVEBU_ODMI |
70 | help | 70 | help |
71 | This enables support for Marvell EBU familly, including: | 71 | This enables support for Marvell EBU familly, including: |