diff options
Diffstat (limited to 'drivers/media/i2c/Kconfig')
-rw-r--r-- | drivers/media/i2c/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/i2c/Kconfig b/drivers/media/i2c/Kconfig index d18be19c96cd..75c8a035539a 100644 --- a/drivers/media/i2c/Kconfig +++ b/drivers/media/i2c/Kconfig | |||
@@ -621,6 +621,15 @@ config VIDEO_AS3645A | |||
621 | This is a driver for the AS3645A and LM3555 flash controllers. It has | 621 | This is a driver for the AS3645A and LM3555 flash controllers. It has |
622 | build in control for flash, torch and indicator LEDs. | 622 | build in control for flash, torch and indicator LEDs. |
623 | 623 | ||
624 | config VIDEO_LM3560 | ||
625 | tristate "LM3560 dual flash driver support" | ||
626 | depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER | ||
627 | depends on MEDIA_CAMERA_SUPPORT | ||
628 | select REGMAP_I2C | ||
629 | ---help--- | ||
630 | This is a driver for the lm3560 dual flash controllers. It controls | ||
631 | flash, torch LEDs. | ||
632 | |||
624 | comment "Video improvement chips" | 633 | comment "Video improvement chips" |
625 | 634 | ||
626 | config VIDEO_UPD64031A | 635 | config VIDEO_UPD64031A |