aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2008-10-21 09:06:39 -0400
committerBen Dooks <ben-linux@fluff.org>2008-12-15 16:47:24 -0500
commita08ab63761730634bbbf8f361d1a058c1f4af9c5 (patch)
tree65eaf971a69a7e8a17ba473b8b39ddd774c187e4 /arch/arm/Kconfig
parent9bc1aaeac0118611c30edf84995ebad5adfd6822 (diff)
[ARM] S3C64XX: Initial arch directory
Add the initial PLAT_S3C64XX support files and directory structure. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 4546f8b2ce8c..f512b5530ef1 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -517,6 +517,13 @@ config ARCH_S3C2410
517 BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or 517 BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or
518 the Samsung SMDK2410 development board (and derivatives). 518 the Samsung SMDK2410 development board (and derivatives).
519 519
520config ARCH_S3C64XX
521 bool "Samsung S3C64XX"
522 select GENERIC_GPIO
523 select HAVE_CLK
524 help
525 Samsung S3C64XX series based systems
526
520config ARCH_SHARK 527config ARCH_SHARK
521 bool "Shark" 528 bool "Shark"
522 select CPU_SA110 529 select CPU_SA110
@@ -620,6 +627,7 @@ source "arch/arm/mach-orion5x/Kconfig"
620source "arch/arm/mach-kirkwood/Kconfig" 627source "arch/arm/mach-kirkwood/Kconfig"
621 628
622source "arch/arm/plat-s3c24xx/Kconfig" 629source "arch/arm/plat-s3c24xx/Kconfig"
630source "arch/arm/plat-s3c64xx/Kconfig"
623source "arch/arm/plat-s3c/Kconfig" 631source "arch/arm/plat-s3c/Kconfig"
624 632
625if ARCH_S3C2410 633if ARCH_S3C2410
@@ -631,6 +639,11 @@ source "arch/arm/mach-s3c2442/Kconfig"
631source "arch/arm/mach-s3c2443/Kconfig" 639source "arch/arm/mach-s3c2443/Kconfig"
632endif 640endif
633 641
642if ARCH_S3C64XX
643source "arch/arm/mach-s3c6400/Kconfig"
644source "arch/arm/mach-s3c6410/Kconfig"
645endif
646
634source "arch/arm/mach-lh7a40x/Kconfig" 647source "arch/arm/mach-lh7a40x/Kconfig"
635 648
636source "arch/arm/mach-imx/Kconfig" 649source "arch/arm/mach-imx/Kconfig"