1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2024-11-19 13:27:49 +00:00
a155-U-u1/kernel-5.10/drivers/misc/mediatek/flashlight/v4l2/Kconfig
2024-03-11 06:53:12 +11:00

46 lines
1.4 KiB
Plaintext

config MTK_VIDEO_LM3643
tristate "LM3643 dual flash driver support"
depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
depends on MEDIA_CAMERA_SUPPORT
select REGMAP_I2C
help
This is a driver for the lm3643 dual flash controllers. It controls
flash, torch LEDs.
Say Y here if you want a flashlight driver IC LM3643.
Select this only if your board has this IC.
Say M here if you want to compile this driver as a module.
config MTK_VIDEO_LM3644
tristate "LM3644 dual flash driver support"
depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
depends on MEDIA_CAMERA_SUPPORT
select REGMAP_I2C
help
This is a driver for the lm3644 dual flash controllers. It controls
flash, torch LEDs.
Say M here if you want to compile this driver as a module.
config MTK_VIDEO_SY7806
tristate "SY7806 dual flash driver support"
depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
depends on MEDIA_CAMERA_SUPPORT
select REGMAP_I2C
help
This is a driver for the sy7806 dual flash controllers. It controls
flash, torch LEDs.
Say M here if you want to compile this driver as a module.
config MTK_VIDEO_KTD2687
tristate "KTD2687 dual flash driver support"
depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
depends on MEDIA_CAMERA_SUPPORT
select REGMAP_I2C
help
This is a driver for the ktd2687 dual flash controllers. It controls
flash, torch LEDs.
Say M here if you want to compile this driver as a module.