aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s3c64xx/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/plat-s3c64xx/Kconfig')
-rw-r--r--arch/arm/plat-s3c64xx/Kconfig36
1 files changed, 36 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c64xx/Kconfig b/arch/arm/plat-s3c64xx/Kconfig
new file mode 100644
index 000000000000..bd832ba0cf77
--- /dev/null
+++ b/arch/arm/plat-s3c64xx/Kconfig
@@ -0,0 +1,36 @@
1# arch/arm/plat-s3c64xx/Kconfig
2#
3# Copyright 2008 Openmoko, Inc.
4# Copyright 2008 Simtec Electronics
5# Ben Dooks <ben@simtec.co.uk>
6#
7# Licensed under GPLv2
8
9config PLAT_S3C64XX
10 bool
11 depends on ARCH_S3C64XX
12 select PLAT_S3C
13 select ARM_VIC
14 default y
15 select NO_IOPORT
16 select ARCH_REQUIRE_GPIOLIB
17 help
18 Base platform code for any Samsung S3C64XX device
19
20if PLAT_S3C64XX
21
22# Configuration options shared by all S3C64XX implementations
23
24config CPU_S3C6400_INIT
25 bool
26 help
27 Common initialisation code for the S3C6400 that is shared
28 by other CPUs in the series, such as the S3C6410.
29
30config CPU_S3C6400_CLOCK
31 bool
32 help
33 Common clock support code for the S3C6400 that is shared
34 by other CPUs in the series, such as the S3C6410.
35
36endif