media: atomisp: do not select COMMON_CLK to fix builds
authorKrzysztof Kozlowski <krzk@kernel.org>
Tue, 16 Mar 2021 07:56:25 +0000 (08:56 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 22 Mar 2021 16:55:13 +0000 (17:55 +0100)
commita53ff69f7560513acffec2641bb6df682829eba9
treea94d32a852e679b404160ea8a746f5db6f1b25d4
parent5d986a0e85af1c99ef936d51879ab30976cb641b
media: atomisp: do not select COMMON_CLK to fix builds

COMMON_CLK is a user-selectable option with its own dependencies.  The
most important dependency is !HAVE_LEGACY_CLK.  User-selectable drivers
should not select COMMON_CLK because they will create a dependency cycle
and build failures.

Link: https://lore.kernel.org/linux-media/20210316075625.10382-1-krzysztof.kozlowski@canonical.com
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/atomisp/Kconfig