Loading arch/arm/mach-msm/Kconfig +0 −8 Original line number Diff line number Diff line Loading @@ -863,14 +863,6 @@ config MSM_GPIOMUX config MSM_NATIVE_RESTART bool config MSM_EVENT_TIMER bool "Event timer" help This option enables a modules that manages a list of event timers that need to be monitored by the PM. The enables the PM code to monitor events that require the core to be awake and ready to handle the event. config MSM_NOPM default y if !PM bool Loading arch/arm/mach-msm/Makefile +0 −2 Original line number Diff line number Diff line Loading @@ -71,8 +71,6 @@ obj-$(CONFIG_MSM_TZ_LOG) += tz_log.o obj-$(CONFIG_MSM_BUS_SCALING) += msm_bus/ obj-$(CONFIG_MSM_BUSPM_DEV) += msm-buspm-dev.o obj-$(CONFIG_MSM_EVENT_TIMER) += event_timer.o obj-$(CONFIG_MSM_OCMEM) += ocmem.o ocmem_allocator.o ocmem_notifier.o obj-$(CONFIG_MSM_OCMEM) += ocmem_sched.o ocmem_api.o ocmem_rdm.o ocmem_core.o Loading drivers/soc/qcom/Kconfig +8 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,14 @@ config MSM_BAM_DMUX provides a means to support more logical channels via muxing than BAM could without muxing. config MSM_EVENT_TIMER bool "Event timer" help This option enables a modules that manages a list of event timers that need to be monitored by the PM. The enables the PM code to monitor events that require the core to be awake and ready to handle the event. config MSM_IPC_ROUTER_SMD_XPRT depends on MSM_SMD depends on IPC_ROUTER Loading drivers/soc/qcom/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ obj-$(CONFIG_ARM64) += idle-v8.o obj-$(CONFIG_CPU_V7) += idle-v7.o obj-$(CONFIG_MAXIMUM_CURRENT_THROTTLING) += mct.o obj-$(CONFIG_MSM_BAM_DMUX) += bam_dmux.o obj-$(CONFIG_MSM_EVENT_TIMER) += event_timer.o obj-$(CONFIG_MSM_IPC_ROUTER_HSIC_XPRT) += ipc_router_hsic_xprt.o obj-$(CONFIG_MSM_IPC_ROUTER_SMD_XPRT) += ipc_router_smd_xprt.o obj-$(CONFIG_MSM_MEMORY_DUMP) += memory_dump.o Loading arch/arm/mach-msm/event_timer.c→drivers/soc/qcom/event_timer.c +0 −0 File moved. View file Loading
arch/arm/mach-msm/Kconfig +0 −8 Original line number Diff line number Diff line Loading @@ -863,14 +863,6 @@ config MSM_GPIOMUX config MSM_NATIVE_RESTART bool config MSM_EVENT_TIMER bool "Event timer" help This option enables a modules that manages a list of event timers that need to be monitored by the PM. The enables the PM code to monitor events that require the core to be awake and ready to handle the event. config MSM_NOPM default y if !PM bool Loading
arch/arm/mach-msm/Makefile +0 −2 Original line number Diff line number Diff line Loading @@ -71,8 +71,6 @@ obj-$(CONFIG_MSM_TZ_LOG) += tz_log.o obj-$(CONFIG_MSM_BUS_SCALING) += msm_bus/ obj-$(CONFIG_MSM_BUSPM_DEV) += msm-buspm-dev.o obj-$(CONFIG_MSM_EVENT_TIMER) += event_timer.o obj-$(CONFIG_MSM_OCMEM) += ocmem.o ocmem_allocator.o ocmem_notifier.o obj-$(CONFIG_MSM_OCMEM) += ocmem_sched.o ocmem_api.o ocmem_rdm.o ocmem_core.o Loading
drivers/soc/qcom/Kconfig +8 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,14 @@ config MSM_BAM_DMUX provides a means to support more logical channels via muxing than BAM could without muxing. config MSM_EVENT_TIMER bool "Event timer" help This option enables a modules that manages a list of event timers that need to be monitored by the PM. The enables the PM code to monitor events that require the core to be awake and ready to handle the event. config MSM_IPC_ROUTER_SMD_XPRT depends on MSM_SMD depends on IPC_ROUTER Loading
drivers/soc/qcom/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ obj-$(CONFIG_ARM64) += idle-v8.o obj-$(CONFIG_CPU_V7) += idle-v7.o obj-$(CONFIG_MAXIMUM_CURRENT_THROTTLING) += mct.o obj-$(CONFIG_MSM_BAM_DMUX) += bam_dmux.o obj-$(CONFIG_MSM_EVENT_TIMER) += event_timer.o obj-$(CONFIG_MSM_IPC_ROUTER_HSIC_XPRT) += ipc_router_hsic_xprt.o obj-$(CONFIG_MSM_IPC_ROUTER_SMD_XPRT) += ipc_router_smd_xprt.o obj-$(CONFIG_MSM_MEMORY_DUMP) += memory_dump.o Loading