aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2011-08-16 18:51:03 -0400
committerJohn Stultz <john.stultz@linaro.org>2011-10-04 16:07:47 -0400
commitdcb69290af30f7ef54e03bf82e1be0950f167789 (patch)
treee052b01979d8fe864874749c5c4adebb2041076e /arch/arm
parentcbbc719fccdb8cbd87350a05c0d33167c9b79365 (diff)
time: Cleanup old CONFIG_GENERIC_TIME references that snuck in
Awhile back I removed all the CONFIG_GENERIC_TIME referecnes as the last of the non-GENERIC_TIME arches were converted. However, due to the functionality being important and around for awhile, there apparently were some out of tree hardware enablement patches that used it and have since been merged. This patch removes the remaining instances of GENERIC_TIME. Singed-off-by: John Stultz <john.stultz@linaro.org>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 2c71a8f3535a..37cc7227732e 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -347,7 +347,6 @@ config ARCH_GEMINI
347config ARCH_PRIMA2 347config ARCH_PRIMA2
348 bool "CSR SiRFSoC PRIMA2 ARM Cortex A9 Platform" 348 bool "CSR SiRFSoC PRIMA2 ARM Cortex A9 Platform"
349 select CPU_V7 349 select CPU_V7
350 select GENERIC_TIME
351 select NO_IOPORT 350 select NO_IOPORT
352 select GENERIC_CLOCKEVENTS 351 select GENERIC_CLOCKEVENTS
353 select CLKDEV_LOOKUP 352 select CLKDEV_LOOKUP
@@ -520,7 +519,6 @@ config ARCH_LPC32XX
520 select ARM_AMBA 519 select ARM_AMBA
521 select USB_ARCH_HAS_OHCI 520 select USB_ARCH_HAS_OHCI
522 select CLKDEV_LOOKUP 521 select CLKDEV_LOOKUP
523 select GENERIC_TIME
524 select GENERIC_CLOCKEVENTS 522 select GENERIC_CLOCKEVENTS
525 help 523 help
526 Support for the NXP LPC32XX family of processors 524 Support for the NXP LPC32XX family of processors
@@ -599,7 +597,6 @@ config ARCH_TEGRA
599 bool "NVIDIA Tegra" 597 bool "NVIDIA Tegra"
600 select CLKDEV_LOOKUP 598 select CLKDEV_LOOKUP
601 select CLKSRC_MMIO 599 select CLKSRC_MMIO
602 select GENERIC_TIME
603 select GENERIC_CLOCKEVENTS 600 select GENERIC_CLOCKEVENTS
604 select GENERIC_GPIO 601 select GENERIC_GPIO
605 select HAVE_CLK 602 select HAVE_CLK
@@ -911,7 +908,6 @@ config ARCH_VT8500
911config ARCH_ZYNQ 908config ARCH_ZYNQ
912 bool "Xilinx Zynq ARM Cortex A9 Platform" 909 bool "Xilinx Zynq ARM Cortex A9 Platform"
913 select CPU_V7 910 select CPU_V7
914 select GENERIC_TIME
915 select GENERIC_CLOCKEVENTS 911 select GENERIC_CLOCKEVENTS
916 select CLKDEV_LOOKUP 912 select CLKDEV_LOOKUP
917 select ARM_GIC 913 select ARM_GIC