Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build for OV13858 #99

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

yipengqu
Copy link

@yipengqu yipengqu commented Mar 6, 2023

Add OV13858 to Makefile
Fix OV13858 driver build on kernel 5.14+
Add OV13858 device id: OVTID858

Add OV13858 to Makefile
Fix OV13858 driver build on kernel 5.14+
Add OV13858 device id: OVTID858
@@ -46,6 +46,8 @@ export CONFIG_VIDEO_OV02C10 = m
export CONFIG_VIDEO_OV2740 = m
export CONFIG_VIDEO_HM2170 = m
export CONFIG_VIDEO_HI556 = m
export CONFIG_VIDEO_OV13858_INTEL = m
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For"Build with kernel source tree" case, we need to add a Kconfig option for VIDEO_OV13858_INTEL, then in .config set it as "m" and set original VIDEO_OV13858 to "n" or "not set". Please follow other sensors part and update the README.md.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants