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

plat-orion: introduce

Create arch/arm/plat-orion/, for peripherals shared between various
Marvell Orion SoCs.

Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Reviewed-by: Tzachi Perelstein <tzachi@marvell.com>
Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Nicolas Pitre <nico@marvell.com>

authored by

Lennert Buytenhek and committed by
Nicolas Pitre
69b02f6a 15a32632

+13
+4
arch/arm/Kconfig
··· 384 384 select GENERIC_GPIO 385 385 select GENERIC_TIME 386 386 select GENERIC_CLOCKEVENTS 387 + select PLAT_ORION 387 388 help 388 389 Support for Marvell Orion System on Chip family. 389 390 ··· 562 561 bool 563 562 564 563 config PLAT_IOP 564 + bool 565 + 566 + config PLAT_ORION 565 567 bool 566 568 567 569 source arch/arm/mm/Kconfig
+1
arch/arm/Makefile
··· 185 185 186 186 # If we have a common platform directory, then include it in the build. 187 187 core-$(CONFIG_PLAT_IOP) += arch/arm/plat-iop/ 188 + core-$(CONFIG_PLAT_ORION) += arch/arm/plat-orion/ 188 189 core-$(CONFIG_ARCH_OMAP) += arch/arm/plat-omap/ 189 190 core-$(CONFIG_PLAT_S3C24XX) += arch/arm/plat-s3c24xx/ 190 191 core-$(CONFIG_ARCH_MXC) += arch/arm/plat-mxc/
+8
arch/arm/plat-orion/Makefile
··· 1 + # 2 + # Makefile for the linux kernel. 3 + # 4 + 5 + obj-y := 6 + obj-m := 7 + obj-n := 8 + obj- :=