aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/Kconfig
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2013-03-13 06:57:45 -0400
committerKukjin Kim <kgene.kim@samsung.com>2013-03-22 06:06:50 -0400
commitfaeb9e36d6b0b7968727e9b3ce237e4ef05b2b2e (patch)
treee07b3fbf295c08ef95591c4f501701fbc24ebaf6 /arch/arm/mach-exynos/Kconfig
parent7dd3357ce88dcc93993f0202636b1b306b2a80e2 (diff)
ARM: EXYNOS: drop "select HAVE_SCHED_CLOCK"
The Kconfig symbol HAVE_SCHED_CLOCK got removed in v3.4, with commit 6905a65879b5 ("ARM: Make the sched_clock framework mandatory"). Drop the last two select statements for that symbol too. They're useless now. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/Kconfig')
-rw-r--r--arch/arm/mach-exynos/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
index 70f94c87479d..02ed52b3223c 100644
--- a/arch/arm/mach-exynos/Kconfig
+++ b/arch/arm/mach-exynos/Kconfig
@@ -255,7 +255,6 @@ config MACH_UNIVERSAL_C210
255 select EXYNOS_DEV_DMA 255 select EXYNOS_DEV_DMA
256 select EXYNOS_DEV_DRM 256 select EXYNOS_DEV_DRM
257 select EXYNOS_DEV_SYSMMU 257 select EXYNOS_DEV_SYSMMU
258 select HAVE_SCHED_CLOCK
259 select S3C_DEV_HSMMC 258 select S3C_DEV_HSMMC
260 select S3C_DEV_HSMMC2 259 select S3C_DEV_HSMMC2
261 select S3C_DEV_HSMMC3 260 select S3C_DEV_HSMMC3