]> git.baikalelectronics.ru Git - kernel.git/commit
soc: qcom: Remove depends on OF from QCOM_RPMH
authorNiklas Cassel <niklas.cassel@linaro.org>
Wed, 29 Aug 2018 07:57:20 +0000 (09:57 +0200)
committerAndy Gross <andy.gross@linaro.org>
Thu, 13 Sep 2018 21:11:36 +0000 (16:11 -0500)
commit59acbe11d6ad4acc1fa27138960ccae4d316d147
treeb33e796694ebfe01ee2a192eafaea884f29dfd79
parent7460951536222591616563d2e85d723b0f57f270
soc: qcom: Remove depends on OF from QCOM_RPMH

QCOM_RPHM already selects ARM64, which always selects OF.

Additionally, the rpmh driver only uses linux/of.h, which has dummy
definitions for all functions, in order for code to to be able to
build without CONFIG_OF set.

Remove the superfluous depends on OF.

Signed-off-by: Niklas Cassel <niklas.cassel@linaro.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
drivers/soc/qcom/Kconfig