kernel-brax3-ubuntu-touch/drivers/misc/mediatek/flashlight/v4l2/Kconfig
erascape f319b992b1 kernel-5.15: Initial import brax3 UT kernel
* halium configs enabled

Signed-off-by: erascape <erascape@proton.me>
2025-09-23 15:17:10 +00:00

51 lines
1.7 KiB
Text
Executable file

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_AW36518
tristate "AW36518 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 Y here if you want a flashlight driver IC AW36518.
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_AW36518
tristate "AW36518 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 aw36518 dual flash controllers. It controls
flash, torch LEDs.
Say Y here if you want a flashlight driver IC AW36518.
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_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 Y here if you want a flashlight driver IC SY7806.
Select this only if your board has this IC.
Say M here if you want to compile this driver as a module.