Re: [PATCH v4 2/2] media: i2c: add os02g10 image sensor driver
From: Julian Braha
Date: Fri Jul 03 2026 - 14:22:38 EST
Hi Elgin,
On 7/2/26 08:24, Elgin Perumbilly wrote:
> +config VIDEO_OS02G10
> + tristate "OmniVision OS02G10 sensor support"
> + select V4L2_CCI_I2C
> + help
> + This is a Video4Linux2 sensor driver for Omnivision
> + OS02G10 camera sensor.
> +
> + To compile this driver as a module, choose M here: the
> + module will be called os02g10.
> +
The whitespace of your kconfig entry could use some care.
The usual style for this file is to indent by 1 tab, and then for the
text in the 'help', 1 tab + 2 spaces.
- Julian Braha