]> Git Repo - linux.git/commitdiff
arm64: update ARCH_MVEBU for Marvell Armada 7K/8K support
authorThomas Petazzoni <[email protected]>
Thu, 18 Feb 2016 16:20:29 +0000 (17:20 +0100)
committerGregory CLEMENT <[email protected]>
Fri, 19 Feb 2016 13:08:10 +0000 (14:08 +0100)
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 <[email protected]>
Signed-off-by: Gregory CLEMENT <[email protected]>
arch/arm64/Kconfig.platforms

index 85bec422d50807e00d67ab9ecd06a4d3009b294f..c9a184bd7ae2ac4d191690ec95645f5c2f3ef83a 100644 (file)
@@ -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"
This page took 0.056343 seconds and 4 git commands to generate.