diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-21 09:06:33 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-15 16:46:00 -0500 |
commit | 93bc6b6371b6b7303ffdae0d69dcdc443b8b0d8a (patch) | |
tree | 26b4089cea9d570986c316df28f90032df450d71 /arch/arm/mach-s3c2410/Kconfig | |
parent | 74b265d4e0555b9fc9cc75eb8876140ecf8c6b8a (diff) |
[ARM] S3C24XX: Split DCLK/CLKOUT definitions out of clock.c
Only certain boards need these clocks, and they are not
available on some CPUs (such as the S3C24A0) so remove
them from arch/arm/plat-s3c24xx/clock.c and into their
own file with appropriate Kconfig entries.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2410/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c2410/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/Kconfig b/arch/arm/mach-s3c2410/Kconfig index 5453aff60486..63a30d1dd425 100644 --- a/arch/arm/mach-s3c2410/Kconfig +++ b/arch/arm/mach-s3c2410/Kconfig | |||
@@ -80,6 +80,7 @@ config ARCH_BAST | |||
80 | select PM_SIMTEC if PM | 80 | select PM_SIMTEC if PM |
81 | select SIMTEC_NOR | 81 | select SIMTEC_NOR |
82 | select MACH_BAST_IDE | 82 | select MACH_BAST_IDE |
83 | select S3C24XX_DCLK | ||
83 | select ISA | 84 | select ISA |
84 | help | 85 | help |
85 | Say Y here if you are using the Simtec Electronics EB2410ITX | 86 | Say Y here if you are using the Simtec Electronics EB2410ITX |
@@ -117,6 +118,7 @@ config MACH_TCT_HAMMER | |||
117 | config MACH_VR1000 | 118 | config MACH_VR1000 |
118 | bool "Thorcom VR1000" | 119 | bool "Thorcom VR1000" |
119 | select PM_SIMTEC if PM | 120 | select PM_SIMTEC if PM |
121 | select S3C24XX_DCLK | ||
120 | select SIMTEC_NOR | 122 | select SIMTEC_NOR |
121 | select MACH_BAST_IDE | 123 | select MACH_BAST_IDE |
122 | select CPU_S3C2410 | 124 | select CPU_S3C2410 |