android_kernel_motorola_sm6225/arch/arm/mach-mvebu
Thomas Petazzoni 85077087d4 arm: mvebu: split Kconfig options for Armada 370 and XP
Until now, all the code for Armada 370 and XP was common, so we had a
single Kconfig option to support all boards using both SoCs. With the
addition of pinctrl drivers, this situation has changed: those two
SoCs are radically different in terms of pinctrl, so they have two
separate drivers. Since pinctrl drivers are typically select-ed from
the SoC Kconfig option, it makes sense to split the 370/XP option into
two separate options: one for Armada 370 and another for Armada XP.

We keep an hidden option selected by both ARMADA_370 and ARMADA_XP in
order to easily compile common code.

A followup patch actually makes use of this split to select the
appropriate pinctrl drivers.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Gregory Clement <gregory.clement@free-electrons.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
2012-09-22 14:50:26 +00:00
..
include/mach arm: mach-mvebu: use IOMEM() for base address definitions 2012-09-21 18:04:05 +00:00
addr-map.c arm: mvebu: add basic address decoding support to Armada 370/XP 2012-09-21 18:05:18 +00:00
armada-370-xp.c arm: mach-mvebu: use IOMEM() for base address definitions 2012-09-21 18:04:05 +00:00
common.h arm: mach-mvebu: add support for Armada 370 and Armada XP with DT 2012-07-10 15:47:49 +02:00
irq-armada-370-xp.c ARM: mvebu: MPIC: read number of interrupts from control register 2012-07-10 15:47:52 +02:00
Kconfig arm: mvebu: split Kconfig options for Armada 370 and XP 2012-09-22 14:50:26 +00:00
Makefile arm: mvebu: add basic address decoding support to Armada 370/XP 2012-09-21 18:05:18 +00:00
Makefile.boot arm: mvebu: generate DTBs for supported SoCs 2012-07-17 22:38:06 +02:00
system-controller.c arm: mach-mvebu: add source files 2012-07-10 15:47:48 +02:00