kconfig

来自「LINUX下的ov2640驱动程序」· 代码 · 共 22 行

TXT
22
字号
config VIDEO_MXC_IPU_OUTPUT	bool 	depends on VIDEO_MXC_OUTPUT && MXC_IPU	default y	---help---	  This is the video4linux2 driver for IPU post processing video output.config VIDEO_MXC_EMMA_OUTPUT	bool 	depends on VIDEO_MXC_OUTPUT && MXC_EMMA && FB_MXC_SYNC_PANEL	default y	---help---	  This is the video4linux2 driver for EMMA post processing video output.config VIDEO_MXC_OUTPUT_FBSYNC	bool "Synchronize the output with LCDC refresh"	depends on VIDEO_MXC_EMMA_OUTPUT	default y	---help---	  Synchronize the post-processing with LCDC EOF (End of Frame) to	  prevent tearing issue. If unsure, say Y.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?