aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorTomasz Figa <tomasz.figa@gmail.com>2013-04-27 20:25:01 -0400
committerTomasz Figa <tomasz.figa@gmail.com>2013-08-05 19:21:46 -0400
commit4280506ac9bb17f2450cf1042edf929d26d24a8e (patch)
tree363304c12a68b8066c1f52caa46e6070603f446b /arch/arm/Kconfig
parent1c161fd0d453ff63c8bb3a703d46d10ac5eba7a4 (diff)
ARM: SAMSUNG: Move all platforms to new clocksource driver
This patch moves all Samsung platforms using PWM clocksource from legacy samsung-time to new samsung-pwm-timer driver. Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com> Reviewed-by: Daniel Lezcano <daniel.lezcano@linaro.org> Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Tested-by: Heiko Stuebner <heiko@sntech.de> Tested-by: Mark Brown <broonie@linaro.org> Tested-by: Sylwester Nawrocki <sylvester.nawrocki@gmail.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 43594d5116ef..341b756508c5 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -700,7 +700,7 @@ config ARCH_S3C24XX
700 select ARCH_HAS_CPUFREQ 700 select ARCH_HAS_CPUFREQ
701 select ARCH_REQUIRE_GPIOLIB 701 select ARCH_REQUIRE_GPIOLIB
702 select CLKDEV_LOOKUP 702 select CLKDEV_LOOKUP
703 select CLKSRC_MMIO 703 select CLKSRC_SAMSUNG_PWM
704 select GENERIC_CLOCKEVENTS 704 select GENERIC_CLOCKEVENTS
705 select GPIO_SAMSUNG 705 select GPIO_SAMSUNG
706 select HAVE_CLK 706 select HAVE_CLK
@@ -723,7 +723,7 @@ config ARCH_S3C64XX
723 select ARCH_REQUIRE_GPIOLIB 723 select ARCH_REQUIRE_GPIOLIB
724 select ARM_VIC 724 select ARM_VIC
725 select CLKDEV_LOOKUP 725 select CLKDEV_LOOKUP
726 select CLKSRC_MMIO 726 select CLKSRC_SAMSUNG_PWM
727 select CPU_V6 727 select CPU_V6
728 select GENERIC_CLOCKEVENTS 728 select GENERIC_CLOCKEVENTS
729 select GPIO_SAMSUNG 729 select GPIO_SAMSUNG
@@ -748,7 +748,7 @@ config ARCH_S3C64XX
748config ARCH_S5P64X0 748config ARCH_S5P64X0
749 bool "Samsung S5P6440 S5P6450" 749 bool "Samsung S5P6440 S5P6450"
750 select CLKDEV_LOOKUP 750 select CLKDEV_LOOKUP
751 select CLKSRC_MMIO 751 select CLKSRC_SAMSUNG_PWM
752 select CPU_V6 752 select CPU_V6
753 select GENERIC_CLOCKEVENTS 753 select GENERIC_CLOCKEVENTS
754 select GPIO_SAMSUNG 754 select GPIO_SAMSUNG
@@ -767,7 +767,7 @@ config ARCH_S5PC100
767 bool "Samsung S5PC100" 767 bool "Samsung S5PC100"
768 select ARCH_REQUIRE_GPIOLIB 768 select ARCH_REQUIRE_GPIOLIB
769 select CLKDEV_LOOKUP 769 select CLKDEV_LOOKUP
770 select CLKSRC_MMIO 770 select CLKSRC_SAMSUNG_PWM
771 select CPU_V7 771 select CPU_V7
772 select GENERIC_CLOCKEVENTS 772 select GENERIC_CLOCKEVENTS
773 select GPIO_SAMSUNG 773 select GPIO_SAMSUNG
@@ -787,7 +787,7 @@ config ARCH_S5PV210
787 select ARCH_HAS_HOLES_MEMORYMODEL 787 select ARCH_HAS_HOLES_MEMORYMODEL
788 select ARCH_SPARSEMEM_ENABLE 788 select ARCH_SPARSEMEM_ENABLE
789 select CLKDEV_LOOKUP 789 select CLKDEV_LOOKUP
790 select CLKSRC_MMIO 790 select CLKSRC_SAMSUNG_PWM
791 select CPU_V7 791 select CPU_V7
792 select GENERIC_CLOCKEVENTS 792 select GENERIC_CLOCKEVENTS
793 select GPIO_SAMSUNG 793 select GPIO_SAMSUNG