diff options
Diffstat (limited to 'target/linux/oxnas/patches-3.14/310-oxnas-clocksource.patch')
-rw-r--r-- | target/linux/oxnas/patches-3.14/310-oxnas-clocksource.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/target/linux/oxnas/patches-3.14/310-oxnas-clocksource.patch b/target/linux/oxnas/patches-3.14/310-oxnas-clocksource.patch deleted file mode 100644 index 1795a2a229..0000000000 --- a/target/linux/oxnas/patches-3.14/310-oxnas-clocksource.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/drivers/clocksource/Kconfig -+++ b/drivers/clocksource/Kconfig -@@ -140,3 +140,9 @@ config VF_PIT_TIMER - bool - help - Support for Period Interrupt Timer on Freescale Vybrid Family SoCs. -+ -+config CLKSRC_RPS_TIMER -+ def_bool y if ARCH_OXNAS -+ select CLKSRC_MMIO -+ help -+ This option enables support for the oxnas rps timers. ---- a/drivers/clocksource/Makefile -+++ b/drivers/clocksource/Makefile -@@ -37,3 +37,5 @@ obj-$(CONFIG_ARM_ARCH_TIMER) += arm_arc - obj-$(CONFIG_ARM_GLOBAL_TIMER) += arm_global_timer.o - obj-$(CONFIG_CLKSRC_METAG_GENERIC) += metag_generic.o - obj-$(CONFIG_ARCH_HAS_TICK_BROADCAST) += dummy_timer.o -+ -+obj-$(CONFIG_CLKSRC_RPS_TIMER) += oxnas_rps_timer.o |