summaryrefslogtreecommitdiff
path: root/arch/arm64/Kconfig.platforms
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-18 17:20:29 +0100
committerGregory CLEMENT <gregory.clement@free-electrons.com>2016-02-19 14:08:10 +0100
commitb3920b2b2388117d0fae5e2d15d626050f6883ea (patch)
tree4ef71c7bda06543ce77d36507c7e7b4508782187 /arch/arm64/Kconfig.platforms
parent1d0029cb36a218aeee6fbac26459c2d92c7f190d (diff)
arm64: update ARCH_MVEBU for Marvell Armada 7K/8K support
This commit updates the ARCH_MVEBU Kconfig option introduced for Armada 3700 to also be used for the Armada 7K and 8K platforms, by: - Selecting the appropriate clock and irqchip drivers - Updating the help text to mention Armada 7K and 8K Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-rw-r--r--arch/arm64/Kconfig.platforms11
1 files changed, 8 insertions, 3 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 85bec422d508..c9a184bd7ae2 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -50,9 +50,14 @@ config ARCH_MEDIATEK
config ARCH_MVEBU
bool "Marvell EBU SoC Family"
- help
- This enables support for Marvell EBU family such as the
- Armada 3700 SoC family.
+ select ARMADA_AP806_CORE_CLK
+ select ARMADA_AP806_RING_CLK
+ select MVEBU_ODMI
+ help
+ This enables support for Marvell EBU familly, including:
+ - Armada 3700 SoC Family
+ - Armada 7K SoC Family
+ - Armada 8K SoC Family
config ARCH_QCOM
bool "Qualcomm Platforms"