Skip to content

Commit

Permalink
qcom: core_ctl: Add core control driver
Browse files Browse the repository at this point in the history
* Add support for core control module

Change-Id: If3c50f8ee8d1fc23e321505e9e4111d74e47740a
  • Loading branch information
intervigilium authored and Grarak committed Nov 23, 2015
1 parent b8671dd commit d9ba907
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions drivers/soc/qcom/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,11 @@ config MSM_PACMAN
This driver allows reconfiguration of the Bus Access Manager
Low Speed Peripheral (BLSP) ownership.

config MSM_CORE_CTL
tristate "Core control module"
help
Add support for the Qualcomm core control module

config MSM_CORE_CTL_HELPER
tristate "Core control helper functions for dynamically hotplug CPUs"
help
Expand Down
2 changes: 2 additions & 0 deletions drivers/soc/qcom/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ 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

obj-$(CONFIG_MSM_PERFORMANCE) += msm_performance.o
obj-$(CONFIG_MSM_CORE_CTL) += msm_core_ctl.o
msm_core_ctl-objs := core_ctl.o
obj-$(CONFIG_MSM_CORE_CTL_HELPER) += core_ctl_helper.o

ifdef CONFIG_MSM_SUBSYSTEM_RESTART
Expand Down
Binary file added drivers/soc/qcom/core_ctl.o_shipped
Binary file not shown.

0 comments on commit d9ba907

Please sign in to comment.