diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-02-22 18:26:47 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-02-22 18:26:47 -0500 |
commit | 110d85acd479b80dc11b7fa3abef63285da8ea0c (patch) | |
tree | 7db6d936d8069deb871c3baab87ed02f8dd1186a /arch/arm/mach-s3c64xx | |
parent | 992426bfe98e71db1ce767fd66f6c68ed18fcc14 (diff) |
ARM: S3C64XX: Eliminate plat-s3c64xx
Now we've move the support out of plat-s3c64xx for everything, eliminate
the platform directory arch/arm/plat-s3c64xx and remove it from the ARM
build configuration.
Note, PLAT_S3C64XX is kept around for the moment until the drivers that
depend on it can be updated, so it is moved to the mach-s3c64xx Kconfig.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c64xx')
-rw-r--r-- | arch/arm/mach-s3c64xx/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/Kconfig b/arch/arm/mach-s3c64xx/Kconfig index 8c2c89c24fce..44cdd80ea107 100644 --- a/arch/arm/mach-s3c64xx/Kconfig +++ b/arch/arm/mach-s3c64xx/Kconfig | |||
@@ -3,6 +3,15 @@ | |||
3 | # | 3 | # |
4 | # Licensed under GPLv2 | 4 | # Licensed under GPLv2 |
5 | 5 | ||
6 | # temporary until we can eliminate all drivers using it. | ||
7 | config PLAT_S3C64XX | ||
8 | bool | ||
9 | depends on ARCH_S3C64XX | ||
10 | default y | ||
11 | help | ||
12 | Base platform code for any Samsung S3C64XX device | ||
13 | |||
14 | |||
6 | # Configuration options for the S3C6410 CPU | 15 | # Configuration options for the S3C6410 CPU |
7 | 16 | ||
8 | config CPU_S3C6400 | 17 | config CPU_S3C6400 |