diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-21 09:06:39 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-15 16:47:24 -0500 |
commit | a08ab63761730634bbbf8f361d1a058c1f4af9c5 (patch) | |
tree | 65eaf971a69a7e8a17ba473b8b39ddd774c187e4 /arch/arm/Kconfig | |
parent | 9bc1aaeac0118611c30edf84995ebad5adfd6822 (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/Kconfig | 13 |
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 | ||
520 | config ARCH_S3C64XX | ||
521 | bool "Samsung S3C64XX" | ||
522 | select GENERIC_GPIO | ||
523 | select HAVE_CLK | ||
524 | help | ||
525 | Samsung S3C64XX series based systems | ||
526 | |||
520 | config ARCH_SHARK | 527 | config 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" | |||
620 | source "arch/arm/mach-kirkwood/Kconfig" | 627 | source "arch/arm/mach-kirkwood/Kconfig" |
621 | 628 | ||
622 | source "arch/arm/plat-s3c24xx/Kconfig" | 629 | source "arch/arm/plat-s3c24xx/Kconfig" |
630 | source "arch/arm/plat-s3c64xx/Kconfig" | ||
623 | source "arch/arm/plat-s3c/Kconfig" | 631 | source "arch/arm/plat-s3c/Kconfig" |
624 | 632 | ||
625 | if ARCH_S3C2410 | 633 | if ARCH_S3C2410 |
@@ -631,6 +639,11 @@ source "arch/arm/mach-s3c2442/Kconfig" | |||
631 | source "arch/arm/mach-s3c2443/Kconfig" | 639 | source "arch/arm/mach-s3c2443/Kconfig" |
632 | endif | 640 | endif |
633 | 641 | ||
642 | if ARCH_S3C64XX | ||
643 | source "arch/arm/mach-s3c6400/Kconfig" | ||
644 | source "arch/arm/mach-s3c6410/Kconfig" | ||
645 | endif | ||
646 | |||
634 | source "arch/arm/mach-lh7a40x/Kconfig" | 647 | source "arch/arm/mach-lh7a40x/Kconfig" |
635 | 648 | ||
636 | source "arch/arm/mach-imx/Kconfig" | 649 | source "arch/arm/mach-imx/Kconfig" |