soc: qcom: mem-offline: Make mem-offline depend on MEMORY_HOTPLUG
mem-offline won't compile without MEMORY_HOTPLUG enabled so mark it as a dependency. Change-Id: Ic0dedbad364239798f4b98e0b745a484f69df5ab Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org>
This commit is contained in:
parent
f382fc667b
commit
450e398143
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ config QCOM_COMMAND_DB
|
|||
|
||||
config QCOM_MEM_OFFLINE
|
||||
bool "Dynamic Memory Region Offline driver"
|
||||
depends on MEMORY_HOTPLUG
|
||||
help
|
||||
Add support for DDR Self-Refresh power management through the dynamic
|
||||
memory offline framework. This driver interfaces between the memory
|
||||
|
|
Loading…
Add table
Reference in a new issue