diff options
author | Nathan Chancellor <[email protected]> | 2024-03-18 08:18:10 -0700 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2024-05-07 21:10:17 -0500 |
commit | e00f2540a581f8b8c165e5ae8afe52e4ad038550 (patch) | |
tree | 433f380275b45679f18c465d8d88cacdedecfd7b /tools/perf/util/trace-event-scripting.c | |
parent | e20ae5ae9f0c843aded4f06f3d1cab7384789e92 (diff) |
clk: qcom: Fix SC_CAMCC_8280XP dependencies
CONFIG_SC_GCC_8280XP depends on ARM64 but it is selected by
CONFIG_SC_CAMCC_8280XP, which can be selected on ARM, resulting in a
Kconfig warning.
WARNING: unmet direct dependencies detected for SC_GCC_8280XP
Depends on [n]: COMMON_CLK [=y] && COMMON_CLK_QCOM [=y] && (ARM64 || COMPILE_TEST [=n])
Selected by [y]:
- SC_CAMCC_8280XP [=y] && COMMON_CLK [=y] && COMMON_CLK_QCOM [=y]
Add the same dependencies to CONFIG_SC_CAMCC_8280XP to resolve the
warning.
Fixes: ff93872a9c61 ("clk: qcom: camcc-sc8280xp: Add sc8280xp CAMCC")
Signed-off-by: Nathan Chancellor <[email protected]>
Reviewed-by: Dmitry Baryshkov <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions