diff options
author | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 2014-03-01 09:39:38 +0100 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-03-04 04:13:48 +0000 |
commit | 00e8ec2f0b05bfc8acaf13cf91c2ca1e624f3535 (patch) | |
tree | a4d25fdc037d6996c3fa268994b4c0bdbb530969 /arch/arm/mach-mvebu/Kconfig | |
parent | 0d75ab68fd1a516f7a394fac6ba0f0ef34bbd18e (diff) | |
download | op-kernel-dev-00e8ec2f0b05bfc8acaf13cf91c2ca1e624f3535.zip op-kernel-dev-00e8ec2f0b05bfc8acaf13cf91c2ca1e624f3535.tar.gz |
ARM: mvebu: move DT Dove to MVEBU
With all the DT support preparation done, we are able to move Dove
to MVEBU easily. Legacy non-DT mach-dove is left untouched to rot
for a while before removal.
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-mvebu/Kconfig')
-rw-r--r-- | arch/arm/mach-mvebu/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig index 4cfc4d8..4fecf5d 100644 --- a/arch/arm/mach-mvebu/Kconfig +++ b/arch/arm/mach-mvebu/Kconfig @@ -75,6 +75,18 @@ config MACH_ARMADA_XP Say 'Y' here if you want your kernel to support boards based on the Marvell Armada XP SoC with device tree. +config MACH_DOVE + bool "Marvell Dove boards" if ARCH_MULTI_V7 + select CACHE_L2X0 + select CPU_PJ4 + select DOVE_CLK + select ORION_IRQCHIP + select ORION_TIMER + select PINCTRL_DOVE + help + Say 'Y' here if you want your kernel to support the + Marvell Dove using flattened device tree. + config MACH_KIRKWOOD bool "Marvell Kirkwood boards" if ARCH_MULTI_V5 select ARCH_HAS_CPUFREQ |