1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2025-08-04 15:30:24 +00:00
Files
physwizz 99537be4e2 first
2024-03-11 06:53:12 +11:00

63 lines
1.9 KiB
Plaintext

config MTK_IMGSENSOR
tristate "MediaTek image sensor support"
help
This is a driver for the MediaTek
image sensors.
To compile this driver as a module, choose M here: the
module will be called imgsensor_isp6s.
config CUSTOM_KERNEL_IMGSENSOR
string "Custom image sensor driver"
help
Kernel space image sensor driver. Define project used all image
sensors .The value is combination of CUSTOM_KERNEL_MAIN_IMGSENSOR,
CUSTOM_KERNEL_MAIN_BACKUP_IMGSENSOR, CUSTOM_KERNEL_SUB_IMGSENSOR,
and CUSTOM_KERNEL_SUB_BACKUP_IMGSENSOR
config MTK_IMGSENSOR_PLATFORM_SUPPORT
bool "MTK PLATFORM for ALL PLATFORM"
help
This is a config for the MediaTek
image sensors with layer decoupling 2.0.
To compare to legacy config, this new option type is boolean.
To compile all platform driver as modules, choose y here.
config MTK_IMGSENSOR_MT6853
tristate "MTK PLATFORM for MT6853"
help
This is a driver for the MediaTek
image sensors.
To compile this driver as a module, choose M here: the
module will be called imgsensor_mt6853.
config MTK_IMGSENSOR_MT6893
tristate "MTK PLATFORM for MT6893"
help
This is a driver for the MediaTek
image sensors.
To compile this driver as a module, choose M here: the
module will be called imgsensor_mt6893.
config MTK_IMGSENSOR_PLATFORM
string "set imgsensor platform name"
default MTK_PLATFORM if MTK_PLATFORM != ""
help
This config is set as platform name
which imgsenor driver used for.
When MTK_PLATFORM is not set, imgsensor
will use the config.
config MTK_V4L2_IMGSENSOR
tristate "MediaTek v4l2 image sensor support"
select VIDEO_V4L2_SUBDEV_API
select MEDIA_CONTROLLER
select V4L2_FWNODE
select I2C
help
This is a Video4Linux2 sensor-level driver for the MediaTek
image sensors.
To compile this driver as a module, choose M here: the
module wll be called imgsensor.
source "drivers/misc/mediatek/imgsensor/src/Kconfig"