1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2025-10-07 10:09:34 +00:00
Files
physwizz 99537be4e2 first
2024-03-11 06:53:12 +11:00

12 lines
528 B
Plaintext

config MTK_CAM_CAL
tristate "MTK camera cal driver"
help
This module is used for reading calibration data of camera which
stored in EEPROM component.
CONFIG_MTK_CAM_CAL define if the camera cal driver should be
built in or not. If you want to use EEPROM which contains
calibration data for sensor. You have enable CONFIG_MTK_CAM_CAL
on ProjectConfig. The kernel space for EEPROM will be build.
It may be like as "/dev/camera_eeprom0".
User space code will control the driver by open and read this one.