diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-02-22 19:18:36 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-02-23 20:52:13 -0500 |
commit | 7965b214bfbe0e6b3dc843cd1d639dc2711ff86e (patch) | |
tree | 819b8b9a58baeaa973cb8b51afc3cb31b4a511d1 /arch/arm/plat-s3c/Kconfig | |
parent | f94327f2cebf3711defd25375df0c380562127ba (diff) |
ARM: SAMSUNG: Eliminate plat-s3c
The plat-s3c directory is now clear, so remove the files in it and
expunge it from the build process.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c/Kconfig')
-rw-r--r-- | arch/arm/plat-s3c/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm/plat-s3c/Kconfig b/arch/arm/plat-s3c/Kconfig deleted file mode 100644 index 6108ba9c2bee..000000000000 --- a/arch/arm/plat-s3c/Kconfig +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | # Copyright 2007 Simtec Electronics | ||
2 | # | ||
3 | # Licensed under GPLv2 | ||
4 | |||
5 | config PLAT_S3C | ||
6 | bool | ||
7 | depends on ARCH_S3C2410 || ARCH_S3C24A0 || ARCH_S3C64XX | ||
8 | default y | ||
9 | select NO_IOPORT | ||
10 | help | ||
11 | Base platform code for any Samsung S3C device | ||