diff options
author | Byungho Min <bhminjames@gmail.com> | 2009-06-23 08:39:42 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-08-16 18:35:19 -0400 |
commit | 5a7652f2032b88106c9ba41edf0fb795397008bd (patch) | |
tree | ec00a59e49ebd52d199c0c83177ed166a88735f9 /arch/arm/Makefile | |
parent | c1cc3db8e9fcf1c9d2db3f34552c73996d3d8a13 (diff) |
ARM: S5PC100: Kconfigs and Makefiles
S5PC100 is a new SoC with ARM coretex-A8 and numerous peripherals. This SoC is
successor of S3C64XX. S5PC100 has peripherals which are still similar to S3C
families so some drivers in "arch/arm/plat-s3c" can be shared. S5PC100 specific
drivers will be added in "arch/arm/plat-s5pcxx" or "arch/arm/mach-s5pc100"
Signed-off-by: Byungho Min <bhmin@samsung.com>
[ben-linux@fluff.org: tidy and edit description]
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index c877d6df23d1..966594159537 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -150,6 +150,7 @@ machine-$(CONFIG_ARCH_RPC) := rpc | |||
150 | machine-$(CONFIG_ARCH_S3C2410) := s3c2410 s3c2400 s3c2412 s3c2440 s3c2442 s3c2443 | 150 | machine-$(CONFIG_ARCH_S3C2410) := s3c2410 s3c2400 s3c2412 s3c2440 s3c2442 s3c2443 |
151 | machine-$(CONFIG_ARCH_S3C24A0) := s3c24a0 | 151 | machine-$(CONFIG_ARCH_S3C24A0) := s3c24a0 |
152 | machine-$(CONFIG_ARCH_S3C64XX) := s3c6400 s3c6410 | 152 | machine-$(CONFIG_ARCH_S3C64XX) := s3c6400 s3c6410 |
153 | machine-$(CONFIG_ARCH_S5PC1XX) := s5pc100 | ||
153 | machine-$(CONFIG_ARCH_SA1100) := sa1100 | 154 | machine-$(CONFIG_ARCH_SA1100) := sa1100 |
154 | machine-$(CONFIG_ARCH_SHARK) := shark | 155 | machine-$(CONFIG_ARCH_SHARK) := shark |
155 | machine-$(CONFIG_ARCH_STMP378X) := stmp378x | 156 | machine-$(CONFIG_ARCH_STMP378X) := stmp378x |
@@ -168,6 +169,7 @@ plat-$(CONFIG_PLAT_ORION) := orion | |||
168 | plat-$(CONFIG_PLAT_PXA) := pxa | 169 | plat-$(CONFIG_PLAT_PXA) := pxa |
169 | plat-$(CONFIG_PLAT_S3C24XX) := s3c24xx s3c | 170 | plat-$(CONFIG_PLAT_S3C24XX) := s3c24xx s3c |
170 | plat-$(CONFIG_PLAT_S3C64XX) := s3c64xx s3c | 171 | plat-$(CONFIG_PLAT_S3C64XX) := s3c64xx s3c |
172 | plat-$(CONFIG_PLAT_S5PC1XX) := s5pc1xx s3c | ||
171 | plat-$(CONFIG_ARCH_STMP3XXX) := stmp3xxx | 173 | plat-$(CONFIG_ARCH_STMP3XXX) := stmp3xxx |
172 | 174 | ||
173 | ifeq ($(CONFIG_ARCH_EBSA110),y) | 175 | ifeq ($(CONFIG_ARCH_EBSA110),y) |