diff options
author | Nathan Chancellor <nathan@kernel.org> | 2023-08-29 17:08:47 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2023-08-30 01:29:39 +0300 |
commit | 75d1d3a433f0a0748a89eb074830e9b635a19fd2 (patch) | |
tree | 22676eccf5b9bb63a06d0f20cfb2b7866bc1cd97 /drivers/spi/spi-tegra20-sflash.c | |
parent | 1b3e04a443ab516363728b1c98c313faaaf1f5f8 (diff) | |
download | linux-75d1d3a433f0a0748a89eb074830e9b635a19fd2.tar.xz |
clk: qcom: Fix SM_GPUCC_8450 dependencies
CONFIG_SM_GCC_8450 depends on ARM64 but it is selected by
CONFIG_SM_GPUCC_8450, which can be selected on ARM, resulting in a
Kconfig warning.
WARNING: unmet direct dependencies detected for SM_GCC_8450
Depends on [n]: COMMON_CLK [=y] && COMMON_CLK_QCOM [=y] && (ARM64 || COMPILE_TEST [=n])
Selected by [y]:
- SM_GPUCC_8450 [=y] && COMMON_CLK [=y] && COMMON_CLK_QCOM [=y]
Add the same dependencies to CONFIG_SM_GPUCC_8450 to resolve the
warning.
Fixes: 728692d49edc ("clk: qcom: Add support for SM8450 GPUCC")
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Link: https://lore.kernel.org/r/20230829-fix-sm_gpucc_8550-deps-v1-1-d751f6cd35b2@kernel.org
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/spi/spi-tegra20-sflash.c')
0 files changed, 0 insertions, 0 deletions