aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2010-01-16 15:16:10 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2010-05-02 04:35:33 -0400
commitc5a0adb51002e51a4254cb7f0ab7190d41d8b930 (patch)
treeb6ae6bd13b1aa722e7d96876da28cd5ac3722188 /arch/arm/Kconfig
parent232eaf7f268f765b52170bec42bfa0c5825aa239 (diff)
ARM: ICST: kill duplicate icst code
The only difference between ICST307 and ICST525 are the two arrays for calculating the S parameter; the code is now identical. Merge the two files and kill the duplicated code. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 86fecec1600d..3c436fdbe2a0 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -240,7 +240,7 @@ config ARCH_INTEGRATOR
240 select ARCH_HAS_CPUFREQ 240 select ARCH_HAS_CPUFREQ
241 select HAVE_CLK 241 select HAVE_CLK
242 select COMMON_CLKDEV 242 select COMMON_CLKDEV
243 select ICST525 243 select ICST
244 select GENERIC_TIME 244 select GENERIC_TIME
245 select GENERIC_CLOCKEVENTS 245 select GENERIC_CLOCKEVENTS
246 help 246 help
@@ -251,7 +251,7 @@ config ARCH_REALVIEW
251 select ARM_AMBA 251 select ARM_AMBA
252 select HAVE_CLK 252 select HAVE_CLK
253 select COMMON_CLKDEV 253 select COMMON_CLKDEV
254 select ICST307 254 select ICST
255 select GENERIC_TIME 255 select GENERIC_TIME
256 select GENERIC_CLOCKEVENTS 256 select GENERIC_CLOCKEVENTS
257 select ARCH_WANT_OPTIONAL_GPIOLIB 257 select ARCH_WANT_OPTIONAL_GPIOLIB
@@ -264,7 +264,7 @@ config ARCH_VERSATILE
264 select ARM_VIC 264 select ARM_VIC
265 select HAVE_CLK 265 select HAVE_CLK
266 select COMMON_CLKDEV 266 select COMMON_CLKDEV
267 select ICST307 267 select ICST
268 select GENERIC_TIME 268 select GENERIC_TIME
269 select GENERIC_CLOCKEVENTS 269 select GENERIC_CLOCKEVENTS
270 select ARCH_WANT_OPTIONAL_GPIOLIB 270 select ARCH_WANT_OPTIONAL_GPIOLIB