Message ID | 20230202210312.544277-1-arnd@kernel.org |
---|---|
State | New |
Headers | show |
Series | media: atomisp: add I2C dependency | expand |
On Thu, Feb 2, 2023, at 22:34, Hans de Goede wrote: > On 2/2/23 22:02, Arnd Bergmann wrote: > > Actually the i2c_get_adapter() call is gone in the atomisp pull-req > which I send to Mauro for 6.3, it is removed by this patch. > > https://git.kernel.org/pub/scm/linux/kernel/git/hansg/linux.git/commit/?h=media-atomisp-6.3-1&id=4f205ce7a915ffa4ae0fb24f48714604d39baa29 > > So adding the I2C dependency is no longer necessary. Ok, nice timing then, I must have done thousands of randconfig builds with atomisp enabled without ever hitting it until today ;-) Arnd
diff --git a/drivers/staging/media/atomisp/Kconfig b/drivers/staging/media/atomisp/Kconfig index c9bff98e5309..8b0de0b5b4a3 100644 --- a/drivers/staging/media/atomisp/Kconfig +++ b/drivers/staging/media/atomisp/Kconfig @@ -13,6 +13,7 @@ config VIDEO_ATOMISP tristate "Intel Atom Image Signal Processor Driver" depends on VIDEO_DEV && INTEL_ATOMISP depends on PMIC_OPREGION + depends on I2C select IOSF_MBI select VIDEOBUF2_VMALLOC select VIDEO_V4L2_SUBDEV_API