mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 08:47:44 -04:00
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>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
5d986a0e85
commit
a53ff69f75
@@ -2,9 +2,9 @@
|
||||
menuconfig INTEL_ATOMISP
|
||||
bool "Enable support to Intel Atom ISP camera drivers"
|
||||
depends on X86 && EFI && PCI && ACPI
|
||||
depends on COMMON_CLK
|
||||
select IOSF_MBI
|
||||
select MEDIA_CONTROLLER
|
||||
select COMMON_CLK
|
||||
help
|
||||
Enable support for the Intel ISP2 camera interfaces and MIPI
|
||||
sensor drivers.
|
||||
|
||||
Reference in New Issue
Block a user