Re: [PATCH v6 6/9] soc: qcom: Remove depends on OF from QCOM_RPMH

2018-09-03 Thread Bjorn Andersson
On Wed 29 Aug 00:57 PDT 2018, Niklas Cassel wrote: > QCOM_RPHM already selects ARM64, which always selects OF. Nit. "already depends on ARM64" > > 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 with

[PATCH v6 6/9] soc: qcom: Remove depends on OF from QCOM_RPMH

2018-08-29 Thread Niklas Cassel
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 --- dr