clk: qcom: adjust selects for SM_VIDEOCC_8150 and SM_VIDEOCC_8250
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Mon, 16 Aug 2021 13:59:30 +0000 (15:59 +0200)
committerStephen Boyd <sboyd@kernel.org>
Sun, 29 Aug 2021 04:00:38 +0000 (21:00 -0700)
commit386ea3bd8eae577cf463ef79bd354cf14e1f50d0
treec1de4734856f710dcfd78f03613d4f3c44405eaf
parentcbe63bfdc54fa289b8bfa943fbce97e70af04122
clk: qcom: adjust selects for SM_VIDEOCC_8150 and SM_VIDEOCC_8250

Commit 5658e8cf1a8a ("clk: qcom: add video clock controller driver for
SM8150") and commit 0e94711a1f29 ("clk: qcom: add video clock controller
driver for SM8250") add config SM_VIDEOCC_8150 and config SM_VIDEOCC_8250,
which select the non-existing configs SDM_GCC_8150 and SDM_GCC_8250,
respectively.

Hence, ./scripts/checkkconfigsymbols.py warns:

SDM_GCC_8150
Referencing files: drivers/clk/qcom/Kconfig

SDM_GCC_8250
Referencing files: drivers/clk/qcom/Kconfig

It is probably just a typo (or naming confusion of using SM_GCC_xxx and
SDM_GCC_xxx for various Qualcomm clock drivers) in the config definitions
for config SM_VIDEOCC_8150 and SM_VIDEOCC_8250, and intends to select the
existing SM_GCC_8150 and SM_GCC_8250, respectively.

Adjust the selects to the existing configs.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Link: https://lore.kernel.org/r/20210816135930.11810-1-lukas.bulwahn@gmail.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/qcom/Kconfig