Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: mvebu: make CPU_PJ4B selection a per-SoC choice

Until now, the CPU_PJ4B Kconfig option was selected by
MACH_ARMADA_MVEBU, i.e for all Armada MVEBU SOCs. In preparation to
the introduction of Cortex-A9 based Armada MVEBU SOCs, this selection
is moved down to the Armada 370 and Armada XP specific options.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>

authored by

Thomas Petazzoni and committed by
Jason Cooper
798ec443 a017dbb6

+2 -1
+2 -1
arch/arm/mach-mvebu/Kconfig
··· 26 26 select ARMADA_370_XP_TIMER 27 27 select HAVE_SMP 28 28 select CACHE_L2X0 29 - select CPU_PJ4B 30 29 31 30 config MACH_ARMADA_370 32 31 bool "Marvell Armada 370 boards" 33 32 select ARMADA_370_CLK 33 + select CPU_PJ4B 34 34 select MACH_MVEBU_V7 35 35 select PINCTRL_ARMADA_370 36 36 help ··· 40 40 config MACH_ARMADA_XP 41 41 bool "Marvell Armada XP boards" 42 42 select ARMADA_XP_CLK 43 + select CPU_PJ4B 43 44 select MACH_MVEBU_V7 44 45 select PINCTRL_ARMADA_XP 45 46 help