kernel/drivers/media/i2c/smiapp/Kconfig
.. .. @@ -1,8 +1,10 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 config VIDEO_SMIAPP 2 3 tristate "SMIA++/SMIA sensor support" 3 - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && HAVE_CLK4 - depends on MEDIA_CAMERA_SUPPORT4 + depends on I2C && VIDEO_V4L2 && HAVE_CLK5 + select MEDIA_CONTROLLER6 + select VIDEO_V4L2_SUBDEV_API5 7 select VIDEO_SMIAPP_PLL 6 8 select V4L2_FWNODE 7 - ---help---9 + help8 10 This is a generic driver for SMIA++/SMIA camera modules.