Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2cebc657 authored by Osvaldo Banuelos's avatar Osvaldo Banuelos
Browse files

clk: qcom: add REGULATOR as dependency for QCOM_GDSC



QCOM_GDSC has dependency on the core regulator framework.
Define REGULATOR as dependency on the QCOM_GDSC Kconfig
entry.

Change-Id: I714036e9dc4e49acbe29a85abf9f511f6f5a4b3e
Signed-off-by: default avatarOsvaldo Banuelos <osvaldob@codeaurora.org>
parent b205a1ee
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
config QCOM_GDSC
	bool
	select PM_GENERIC_DOMAINS if PM
	depends on REGULATOR

config COMMON_CLK_QCOM
	tristate "Support for Qualcomm's clock controllers"