Commit 69b02f6a authored by Lennert Buytenhek's avatar Lennert Buytenhek Committed by Nicolas Pitre

plat-orion: introduce

Create arch/arm/plat-orion/, for peripherals shared between various
Marvell Orion SoCs.
Signed-off-by: default avatarLennert Buytenhek <buytenh@marvell.com>
Reviewed-by: default avatarTzachi Perelstein <tzachi@marvell.com>
Acked-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: default avatarNicolas Pitre <nico@marvell.com>
parent 15a32632
...@@ -384,6 +384,7 @@ config ARCH_ORION ...@@ -384,6 +384,7 @@ config ARCH_ORION
select GENERIC_GPIO select GENERIC_GPIO
select GENERIC_TIME select GENERIC_TIME
select GENERIC_CLOCKEVENTS select GENERIC_CLOCKEVENTS
select PLAT_ORION
help help
Support for Marvell Orion System on Chip family. Support for Marvell Orion System on Chip family.
...@@ -563,6 +564,9 @@ config ARCH_ACORN ...@@ -563,6 +564,9 @@ config ARCH_ACORN
config PLAT_IOP config PLAT_IOP
bool bool
config PLAT_ORION
bool
source arch/arm/mm/Kconfig source arch/arm/mm/Kconfig
config IWMMXT config IWMMXT
......
...@@ -185,6 +185,7 @@ core-$(CONFIG_VFP) += arch/arm/vfp/ ...@@ -185,6 +185,7 @@ core-$(CONFIG_VFP) += arch/arm/vfp/
# If we have a common platform directory, then include it in the build. # If we have a common platform directory, then include it in the build.
core-$(CONFIG_PLAT_IOP) += arch/arm/plat-iop/ core-$(CONFIG_PLAT_IOP) += arch/arm/plat-iop/
core-$(CONFIG_PLAT_ORION) += arch/arm/plat-orion/
core-$(CONFIG_ARCH_OMAP) += arch/arm/plat-omap/ core-$(CONFIG_ARCH_OMAP) += arch/arm/plat-omap/
core-$(CONFIG_PLAT_S3C24XX) += arch/arm/plat-s3c24xx/ core-$(CONFIG_PLAT_S3C24XX) += arch/arm/plat-s3c24xx/
core-$(CONFIG_ARCH_MXC) += arch/arm/plat-mxc/ core-$(CONFIG_ARCH_MXC) += arch/arm/plat-mxc/
......
#
# Makefile for the linux kernel.
#
obj-y :=
obj-m :=
obj-n :=
obj- :=
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment