media: atomisp: fix small Kconfig issues

The help text should be indented by at least two spaces after the
'help' separator. This is both good practice and the media_build system
for building media drivers makes this assumption.

Fix this for the atomisp/i2c/Kconfig and fix the atomisp/pci/Kconfig
that didn't align the help separator with the preceding keywords.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
Hans Verkuil 2017-08-30 04:39:00 -04:00 committed by Mauro Carvalho Chehab
parent 6d5f41985f
commit 2fc8b694f2
2 changed files with 10 additions and 10 deletions

View File

@ -75,8 +75,8 @@ config VIDEO_GC0310
tristate "GC0310 sensor support" tristate "GC0310 sensor support"
depends on I2C && VIDEO_V4L2 depends on I2C && VIDEO_V4L2
---help--- ---help---
This is a Video4Linux2 sensor-level driver for the Galaxycore This is a Video4Linux2 sensor-level driver for the Galaxycore
GC0310 0.3MP sensor. GC0310 0.3MP sensor.
config VIDEO_OV2680 config VIDEO_OV2680
tristate "Omnivision OV2680 sensor support" tristate "Omnivision OV2680 sensor support"

View File

@ -3,11 +3,11 @@
# #
config VIDEO_ATOMISP config VIDEO_ATOMISP
tristate "Intel Atom Image Signal Processor Driver" tristate "Intel Atom Image Signal Processor Driver"
depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
select VIDEOBUF_VMALLOC select VIDEOBUF_VMALLOC
---help--- ---help---
Say Y here if your platform supports Intel Atom SoC Say Y here if your platform supports Intel Atom SoC
camera imaging subsystem. camera imaging subsystem.
To compile this driver as a module, choose M here: the To compile this driver as a module, choose M here: the
module will be called atomisp module will be called atomisp