kernel-brax3-ubuntu-touch/drivers/misc/mediatek/cam_cal/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

11 lines
528 B
Text

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.