summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaniya Das <tdas@codeaurora.org>2016-07-28 21:19:50 +0530
committerTaniya Das <tdas@codeaurora.org>2016-07-29 11:27:40 +0530
commitd10e7c4906e0959dbae3b68210fc1b762f6e3d5f (patch)
tree92a766379bc10d45fc2688e725d5a839c3d83a49
parent956d9b1ab3db6c7fef95964f7f6be8860433b74e (diff)
arm64: Select reset controller framework for MSM
Add reset controller framework for all MSM supported targets as it will be used by clock driver and clients to use the framework. Change-Id: I67804db996f47046242cbec2a85ed66d229a8156 Signed-off-by: Taniya Das <tdas@codeaurora.org>
-rw-r--r--arch/arm64/Kconfig.platforms1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 711a73e401f7..eb02bc09b63d 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -57,6 +57,7 @@ config ARCH_QCOM
select MSM_IRQ
select THERMAL_WRITABLE_TRIPS
select RATIONAL
+ select ARCH_HAS_RESET_CONTROLLER
help
This enables support for the ARMv8 based Qualcomm chipsets.