Skip to content

Commit 2342e93

Browse files
committed
drivers: kconfig: Fix missing cam_cal and lens drivers
1 parent a0389e3 commit 2342e93

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

drivers/misc/mediatek/Kconfig.drivers

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1781,6 +1781,21 @@ config MTK_LENS_GAF008AF_SUPPORT
17811781
bool "GAF008AF Lens Driver"
17821782
default n
17831783

1784+
config MTK_LENS_OV5648AF_DARLING_SUPPORT
1785+
bool "OV5648AF Lens Driver"
1786+
default n
1787+
1788+
config MTK_LENS_OV5648AF_DARLING_ZL_SUPPORT
1789+
bool "OV5648AF DARLING Lens Driver"
1790+
default n
1791+
1792+
config MTK_LENS_OV5648AF_SUNWIN_SUPPORT
1793+
bool "OV5648AF SUNWIN Lens Driver"
1794+
default n
1795+
1796+
config MTK_LENS_OV5648AF_TRULY_SUPPORT
1797+
bool "OV5648AF TRULY Lens Driver"
1798+
default n
17841799
#
17851800
# Camera EEPROM Calibration
17861801
#
@@ -1796,6 +1811,10 @@ config MTK_CAM_CAL_BRCC064GWZ_3_SUPPORT
17961811
config MTK_CAM_CAL_BRCB032GWZ_3_SUPPORT
17971812
bool "BRCB032GWZ_3 EEPROM Driver"
17981813
default n
1814+
1815+
config MTK_CAM_CAL_A5142OTP_SUPPORT
1816+
bool "A5142OTP EEPROM Driver"
1817+
default n
17991818
#
18001819
# MTK_EXTMEM for LCA project
18011820
#

0 commit comments

Comments
 (0)