diff options
author | Krzysztof Kozlowski | 2023-06-01 17:20:23 +0200 |
---|---|---|
committer | Linus Walleij | 2023-06-09 09:05:31 +0200 |
commit | da95f081b3fea8e6d78b31ced149cbaad183a342 (patch) | |
tree | e8ce35d359b1487fa1ca80d57672b7740fef8ea3 /drivers/acpi | |
parent | c0602eea4a9549e2a5ded641c4fe2e935194be55 (diff) |
pinctrl: qcom: mark true OF dependency - common MSM pinctrl code
The common MSM pinctrl driver code (PINCTRL_MSM) uses
pinconf_generic_dt_node_to_map_group() from GENERIC_PINCONF, which is
not available for compile testing for !OF cases. Drivers actually do
not depend on OF. Move the OF dependency to the entry actually
depending on it and drop any "|| COMPILE_TEST", because OF is required
also for compile testing (lack of OF was never visible in compile
testing because none of the drivers could be compile tested due to
Makefile).
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230601152026.1182648-5-krzysztof.kozlowski@linaro.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/acpi')
0 files changed, 0 insertions, 0 deletions