media: Kconfig files: use the right help coding style
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 20 Mar 2019 10:39:44 +0000 (06:39 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 20 Mar 2019 10:47:51 +0000 (06:47 -0400)
Checkpatch wants to use 'help' instead of '---help---':

WARNING: prefer 'help' over '---help---' for new help texts

Let's change it globally at the media subsystem, as otherwise people
would keep using the old way.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
70 files changed:
drivers/media/Kconfig
drivers/media/cec/Kconfig
drivers/media/common/siano/Kconfig
drivers/media/i2c/Kconfig
drivers/media/i2c/cx25840/Kconfig
drivers/media/i2c/et8ek8/Kconfig
drivers/media/i2c/m5mols/Kconfig
drivers/media/i2c/smiapp/Kconfig
drivers/media/mmc/siano/Kconfig
drivers/media/pci/bt8xx/Kconfig
drivers/media/pci/cobalt/Kconfig
drivers/media/pci/cx18/Kconfig
drivers/media/pci/cx23885/Kconfig
drivers/media/pci/cx25821/Kconfig
drivers/media/pci/cx88/Kconfig
drivers/media/pci/ddbridge/Kconfig
drivers/media/pci/dt3155/Kconfig
drivers/media/pci/intel/ipu3/Kconfig
drivers/media/pci/ivtv/Kconfig
drivers/media/pci/meye/Kconfig
drivers/media/pci/netup_unidvb/Kconfig
drivers/media/pci/ngene/Kconfig
drivers/media/pci/saa7134/Kconfig
drivers/media/pci/saa7146/Kconfig
drivers/media/pci/saa7164/Kconfig
drivers/media/pci/solo6x10/Kconfig
drivers/media/pci/tw5864/Kconfig
drivers/media/pci/tw68/Kconfig
drivers/media/platform/Kconfig
drivers/media/platform/atmel/Kconfig
drivers/media/platform/marvell-ccic/Kconfig
drivers/media/platform/omap/Kconfig
drivers/media/platform/rcar-vin/Kconfig
drivers/media/platform/sti/c8sectpfe/Kconfig
drivers/media/platform/vimc/Kconfig
drivers/media/platform/vivid/Kconfig
drivers/media/platform/xilinx/Kconfig
drivers/media/radio/Kconfig
drivers/media/radio/si470x/Kconfig
drivers/media/radio/si4713/Kconfig
drivers/media/rc/Kconfig
drivers/media/rc/keymaps/Kconfig
drivers/media/spi/Kconfig
drivers/media/usb/airspy/Kconfig
drivers/media/usb/au0828/Kconfig
drivers/media/usb/cpia2/Kconfig
drivers/media/usb/cx231xx/Kconfig
drivers/media/usb/em28xx/Kconfig
drivers/media/usb/go7007/Kconfig
drivers/media/usb/gspca/Kconfig
drivers/media/usb/hackrf/Kconfig
drivers/media/usb/hdpvr/Kconfig
drivers/media/usb/pulse8-cec/Kconfig
drivers/media/usb/pvrusb2/Kconfig
drivers/media/usb/pwc/Kconfig
drivers/media/usb/rainshadow-cec/Kconfig
drivers/media/usb/siano/Kconfig
drivers/media/usb/stk1160/Kconfig
drivers/media/usb/stkwebcam/Kconfig
drivers/media/usb/tm6000/Kconfig
drivers/media/usb/usbtv/Kconfig
drivers/media/usb/usbvision/Kconfig
drivers/media/usb/uvc/Kconfig
drivers/media/usb/zr364xx/Kconfig
drivers/media/v4l2-core/Kconfig
drivers/staging/media/Kconfig
drivers/staging/media/bcm2048/Kconfig
drivers/staging/media/imx/Kconfig
drivers/staging/media/ipu3/Kconfig
drivers/staging/media/omap4iss/Kconfig

index 102eb35fcf3fe414502d3c2212819fdf2b08efc8..8efaf99243e0f421b4d709d068227069ddced47c 100644 (file)
@@ -31,14 +31,14 @@ comment "Multimedia core support"
 #
 config MEDIA_CAMERA_SUPPORT
        bool "Cameras/video grabbers support"
-       ---help---
+       help
          Enable support for webcams and video grabbers.
 
          Say Y when you have a webcam or a video capture grabber board.
 
 config MEDIA_ANALOG_TV_SUPPORT
        bool "Analog TV support"
-       ---help---
+       help
          Enable analog TV support.
 
          Say Y when you have a TV board with analog support or with a
@@ -50,7 +50,7 @@ config MEDIA_ANALOG_TV_SUPPORT
 
 config MEDIA_DIGITAL_TV_SUPPORT
        bool "Digital TV support"
-       ---help---
+       help
          Enable digital TV support.
 
          Say Y when you have a board with digital support or a board with
@@ -58,7 +58,7 @@ config MEDIA_DIGITAL_TV_SUPPORT
 
 config MEDIA_RADIO_SUPPORT
        bool "AM/FM radio receivers/transmitters support"
-       ---help---
+       help
          Enable AM/FM radio support.
 
          Additional info and docs are available on the web at
@@ -72,14 +72,14 @@ config MEDIA_RADIO_SUPPORT
 
 config MEDIA_SDR_SUPPORT
        bool "Software defined radio support"
-       ---help---
+       help
          Enable software defined radio support.
 
          Say Y when you have a software defined radio device.
 
 config MEDIA_CEC_SUPPORT
        bool "HDMI CEC support"
-       ---help---
+       help
          Enable support for HDMI CEC (Consumer Electronics Control),
          which is an optional HDMI feature.
 
@@ -96,7 +96,7 @@ source "drivers/media/cec/Kconfig"
 config MEDIA_CONTROLLER
        bool "Media Controller API"
        depends on MEDIA_CAMERA_SUPPORT || MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT
-       ---help---
+       help
          Enable the media controller API used to query media devices internal
          topology and configure it dynamically.
 
@@ -105,7 +105,7 @@ config MEDIA_CONTROLLER
 config MEDIA_CONTROLLER_DVB
        bool "Enable Media controller for DVB (EXPERIMENTAL)"
        depends on MEDIA_CONTROLLER && DVB_CORE
-       ---help---
+       help
          Enable the media controller API support for DVB.
 
          This is currently experimental.
@@ -114,7 +114,7 @@ config MEDIA_CONTROLLER_REQUEST_API
        bool "Enable Media controller Request API (EXPERIMENTAL)"
        depends on MEDIA_CONTROLLER && STAGING_MEDIA
        default n
-       ---help---
+       help
          DO NOT ENABLE THIS OPTION UNLESS YOU KNOW WHAT YOU'RE DOING.
 
          This option enables the Request API for the Media controller and V4L2
@@ -137,7 +137,7 @@ config VIDEO_DEV
 config VIDEO_V4L2_SUBDEV_API
        bool "V4L2 sub-device userspace API"
        depends on VIDEO_DEV && MEDIA_CONTROLLER
-       ---help---
+       help
          Enables the V4L2 sub-device pad-level userspace API used to configure
          video format, size and frame rate between hardware blocks.
 
index 9c2b108c613aa8a5509f29c991380e6b06c449ef..b5aadacf335acc3edac7d45cb534f60854a95f97 100644 (file)
@@ -2,11 +2,11 @@ config MEDIA_CEC_RC
        bool "HDMI CEC RC integration"
        depends on CEC_CORE && RC_CORE
        depends on CEC_CORE=m || RC_CORE=y
-       ---help---
+       help
          Pass on CEC remote control messages to the RC framework.
 
 config CEC_PIN_ERROR_INJ
        bool "Enable CEC error injection support"
        depends on CEC_PIN && DEBUG_FS
-       ---help---
+       help
          This option enables CEC error injection using debugfs.
index 4bfbd5f463d1eb9ee8f351d04376965d1c89a059..577880b133eb460bd3b05a06a2314e6e6891c8f0 100644 (file)
@@ -15,7 +15,7 @@ config SMS_SIANO_RC
        depends on SMS_USB_DRV || SMS_SDIO_DRV
        depends on MEDIA_COMMON_OPTIONS
        default y
-       ---help---
+       help
          Choose Y to select Remote Controller support for Siano driver.
 
 config SMS_SIANO_DEBUGFS
@@ -24,7 +24,7 @@ config SMS_SIANO_DEBUGFS
        depends on DEBUG_FS
        depends on SMS_USB_DRV = SMS_SDIO_DRV
 
-       ---help---
+       help
          Choose Y to enable visualizing a dump of the frontend
          statistics response packets via debugfs. Currently, works
          only with Siano USB devices.
index 1ef6335463c1b630f8aec666229909478c21e0fc..1a1746b3db91d482fee4ae997b086a3ea6719dee 100644 (file)
@@ -8,7 +8,7 @@ config VIDEO_IR_I2C
        tristate "I2C module for IR" if !MEDIA_SUBDRV_AUTOSELECT
        depends on I2C && RC_CORE
        default y
-       ---help---
+       help
          Most boards have an IR chip directly connected via GPIO. However,
          some video boards have the IR connected via I2C bus.
 
@@ -29,7 +29,7 @@ comment "Audio decoders, processors and mixers"
 config VIDEO_TVAUDIO
        tristate "Simple audio decoder chips"
        depends on VIDEO_V4L2 && I2C
-       ---help---
+       help
          Support for several audio decoder chips found on some bt8xx boards:
          Philips: tda9840, tda9873h, tda9874h/a, tda9850, tda985x, tea6300,
                   tea6320, tea6420, tda8425, ta8874z.
@@ -41,7 +41,7 @@ config VIDEO_TVAUDIO
 config VIDEO_TDA7432
        tristate "Philips TDA7432 audio processor"
        depends on VIDEO_V4L2 && I2C
-       ---help---
+       help
          Support for tda7432 audio decoder chip found on some bt8xx boards.
 
          To compile this driver as a module, choose M here: the
@@ -50,7 +50,7 @@ config VIDEO_TDA7432
 config VIDEO_TDA9840
        tristate "Philips TDA9840 audio processor"
        depends on I2C
-       ---help---
+       help
          Support for tda9840 audio decoder chip found on some Zoran boards.
 
          To compile this driver as a module, choose M here: the
@@ -62,7 +62,7 @@ config VIDEO_TDA1997X
        depends on SND_SOC
        select SND_PCM
        select HDMI
-       ---help---
+       help
          V4L2 subdevice driver for the NXP TDA1997x HDMI receivers.
 
          To compile this driver as a module, choose M here: the
@@ -71,7 +71,7 @@ config VIDEO_TDA1997X
 config VIDEO_TEA6415C
        tristate "Philips TEA6415C audio processor"
        depends on I2C
-       ---help---
+       help
          Support for tea6415c audio decoder chip found on some bt8xx boards.
 
          To compile this driver as a module, choose M here: the
@@ -80,7 +80,7 @@ config VIDEO_TEA6415C
 config VIDEO_TEA6420
        tristate "Philips TEA6420 audio processor"
        depends on I2C
-       ---help---
+       help
          Support for tea6420 audio decoder chip found on some bt8xx boards.
 
          To compile this driver as a module, choose M here: the
@@ -89,7 +89,7 @@ config VIDEO_TEA6420
 config VIDEO_MSP3400
        tristate "Micronas MSP34xx audio decoders"
        depends on VIDEO_V4L2 && I2C
-       ---help---
+       help
          Support for the Micronas MSP34xx series of audio decoders.
 
          To compile this driver as a module, choose M here: the
@@ -98,7 +98,7 @@ config VIDEO_MSP3400
 config VIDEO_CS3308
        tristate "Cirrus Logic CS3308 audio ADC"
        depends on VIDEO_V4L2 && I2C
-       ---help---
+       help
          Support for the Cirrus Logic CS3308 High Performance 8-Channel
          Analog Volume Control
 
@@ -108,7 +108,7 @@ config VIDEO_CS3308
 config VIDEO_CS5345
        tristate "Cirrus Logic CS5345 audio ADC"
        depends on VIDEO_V4L2 && I2C
-       ---help---
+       help
          Support for the Cirrus Logic CS5345 24-bit, 192 kHz
          stereo A/D converter.
 
@@ -118,7 +118,7 @@ config VIDEO_CS5345
 config VIDEO_CS53L32A
        tristate "Cirrus Logic CS53L32A audio ADC"
        depends on VIDEO_V4L2 && I2C
-       ---help---
+       help
          Support for the Cirrus Logic CS53L32A low voltage
          stereo A/D converter.
 
@@ -128,7 +128,7 @@ config VIDEO_CS53L32A
 config VIDEO_TLV320AIC23B
        tristate "Texas Instruments TLV320AIC23B audio codec"
        depends on VIDEO_V4L2 && I2C
-       ---help---
+       help
          Support for the Texas Instruments TLV320AIC23B audio codec.
 
          To compile this driver as a module, choose M here: the
@@ -137,7 +137,7 @@ config VIDEO_TLV320AIC23B
 config VIDEO_UDA1342
        tristate "Philips UDA1342 audio codec"
        depends on VIDEO_V4L2 && I2C
-       ---help---
+       help
          Support for the Philips UDA1342 audio codec.
 
          To compile this driver as a module, choose M here: the
@@ -146,7 +146,7 @@ config VIDEO_UDA1342
 config VIDEO_WM8775
        tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer"
        depends on VIDEO_V4L2 && I2C
-       ---help---
+       help
          Support for the Wolfson Microelectronics WM8775 high
          performance stereo A/D Converter with a 4 channel input mixer.
 
@@ -156,7 +156,7 @@ config VIDEO_WM8775
 config VIDEO_WM8739
        tristate "Wolfson Microelectronics WM8739 stereo audio ADC"
        depends on VIDEO_V4L2 && I2C
-       ---help---
+       help
          Support for the Wolfson Microelectronics WM8739
          stereo A/D Converter.
 
@@ -166,7 +166,7 @@ config VIDEO_WM8739
 config VIDEO_VP27SMPX
        tristate "Panasonic VP27's internal MPX"
        depends on VIDEO_V4L2 && I2C
-       ---help---
+       help
          Support for the internal MPX of the Panasonic VP27s tuner.
 
          To compile this driver as a module, choose M here: the
@@ -200,7 +200,7 @@ comment "Video decoders"
 config VIDEO_ADV7180
        tristate "Analog Devices ADV7180 decoder"
        depends on GPIOLIB && VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
-       ---help---
+       help
          Support for the Analog Devices ADV7180 video decoder.
 
          To compile this driver as a module, choose M here: the
@@ -209,7 +209,7 @@ config VIDEO_ADV7180
 config VIDEO_ADV7183
        tristate "Analog Devices ADV7183 decoder"
        depends on VIDEO_V4L2 && I2C
-       ---help---
+       help
          V4l2 subdevice driver for the Analog Devices
          ADV7183 video decoder.
 
@@ -222,7 +222,7 @@ config VIDEO_ADV748X
        depends on OF
        select REGMAP_I2C
        select V4L2_FWNODE
-       ---help---
+       help
          V4L2 subdevice driver for the Analog Devices
          ADV7481 and ADV7482 HDMI/Analog video decoders.
 
@@ -235,7 +235,7 @@ config VIDEO_ADV7604
        depends on GPIOLIB || COMPILE_TEST
        select HDMI
        select V4L2_FWNODE
-       ---help---
+       help
          Support for the Analog Devices ADV7604 video decoder.
 
          This is a Analog Devices Component/Graphics Digitizer
@@ -248,7 +248,7 @@ config VIDEO_ADV7604_CEC
        bool "Enable Analog Devices ADV7604 CEC support"
        depends on VIDEO_ADV7604
        select CEC_CORE
-       ---help---
+       help
          When selected the adv7604 will support the optional
          HDMI CEC feature.
 
@@ -256,7 +256,7 @@ config VIDEO_ADV7842
        tristate "Analog Devices ADV7842 decoder"
        depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
        select HDMI
-       ---help---
+       help
          Support for the Analog Devices ADV7842 video decoder.
 
          This is a Analog Devices Component/Graphics/SD Digitizer
@@ -269,14 +269,14 @@ config VIDEO_ADV7842_CEC
        bool "Enable Analog Devices ADV7842 CEC support"
        depends on VIDEO_ADV7842
        select CEC_CORE
-       ---help---
+       help
          When selected the adv7842 will support the optional
          HDMI CEC feature.
 
 config VIDEO_BT819
        tristate "BT819A VideoStream decoder"
        depends on VIDEO_V4L2 && I2C
-       ---help---
+       help
          Support for BT819A video decoder.
 
          To compile this driver as a module, choose M here: the
@@ -285,7 +285,7 @@ config VIDEO_BT819
 config VIDEO_BT856
        tristate "BT856 VideoStream decoder"
        depends on VIDEO_V4L2 && I2C
-       ---help---
+       help
          Support for BT856 video decoder.
 
          To compile this driver as a module, choose M here: the
@@ -294,7 +294,7 @@ config VIDEO_BT856
 config VIDEO_BT866
        tristate "BT866 VideoStream decoder"
        depends on VIDEO_V4L2 && I2C
-       ---help---
+       help
          Support for BT866 video decoder.
 
          To compile this driver as a module, choose M here: the
@@ -303,7 +303,7 @@ config VIDEO_BT866
 config VIDEO_KS0127
        tristate "KS0127 video decoder"
        depends on VIDEO_V4L2 && I2C
-       ---help---
+       help
          Support for KS0127 video decoder.
 
          This chip is used on AverMedia AVS6EYES Zoran-based MJPEG
@@ -315,7 +315,7 @@ config VIDEO_KS0127
 config VIDEO_ML86V7667
        tristate "OKI ML86V7667 video decoder"
        depends on VIDEO_V4L2 && I2C
-       ---help---
+       help
          Support for the OKI Semiconductor ML86V7667 video decoder.
 
          To compile this driver as a module, choose M here: the
@@ -324,7 +324,7 @@ config VIDEO_ML86V7667
 config VIDEO_SAA7110
        tristate "Philips SAA7110 video decoder"
        depends on VIDEO_V4L2 && I2C
-       ---help---
+       help
          Support for the Philips SAA7110 video decoders.
 
          To compile this driver as a module, choose M here: the
@@ -333,7 +333,7 @@ config VIDEO_SAA7110
 config VIDEO_SAA711X
        tristate "Philips SAA7111/3/4/5 video decoders"
        depends on VIDEO_V4L2 && I2C
-       ---help---
+       help
          Support for the Philips SAA7111/3/4/5 video decoders.
 
          To compile this driver as a module, choose M here: the
@@ -344,7 +344,7 @@ config VIDEO_TC358743
        depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
        select HDMI
        select V4L2_FWNODE
-       ---help---
+       help
          Support for the Toshiba TC358743 HDMI to MIPI CSI-2 bridge.
 
          To compile this driver as a module, choose M here: the
@@ -354,7 +354,7 @@ config VIDEO_TC358743_CEC
        bool "Enable Toshiba TC358743 CEC support"
        depends on VIDEO_TC358743
        select CEC_CORE
-       ---help---
+       help
          When selected the tc358743 will support the optional
          HDMI CEC feature.
 
@@ -362,7 +362,7 @@ config VIDEO_TVP514X
        tristate "Texas Instruments TVP514x video decoder"
        depends on VIDEO_V4L2 && I2C
        select V4L2_FWNODE
-       ---help---
+       help
          This is a Video4Linux2 sensor driver for the TI TVP5146/47
          decoder. It is currently working with the TI OMAP3 camera
          controller.
@@ -374,7 +374,7 @@ config VIDEO_TVP5150
        tristate "Texas Instruments TVP5150 video decoder"
        depends on VIDEO_V4L2 && I2C
        select V4L2_FWNODE
-       ---help---
+       help
          Support for the Texas Instruments TVP5150 video decoder.
 
          To compile this driver as a module, choose M here: the
@@ -384,7 +384,7 @@ config VIDEO_TVP7002
        tristate "Texas Instruments TVP7002 video decoder"
        depends on VIDEO_V4L2 && I2C
        select V4L2_FWNODE
-       ---help---
+       help
          Support for the Texas Instruments TVP7002 video decoder.
 
          To compile this driver as a module, choose M here: the
@@ -393,7 +393,7 @@ config VIDEO_TVP7002
 config VIDEO_TW2804
        tristate "Techwell TW2804 multiple video decoder"
        depends on VIDEO_V4L2 && I2C
-       ---help---
+       help
          Support for the Techwell tw2804 multiple video decoder.
 
          To compile this driver as a module, choose M here: the
@@ -402,7 +402,7 @@ config VIDEO_TW2804
 config VIDEO_TW9903
        tristate "Techwell TW9903 video decoder"
        depends on VIDEO_V4L2 && I2C
-       ---help---
+       help
          Support for the Techwell tw9903 multi-standard video decoder
          with high quality down scaler.
 
@@ -412,7 +412,7 @@ config VIDEO_TW9903
 config VIDEO_TW9906
        tristate "Techwell TW9906 video decoder"
        depends on VIDEO_V4L2 && I2C
-       ---help---
+       help
          Support for the Techwell tw9906 enhanced multi-standard comb filter
          video decoder with YCbCr input support.
 
@@ -422,7 +422,7 @@ config VIDEO_TW9906
 config VIDEO_TW9910
        tristate "Techwell TW9910 video decoder"
        depends on VIDEO_V4L2 && I2C
-       ---help---
+       help
          Support for Techwell TW9910 NTSC/PAL/SECAM video decoder.
 
          To compile this driver as a module, choose M here: the
@@ -431,7 +431,7 @@ config VIDEO_TW9910
 config VIDEO_VPX3220
        tristate "vpx3220a, vpx3216b & vpx3214c video decoders"
        depends on VIDEO_V4L2 && I2C
-       ---help---
+       help
          Support for VPX322x video decoders.
 
          To compile this driver as a module, choose M here: the
@@ -442,7 +442,7 @@ comment "Video and audio decoders"
 config VIDEO_SAA717X
        tristate "Philips SAA7171/3/4 audio/video decoders"
        depends on VIDEO_V4L2 && I2C
-       ---help---
+       help
          Support for the Philips SAA7171/3/4 audio/video decoders.
 
          To compile this driver as a module, choose M here: the
@@ -455,7 +455,7 @@ comment "Video encoders"
 config VIDEO_SAA7127
        tristate "Philips SAA7127/9 digital video encoders"
        depends on VIDEO_V4L2 && I2C
-       ---help---
+       help
          Support for the Philips SAA7127/9 digital video encoders.
 
          To compile this driver as a module, choose M here: the
@@ -464,7 +464,7 @@ config VIDEO_SAA7127
 config VIDEO_SAA7185
        tristate "Philips SAA7185 video encoder"
        depends on VIDEO_V4L2 && I2C
-       ---help---
+       help
          Support for the Philips SAA7185 video encoder.
 
          To compile this driver as a module, choose M here: the
@@ -473,7 +473,7 @@ config VIDEO_SAA7185
 config VIDEO_ADV7170
        tristate "Analog Devices ADV7170 video encoder"
        depends on VIDEO_V4L2 && I2C
-       ---help---
+       help
          Support for the Analog Devices ADV7170 video encoder driver
 
          To compile this driver as a module, choose M here: the
@@ -482,7 +482,7 @@ config VIDEO_ADV7170
 config VIDEO_ADV7175
        tristate "Analog Devices ADV7175 video encoder"
        depends on VIDEO_V4L2 && I2C
-       ---help---
+       help
          Support for the Analog Devices ADV7175 video encoder driver
 
          To compile this driver as a module, choose M here: the
@@ -510,7 +510,7 @@ config VIDEO_ADV7511
        tristate "Analog Devices ADV7511 encoder"
        depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
        select HDMI
-       ---help---
+       help
          Support for the Analog Devices ADV7511 video encoder.
 
          This is a Analog Devices HDMI transmitter.
@@ -522,14 +522,14 @@ config VIDEO_ADV7511_CEC
        bool "Enable Analog Devices ADV7511 CEC support"
        depends on VIDEO_ADV7511
        select CEC_CORE
-       ---help---
+       help
          When selected the adv7511 will support the optional
          HDMI CEC feature.
 
 config VIDEO_AD9389B
        tristate "Analog Devices AD9389B encoder"
        depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
-       ---help---
+       help
          Support for the Analog Devices AD9389B video encoder.
 
          This is a Analog Devices HDMI transmitter.
@@ -546,7 +546,7 @@ config VIDEO_AK881X
 config VIDEO_THS8200
        tristate "Texas Instruments THS8200 video encoder"
        depends on VIDEO_V4L2 && I2C
-       ---help---
+       help
          Support for the Texas Instruments THS8200 video encoder.
 
          To compile this driver as a module, choose M here: the
@@ -576,7 +576,7 @@ config VIDEO_IMX258
        tristate "Sony IMX258 sensor support"
        depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
        depends on MEDIA_CAMERA_SUPPORT
-       ---help---
+       help
          This is a Video4Linux2 sensor driver for the Sony
          IMX258 camera.
 
@@ -588,7 +588,7 @@ config VIDEO_IMX274
        depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
        depends on MEDIA_CAMERA_SUPPORT
        select REGMAP_I2C
-       ---help---
+       help
          This is a V4L2 sensor driver for the Sony IMX274
          CMOS image sensor.
 
@@ -630,7 +630,7 @@ config VIDEO_OV2659
        depends on VIDEO_V4L2 && I2C
        depends on MEDIA_CAMERA_SUPPORT
        select V4L2_FWNODE
-       ---help---
+       help
          This is a Video4Linux2 sensor driver for the OmniVision
          OV2659 camera.
 
@@ -642,7 +642,7 @@ config VIDEO_OV2680
        depends on VIDEO_V4L2 && I2C && MEDIA_CONTROLLER
        depends on MEDIA_CAMERA_SUPPORT
        select V4L2_FWNODE
-       ---help---
+       help
          This is a Video4Linux2 sensor driver for the OmniVision
          OV2680 camera.
 
@@ -654,7 +654,7 @@ config VIDEO_OV2685
        depends on VIDEO_V4L2 && I2C && MEDIA_CONTROLLER
        depends on MEDIA_CAMERA_SUPPORT
        select V4L2_FWNODE
-       ---help---
+       help
          This is a Video4Linux2 sensor driver for the OmniVision
          OV2685 camera.
 
@@ -667,7 +667,7 @@ config VIDEO_OV5640
        depends on GPIOLIB && VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
        depends on MEDIA_CAMERA_SUPPORT
        select V4L2_FWNODE
-       ---help---
+       help
          This is a Video4Linux2 sensor driver for the Omnivision
          OV5640 camera sensor with a MIPI CSI-2 interface.
 
@@ -677,7 +677,7 @@ config VIDEO_OV5645
        depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
        depends on MEDIA_CAMERA_SUPPORT
        select V4L2_FWNODE
-       ---help---
+       help
          This is a Video4Linux2 sensor driver for the OmniVision
          OV5645 camera.
 
@@ -689,7 +689,7 @@ config VIDEO_OV5647
        depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
        depends on MEDIA_CAMERA_SUPPORT
        select V4L2_FWNODE
-       ---help---
+       help
          This is a Video4Linux2 sensor driver for the OmniVision
          OV5647 camera.
 
@@ -700,7 +700,7 @@ config VIDEO_OV6650
        tristate "OmniVision OV6650 sensor support"
        depends on I2C && VIDEO_V4L2
        depends on MEDIA_CAMERA_SUPPORT
-       ---help---
+       help
          This is a Video4Linux2 sensor driver for the OmniVision
          OV6650 camera.
 
@@ -713,7 +713,7 @@ config VIDEO_OV5670
        depends on MEDIA_CAMERA_SUPPORT
        depends on MEDIA_CONTROLLER
        select V4L2_FWNODE
-       ---help---
+       help
          This is a Video4Linux2 sensor driver for the OmniVision
          OV5670 camera.
 
@@ -724,7 +724,7 @@ config VIDEO_OV5695
        tristate "OmniVision OV5695 sensor support"
        depends on I2C && VIDEO_V4L2
        depends on MEDIA_CAMERA_SUPPORT
-       ---help---
+       help
          This is a Video4Linux2 sensor driver for the OmniVision
          OV5695 camera.
 
@@ -748,7 +748,7 @@ config VIDEO_OV772X
        depends on I2C && VIDEO_V4L2
        depends on MEDIA_CAMERA_SUPPORT
        select REGMAP_SCCB
-       ---help---
+       help
          This is a Video4Linux2 sensor driver for the OmniVision
          OV772x camera.
 
@@ -759,7 +759,7 @@ config VIDEO_OV7640
        tristate "OmniVision OV7640 sensor support"
        depends on I2C && VIDEO_V4L2
        depends on MEDIA_CAMERA_SUPPORT
-       ---help---
+       help
          This is a Video4Linux2 sensor driver for the OmniVision
          OV7640 camera.
 
@@ -771,7 +771,7 @@ config VIDEO_OV7670
        depends on I2C && VIDEO_V4L2
        depends on MEDIA_CAMERA_SUPPORT
        select V4L2_FWNODE
-       ---help---
+       help
          This is a Video4Linux2 sensor driver for the OmniVision
          OV7670 VGA camera.  It currently only works with the M88ALP01
          controller.
@@ -780,7 +780,7 @@ config VIDEO_OV7740
        tristate "OmniVision OV7740 sensor support"
        depends on I2C && VIDEO_V4L2
        depends on MEDIA_CAMERA_SUPPORT
-       ---help---
+       help
          This is a Video4Linux2 sensor driver for the OmniVision
          OV7740 VGA camera sensor.
 
@@ -807,7 +807,7 @@ config VIDEO_OV9650
        tristate "OmniVision OV9650/OV9652 sensor support"
        depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
        select REGMAP_SCCB
-       ---help---
+       help
          This is a V4L2 sensor driver for the Omnivision
          OV9650 and OV9652 camera sensors.
 
@@ -816,7 +816,7 @@ config VIDEO_OV13858
        depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
        depends on MEDIA_CAMERA_SUPPORT
        select V4L2_FWNODE
-       ---help---
+       help
          This is a Video4Linux2 sensor driver for the OmniVision
          OV13858 camera.
 
@@ -824,7 +824,7 @@ config VIDEO_VS6624
        tristate "ST VS6624 sensor support"
        depends on VIDEO_V4L2 && I2C
        depends on MEDIA_CAMERA_SUPPORT
-       ---help---
+       help
          This is a Video4Linux2 sensor driver for the ST VS6624
          camera.
 
@@ -844,7 +844,7 @@ config VIDEO_MT9M032
        depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
        depends on MEDIA_CAMERA_SUPPORT
        select VIDEO_APTINA_PLL
-       ---help---
+       help
          This driver supports MT9M032 camera sensors from Aptina, monochrome
          models only.
 
@@ -861,7 +861,7 @@ config VIDEO_MT9P031
        depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
        depends on MEDIA_CAMERA_SUPPORT
        select VIDEO_APTINA_PLL
-       ---help---
+       help
          This is a Video4Linux2 sensor driver for the Aptina
          (Micron) mt9p031 5 Mpixel camera.
 
@@ -869,7 +869,7 @@ config VIDEO_MT9T001
        tristate "Aptina MT9T001 support"
        depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
        depends on MEDIA_CAMERA_SUPPORT
-       ---help---
+       help
          This is a Video4Linux2 sensor driver for the Aptina
          (Micron) mt0t001 3 Mpixel camera.
 
@@ -877,7 +877,7 @@ config VIDEO_MT9T112
        tristate "Aptina MT9T111/MT9T112 support"
        depends on I2C && VIDEO_V4L2
        depends on MEDIA_CAMERA_SUPPORT
-       ---help---
+       help
          This is a Video4Linux2 sensor driver for the Aptina
          (Micron) MT9T111 and MT9T112 3 Mpixel camera.
 
@@ -888,7 +888,7 @@ config VIDEO_MT9V011
        tristate "Micron mt9v011 sensor support"
        depends on I2C && VIDEO_V4L2
        depends on MEDIA_CAMERA_SUPPORT
-       ---help---
+       help
          This is a Video4Linux2 sensor driver for the Micron
          mt0v011 1.3 Mpixel camera.  It currently only works with the
          em28xx driver.
@@ -899,7 +899,7 @@ config VIDEO_MT9V032
        depends on MEDIA_CAMERA_SUPPORT
        select REGMAP_I2C
        select V4L2_FWNODE
-       ---help---
+       help
          This is a Video4Linux2 sensor driver for the Micron
          MT9V032 752x480 CMOS sensor.
 
@@ -918,14 +918,14 @@ config VIDEO_SR030PC30
        tristate "Siliconfile SR030PC30 sensor support"
        depends on I2C && VIDEO_V4L2
        depends on MEDIA_CAMERA_SUPPORT
-       ---help---
+       help
          This driver supports SR030PC30 VGA camera from Siliconfile
 
 config VIDEO_NOON010PC30
        tristate "Siliconfile NOON010PC30 sensor support"
        depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
        depends on MEDIA_CAMERA_SUPPORT
-       ---help---
+       help
          This driver supports NOON010PC30 CIF camera from Siliconfile
 
 source "drivers/media/i2c/m5mols/Kconfig"
@@ -945,7 +945,7 @@ config VIDEO_S5K6AA
        tristate "Samsung S5K6AAFX sensor support"
        depends on MEDIA_CAMERA_SUPPORT
        depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
-       ---help---
+       help
          This is a V4L2 sensor driver for Samsung S5K6AA(FX) 1.3M
          camera sensor with an embedded SoC image signal processor.
 
@@ -953,7 +953,7 @@ config VIDEO_S5K6A3
        tristate "Samsung S5K6A3 sensor support"
        depends on MEDIA_CAMERA_SUPPORT
        depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
-       ---help---
+       help
          This is a V4L2 sensor driver for Samsung S5K6A3 raw
          camera sensor.
 
@@ -961,7 +961,7 @@ config VIDEO_S5K4ECGX
        tristate "Samsung S5K4ECGX sensor support"
        depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
        select CRC32
-       ---help---
+       help
          This is a V4L2 sensor driver for Samsung S5K4ECGX 5M
          camera sensor with an embedded SoC image signal processor.
 
@@ -969,7 +969,7 @@ config VIDEO_S5K5BAF
        tristate "Samsung S5K5BAF sensor support"
        depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
        select V4L2_FWNODE
-       ---help---
+       help
          This is a V4L2 sensor driver for Samsung S5K5BAF 2M
          camera sensor with an embedded SoC image signal processor.
 
@@ -980,7 +980,7 @@ config VIDEO_S5C73M3
        tristate "Samsung S5C73M3 sensor support"
        depends on I2C && SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
        select V4L2_FWNODE
-       ---help---
+       help
          This is a V4L2 sensor driver for Samsung S5C73M3
          8 Mpixel camera.
 
@@ -989,7 +989,7 @@ comment "Lens drivers"
 config VIDEO_AD5820
        tristate "AD5820 lens voice coil support"
        depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
-       ---help---
+       help
          This is a driver for the AD5820 camera lens voice coil.
          It is used for example in Nokia N900 (RX-51).
 
@@ -1007,7 +1007,7 @@ config VIDEO_DW9714
        tristate "DW9714 lens voice coil support"
        depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
        depends on VIDEO_V4L2_SUBDEV_API
-       ---help---
+       help
          This is a driver for the DW9714 camera lens voice coil.
          DW9714 is a 10 bit DAC with 120mA output current sink
          capability. This is designed for linear control of
@@ -1017,7 +1017,7 @@ config VIDEO_DW9807_VCM
        tristate "DW9807 lens voice coil support"
        depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
        depends on VIDEO_V4L2_SUBDEV_API
-       ---help---
+       help
          This is a driver for the DW9807 camera lens voice coil.
          DW9807 is a 10 bit DAC with 100mA output current sink
          capability. This is designed for linear control of
@@ -1029,7 +1029,7 @@ config VIDEO_ADP1653
        tristate "ADP1653 flash support"
        depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
        depends on MEDIA_CAMERA_SUPPORT
-       ---help---
+       help
          This is a driver for the ADP1653 flash controller. It is used for
          example in Nokia N900.
 
@@ -1038,7 +1038,7 @@ config VIDEO_LM3560
        depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
        depends on MEDIA_CAMERA_SUPPORT
        select REGMAP_I2C
-       ---help---
+       help
          This is a driver for the lm3560 dual flash controllers. It controls
          flash, torch LEDs.
 
@@ -1047,7 +1047,7 @@ config VIDEO_LM3646
        depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
        depends on MEDIA_CAMERA_SUPPORT
        select REGMAP_I2C
-       ---help---
+       help
          This is a driver for the lm3646 dual flash controllers. It controls
          flash, torch LEDs.
 
@@ -1056,7 +1056,7 @@ comment "Video improvement chips"
 config VIDEO_UPD64031A
        tristate "NEC Electronics uPD64031A Ghost Reduction"
        depends on VIDEO_V4L2 && I2C
-       ---help---
+       help
          Support for the NEC Electronics uPD64031A Ghost Reduction
          video chip. It is most often found in NTSC TV cards made for
          Japan and is used to reduce the 'ghosting' effect that can
@@ -1068,7 +1068,7 @@ config VIDEO_UPD64031A
 config VIDEO_UPD64083
        tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
        depends on VIDEO_V4L2 && I2C
-       ---help---
+       help
          Support for the NEC Electronics uPD64083 3-Dimensional Y/C
          separation video chip. It is used to improve the quality of
          the colors of a composite signal.
@@ -1082,7 +1082,7 @@ config VIDEO_SAA6752HS
        tristate "Philips SAA6752HS MPEG-2 Audio/Video Encoder"
        depends on VIDEO_V4L2 && I2C
        select CRC32
-       ---help---
+       help
          Support for the Philips SAA6752HS MPEG-2 video and MPEG-audio/AC-3
          audio encoder with multiplexer.
 
@@ -1094,7 +1094,7 @@ comment "SDR tuner chips"
 config SDR_MAX2175
        tristate "Maxim 2175 RF to Bits tuner"
        depends on VIDEO_V4L2 && MEDIA_SDR_SUPPORT && I2C
-       ---help---
+       help
          Support for Maxim 2175 tuner. It is an advanced analog/digital
          radio receiver with RF-to-Bits front-end designed for SDR solutions.
 
@@ -1115,7 +1115,7 @@ config VIDEO_THS7303
 config VIDEO_M52790
        tristate "Mitsubishi M52790 A/V switch"
        depends on VIDEO_V4L2 && I2C
-       ---help---
+       help
         Support for the Mitsubishi M52790 A/V switch.
 
         To compile this driver as a module, choose M here: the
@@ -1126,7 +1126,7 @@ config VIDEO_I2C
        depends on VIDEO_V4L2 && I2C
        select VIDEOBUF2_VMALLOC
        imply HWMON
-       ---help---
+       help
          Enable the I2C transport video support which supports the
          following:
           * Panasonic AMG88xx Grid-Eye Sensors
index 451133ad41ffa603593415bd405f0e23bb6b3501..f4b31d7cb440b7ae6089613d199180dff7034cec 100644 (file)
@@ -1,7 +1,7 @@
 config VIDEO_CX25840
        tristate "Conexant CX2584x audio/video decoders"
        depends on VIDEO_V4L2 && I2C
-       ---help---
+       help
          Support for the Conexant CX2584x audio/video decoders.
 
          To compile this driver as a module, choose M here: the
index 9fe409e956662b1dcc07bb900696b46a722d3bfc..ab23b41bf353392297e5f82ebe8604d4cadfd29a 100644 (file)
@@ -2,6 +2,6 @@ config VIDEO_ET8EK8
        tristate "ET8EK8 camera sensor support"
        depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
        select V4L2_FWNODE
-       ---help---
+       help
          This is a driver for the Toshiba ET8EK8 5 MP camera sensor.
          It is used for example in Nokia N900 (RX-51).
index dc8c2505907e73b10a337743371bbf862c771a3f..be0bb3f1bc226e808445b083ed2e5d3a52463c21 100644 (file)
@@ -2,5 +2,5 @@ config VIDEO_M5MOLS
        tristate "Fujitsu M-5MOLS 8MP sensor support"
        depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
        depends on MEDIA_CAMERA_SUPPORT
-       ---help---
+       help
          This driver supports Fujitsu M-5MOLS camera sensor with ISP
index f59718d8e51ec140b3810e900c0950f89ecf45db..26b54f2aa95bb306c8cd85fb23298730cdcbb6f7 100644 (file)
@@ -4,5 +4,5 @@ config VIDEO_SMIAPP
        depends on MEDIA_CAMERA_SUPPORT
        select VIDEO_SMIAPP_PLL
        select V4L2_FWNODE
-       ---help---
+       help
          This is a generic driver for SMIA++/SMIA camera modules.
index 7693487e2f636c54e6dd1e06c06e927e6dc9972f..3941ee8352bb66edc94091f8972c97176b6b7292 100644 (file)
@@ -9,5 +9,5 @@ config SMS_SDIO_DRV
        depends on !RC_CORE || RC_CORE
        select MEDIA_COMMON_OPTIONS
        select SMS_SIANO_MDTV
-       ---help---
+       help
          Choose if you would like to have Siano's support for SDIO interface
index bc89e37608cdd7199a8ce8f20427eef1b97ebc1a..0f46db7d5ffcc1605e869545359619da77058402 100644 (file)
@@ -13,7 +13,7 @@ config VIDEO_BT848
        select VIDEO_SAA6588 if MEDIA_SUBDRV_AUTOSELECT
        select RADIO_ADAPTERS
        select RADIO_TEA575X
-       ---help---
+       help
          Support for BT848 based frame grabber/overlay boards. This includes
          the Miro, Hauppauge and STB boards. Please read the material in
          <file:Documentation/media/v4l-drivers/bttv.rst> for more information.
index aa35cbc0a9042a45ce2a8ebb05f830cf915ee111..9a544bab31787b9d7f15e314d45eae8e5d877270 100644 (file)
@@ -11,7 +11,7 @@ config VIDEO_COBALT
        select VIDEO_ADV7511
        select VIDEO_ADV7842
        select VIDEOBUF2_DMA_SG
-       ---help---
+       help
          This is a video4linux driver for the Cisco PCIe Cobalt card.
 
          This board is sadly not available outside of Cisco, but it is
index c675b83c43a96d5e3207c468cc0aba735e5baa44..96477bba0d5cd712fd2c444a6cf3ca25e0fe61c4 100644 (file)
@@ -13,7 +13,7 @@ config VIDEO_CX18
        select DVB_S5H1411 if MEDIA_SUBDRV_AUTOSELECT
        select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT
        select MEDIA_TUNER_TDA8290 if MEDIA_SUBDRV_AUTOSELECT
-       ---help---
+       help
          This is a video4linux driver for Conexant cx23418 based
          PCI combo video recorder devices.
 
@@ -27,7 +27,7 @@ config VIDEO_CX18_ALSA
        tristate "Conexant 23418 DMA audio support"
        depends on VIDEO_CX18 && SND
        select SND_PCM
-       ---help---
+       help
          This is a video4linux driver for direct (DMA) audio on
          Conexant 23418 based TV cards using ALSA.
 
index 3435bbaa3167fe416f06319294fd3e8148dfb9b4..1bba9e49791530b9677cd4c8c452ecffee42cc2c 100644 (file)
@@ -43,7 +43,7 @@ config VIDEO_CX23885
        select MEDIA_TUNER_SI2157 if MEDIA_SUBDRV_AUTOSELECT
        select MEDIA_TUNER_M88RS6000T if MEDIA_SUBDRV_AUTOSELECT
        select DVB_TUNER_DIB0070 if MEDIA_SUBDRV_AUTOSELECT
-       ---help---
+       help
          This is a video4linux driver for Conexant 23885 based
          TV cards.
 
@@ -54,7 +54,7 @@ config MEDIA_ALTERA_CI
        tristate "Altera FPGA based CI module"
        depends on VIDEO_CX23885 && DVB_CORE
        select ALTERA_STAPL
-       ---help---
+       help
          An Altera FPGA CI module for NetUP Dual DVB-T/C RF CI card.
 
          To compile this driver as a module, choose M here: the
index 1755d3d2feaaee9508d2de196792e20d520db525..a64fa9a6d5d5de6b94ee08f003af943e636746c0 100644 (file)
@@ -3,7 +3,7 @@ config VIDEO_CX25821
        depends on VIDEO_DEV && PCI && I2C
        select I2C_ALGOBIT
        select VIDEOBUF2_DMA_SG
-       ---help---
+       help
          This is a video4linux driver for Conexant 25821 based
          TV cards.
 
@@ -14,7 +14,7 @@ config VIDEO_CX25821_ALSA
        tristate "Conexant 25821 DMA audio support"
        depends on VIDEO_CX25821 && SND
        select SND_PCM
-       ---help---
+       help
          This is a video4linux driver for direct (DMA) audio on
          Conexant 25821 based capture cards using ALSA.
 
index 14b813d634a89859b7b754d7478746a842d07066..fbb17ddb6bc35c4cbb72bf3a1fab82b1cd45796f 100644 (file)
@@ -6,7 +6,7 @@ config VIDEO_CX88
        select VIDEO_TUNER
        select VIDEO_TVEEPROM
        select VIDEO_WM8775 if MEDIA_SUBDRV_AUTOSELECT
-       ---help---
+       help
          This is a video4linux driver for Conexant 2388x based
          TV cards.
 
@@ -17,7 +17,7 @@ config VIDEO_CX88_ALSA
        tristate "Conexant 2388x DMA audio support"
        depends on VIDEO_CX88 && SND
        select SND_PCM
-       ---help---
+       help
          This is a video4linux driver for direct (DMA) audio on
          Conexant 2388x based TV cards using ALSA.
 
@@ -33,7 +33,7 @@ config VIDEO_CX88_BLACKBIRD
        tristate "Blackbird MPEG encoder support (cx2388x + cx23416)"
        depends on VIDEO_CX88
        select VIDEO_CX2341X
-       ---help---
+       help
          This adds support for MPEG encoder cards based on the
          Blackbird reference design, using the Conexant 2388x
          and 23416 chips.
@@ -64,7 +64,7 @@ config VIDEO_CX88_DVB
        select DVB_DS3000 if MEDIA_SUBDRV_AUTOSELECT
        select DVB_TS2020 if MEDIA_SUBDRV_AUTOSELECT
        select MEDIA_TUNER_SIMPLE if MEDIA_SUBDRV_AUTOSELECT
-       ---help---
+       help
          This adds support for DVB/ATSC cards based on the
          Conexant 2388x chip.
 
@@ -75,7 +75,7 @@ config VIDEO_CX88_ENABLE_VP3054
        bool "VP-3054 Secondary I2C Bus Support"
        default y
        depends on VIDEO_CX88_DVB && DVB_MT352
-       ---help---
+       help
          This adds DVB-T support for cards based on the
          Conexant 2388x chip and the MT352 demodulator,
          which also require support for the VP-3054
index 16faef265e97dcb8b4d9dae2d2933180383e379c..fc98b6d575d9135dbb3a178d763c26f49124cd32 100644 (file)
@@ -15,7 +15,7 @@ config DVB_DDBRIDGE
        select DVB_MXL5XX if MEDIA_SUBDRV_AUTOSELECT
        select DVB_CXD2099 if MEDIA_SUBDRV_AUTOSELECT
        select DVB_DUMMY_FE if MEDIA_SUBDRV_AUTOSELECT
-       ---help---
+       help
          Support for cards with the Digital Devices PCI express bridge:
          - Octopus PCIe Bridge
          - Octopus mini PCIe Bridge
@@ -36,7 +36,7 @@ config DVB_DDBRIDGE_MSIENABLE
        depends on DVB_DDBRIDGE
        depends on PCI_MSI
        default n
-       ---help---
+       help
          Use PCI MSI (Message Signaled Interrupts) per default. Enabling this
          might lead to I2C errors originating from the bridge in conjunction
          with certain SATA controllers, requiring a reload of the ddbridge
index 858b0f2f15bef9c80f3a88560f5dc085f196a3c5..d770eec541d4857be889debfe706b23bfaa7cdb5 100644 (file)
@@ -3,7 +3,7 @@ config VIDEO_DT3155
        depends on PCI && VIDEO_DEV && VIDEO_V4L2
        select VIDEOBUF2_DMA_CONTIG
        default n
-       ---help---
+       help
          Enables dt3155 device driver for the DataTranslation DT3155 frame grabber.
          Say Y here if you have this hardware.
          In doubt, say N.
index 715f77651482bc04a6468ddcab84246e390e9dcd..bd518bdc9f5f4361da1a8e4a9886297e53e449fc 100644 (file)
@@ -7,7 +7,7 @@ config VIDEO_IPU3_CIO2
        select V4L2_FWNODE
        select VIDEOBUF2_DMA_SG
 
-       ---help---
+       help
          This is the Intel IPU3 CIO2 CSI-2 receiver unit, found in Intel
          Skylake and Kaby Lake SoCs and used for capturing images and
          video from a camera sensor.
index 06ca4e23f9fb70740d1163dbffb0db11a754a7b2..e96b3c182a2f4eb705a5b9f2d7f566b3559c2480 100644 (file)
@@ -18,7 +18,7 @@ config VIDEO_IVTV
        select VIDEO_VP27SMPX
        select VIDEO_UPD64031A
        select VIDEO_UPD64083
-       ---help---
+       help
          This is a video4linux driver for Conexant cx23416 or cx23415 based
          PCI personal video recorder devices.
 
@@ -32,7 +32,7 @@ config VIDEO_IVTV_DEPRECATED_IOCTLS
        bool "enable the DVB ioctls abuse on ivtv driver"
        depends on VIDEO_IVTV
        default n
-       ---help---
+       help
          Enable the usage of the a DVB set of ioctls that were abused by
          IVTV driver for a while.
 
@@ -45,7 +45,7 @@ config VIDEO_IVTV_ALSA
        tristate "Conexant cx23415/cx23416 ALSA interface for PCM audio capture"
        depends on VIDEO_IVTV && SND
        select SND_PCM
-       ---help---
+       help
          This driver provides an ALSA interface as another method for user
          applications to obtain PCM audio data from Conexant cx23415/cx23416
          based PCI TV cards supported by the ivtv driver.
@@ -63,7 +63,7 @@ config VIDEO_FB_IVTV
        select FB_CFB_FILLRECT
        select FB_CFB_COPYAREA
        select FB_CFB_IMAGEBLIT
-       ---help---
+       help
          This is a framebuffer driver for the Conexant cx23415 MPEG
          encoder/decoder.
 
@@ -77,7 +77,7 @@ config VIDEO_FB_IVTV_FORCE_PAT
        bool "force cx23415 framebuffer init with x86 PAT enabled"
        depends on VIDEO_FB_IVTV && X86_PAT
        default n
-       ---help---
+       help
          With PAT enabled, the cx23415 framebuffer driver does not
          utilize write-combined caching on the framebuffer memory.
          For this reason, the driver will by default disable itself
index 9a50f54231adfcf89197715df7a31e6928b2711e..ce0463c818867dd013e2e81ebadd66372166cc41 100644 (file)
@@ -2,7 +2,7 @@ config VIDEO_MEYE
        tristate "Sony Vaio Picturebook Motion Eye Video For Linux"
        depends on PCI && VIDEO_V4L2
        depends on SONY_LAPTOP || COMPILE_TEST
-       ---help---
+       help
          This is the video4linux driver for the Motion Eye camera found
          in the Vaio Picturebook laptops. Please read the material in
          <file:Documentation/media/v4l-drivers/meye.rst> for more information.
index b663154d0cc49ef240419616e7a877d34582fb19..60057585f04c3d2d6d95258ea89d124dd6e66085 100644 (file)
@@ -8,7 +8,7 @@ config DVB_NETUP_UNIDVB
        select DVB_HELENE if MEDIA_SUBDRV_AUTOSELECT
        select DVB_LNBH25 if MEDIA_SUBDRV_AUTOSELECT
        select DVB_CXD2841ER if MEDIA_SUBDRV_AUTOSELECT
-       ---help---
+       help
          Support for NetUP PCI express Universal DVB card.
 
          Say Y when you want to support NetUP Dual Universal DVB card.
index e06d019996f3d507a27b451668641894477302fe..8a80a5bab8e97cb00c5220aff347e7975d37b126 100644 (file)
@@ -15,6 +15,6 @@ config DVB_NGENE
        select DVB_STV6111 if MEDIA_SUBDRV_AUTOSELECT
        select DVB_LNBH25 if MEDIA_SUBDRV_AUTOSELECT
        select DVB_CXD2099 if MEDIA_SUBDRV_AUTOSELECT
-       ---help---
+       help
          Support for Micronas PCI express cards with nGene bridge.
 
index b44e0d70907e2d876facc467e42608fc7fcb5760..8b28783b3fcddb24319d881ffe51a6ae57854ec2 100644 (file)
@@ -7,7 +7,7 @@ config VIDEO_SAA7134
        select CRC32
        select VIDEO_SAA6588 if MEDIA_SUBDRV_AUTOSELECT
        select VIDEO_SAA6752HS if MEDIA_SUBDRV_AUTOSELECT
-       ---help---
+       help
          This is a video4linux driver for Philips SAA713x based
          TV cards.
 
@@ -18,7 +18,7 @@ config VIDEO_SAA7134_ALSA
        tristate "Philips SAA7134 DMA audio support"
        depends on VIDEO_SAA7134 && SND
        select SND_PCM
-       ---help---
+       help
          This is a video4linux driver for direct (DMA) audio in
          Philips SAA713x based TV cards using ALSA
 
@@ -31,7 +31,7 @@ config VIDEO_SAA7134_RC
        depends on VIDEO_SAA7134
        depends on !(RC_CORE=m && VIDEO_SAA7134=y)
        default y
-       ---help---
+       help
          Enables Remote Controller support on saa7134 driver.
 
 config VIDEO_SAA7134_DVB
@@ -57,7 +57,7 @@ config VIDEO_SAA7134_DVB
        select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT
        select MEDIA_TUNER_TDA8290 if MEDIA_SUBDRV_AUTOSELECT
        select DVB_ZL10039 if MEDIA_SUBDRV_AUTOSELECT
-       ---help---
+       help
          This adds support for DVB cards based on the
          Philips saa7134 chip.
 
@@ -68,6 +68,6 @@ config VIDEO_SAA7134_GO7007
        tristate "go7007 support for saa7134 based TV cards"
        depends on VIDEO_SAA7134
        depends on VIDEO_GO7007
-       ---help---
+       help
          Enables saa7134 driver support for boards with go7007
          MPEG encoder (WIS Voyager or compatible).
index da88b77a916caa7a66b88b7451c4f324b18a1218..60d9862580ff7c952e103aef569727cf6e2eaa64 100644 (file)
@@ -2,7 +2,7 @@ config VIDEO_HEXIUM_GEMINI
        tristate "Hexium Gemini frame grabber"
        depends on PCI && VIDEO_V4L2 && I2C
        select VIDEO_SAA7146_VV
-       ---help---
+       help
          This is a video4linux driver for the Hexium Gemini frame
          grabber card by Hexium. Please note that the Gemini Dual
          card is *not* fully supported.
@@ -14,7 +14,7 @@ config VIDEO_HEXIUM_ORION
        tristate "Hexium HV-PCI6 and Orion frame grabber"
        depends on PCI && VIDEO_V4L2 && I2C
        select VIDEO_SAA7146_VV
-       ---help---
+       help
          This is a video4linux driver for the Hexium HV-PCI6 and
          Orion frame grabber cards by Hexium.
 
@@ -30,7 +30,7 @@ config VIDEO_MXB
        select VIDEO_TDA9840 if MEDIA_SUBDRV_AUTOSELECT
        select VIDEO_TEA6415C if MEDIA_SUBDRV_AUTOSELECT
        select VIDEO_TEA6420 if MEDIA_SUBDRV_AUTOSELECT
-       ---help---
+       help
          This is a video4linux driver for the 'Multimedia eXtension Board'
          TV card by Siemens-Nixdorf.
 
index 9098ef5feca4f1ed93dd81c5f432a631085727ef..265c5a4fd82369eeada48348c894323540f6b91a 100644 (file)
@@ -8,7 +8,7 @@ config VIDEO_SAA7164
        select DVB_TDA10048 if MEDIA_SUBDRV_AUTOSELECT
        select DVB_S5H1411 if MEDIA_SUBDRV_AUTOSELECT
        select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT
-       ---help---
+       help
          This is a video4linux driver for NXP SAA7164 based
          TV cards.
 
index d9e06a6bf1ebc1a7de4b498361bac87f9cabe9d4..2061d02a82d05ca0ab2a0809e7bf0d578c16aa04 100644 (file)
@@ -8,7 +8,7 @@ config VIDEO_SOLO6X10
        select VIDEOBUF2_DMA_CONTIG
        select SND_PCM
        select FONT_8x16
-       ---help---
+       help
          This driver supports the Bluecherry H.264 and MPEG-4 hardware
          compression capture cards and other Softlogic-based ones.
 
index 760fb11dfeaef47b203d48b669cae3ea4f30fae9..e5d52f07623256600fb1ed465db8f45654989ae1 100644 (file)
@@ -2,7 +2,7 @@ config VIDEO_TW5864
        tristate "Techwell TW5864 video/audio grabber and encoder"
        depends on VIDEO_DEV && PCI && VIDEO_V4L2
        select VIDEOBUF2_DMA_CONTIG
-       ---help---
+       help
          Support for boards based on Techwell TW5864 chip which provides
          multichannel video & audio grabbing and encoding (H.264, MJPEG,
          ADPCM G.726).
index 95d5d520204884aba7ea0d874376e9136a9f0759..4bfc4fa416e50edd7386c15fdd1486ba5b33a02f 100644 (file)
@@ -2,7 +2,7 @@ config VIDEO_TW68
        tristate "Techwell tw68x Video For Linux"
        depends on VIDEO_DEV && PCI && VIDEO_V4L2
        select VIDEOBUF2_DMA_SG
-       ---help---
+       help
          Support for Techwell tw68xx based frame grabber boards.
 
          To compile this driver as a module, choose M here: the
index 4acbed18964497a43b41e08dad36b0880e09bf44..1611ec23d73310d1e9ef19f2a5a3ca551f5e4420 100644 (file)
@@ -6,7 +6,7 @@ menuconfig V4L_PLATFORM_DRIVERS
        bool "V4L platform devices"
        depends on MEDIA_CAMERA_SUPPORT
        default n
-       ---help---
+       help
          Say Y here to enable support for platform-specific V4L drivers.
 
 if V4L_PLATFORM_DRIVERS
@@ -55,7 +55,7 @@ config VIDEO_VIU
        depends on VIDEO_V4L2 && (PPC_MPC512x || COMPILE_TEST) && I2C
        select VIDEOBUF_DMA_CONTIG
        default y
-       ---help---
+       help
          Support for Freescale VIU video driver. This device captures
          video data, or overlays video on DIU frame buffer.
 
@@ -80,13 +80,13 @@ config VIDEO_OMAP3
        select VIDEOBUF2_DMA_CONTIG
        select MFD_SYSCON
        select V4L2_FWNODE
-       ---help---
+       help
          Driver for an OMAP 3 camera controller.
 
 config VIDEO_OMAP3_DEBUG
        bool "OMAP 3 Camera debug messages"
        depends on VIDEO_OMAP3
-       ---help---
+       help
          Enable debug messages on OMAP 3 camera controller driver.
 
 config VIDEO_PXA27x
@@ -96,7 +96,7 @@ config VIDEO_PXA27x
        select VIDEOBUF2_DMA_SG
        select SG_SPLIT
        select V4L2_FWNODE
-       ---help---
+       help
          This is a v4l2 driver for the PXA27x Quick Capture Interface
 
 config VIDEO_QCOM_CAMSS
@@ -112,7 +112,7 @@ config VIDEO_S3C_CAMIF
        depends on PM
        depends on ARCH_S3C64XX || PLAT_S3C24XX || COMPILE_TEST
        select VIDEOBUF2_DMA_CONTIG
-       ---help---
+       help
          This is a v4l2 driver for s3c24xx and s3c64xx SoC series camera
          host interface (CAMIF).
 
@@ -125,7 +125,7 @@ config VIDEO_STM32_DCMI
        depends on ARCH_STM32 || COMPILE_TEST
        select VIDEOBUF2_DMA_CONTIG
        select V4L2_FWNODE
-       ---help---
+       help
          This module makes the STM32 Digital Camera Memory Interface (DCMI)
          available as a v4l2 device.
 
@@ -138,7 +138,7 @@ config VIDEO_RENESAS_CEU
        depends on ARCH_SHMOBILE || ARCH_R7S72100 || COMPILE_TEST
        select VIDEOBUF2_DMA_CONTIG
        select V4L2_FWNODE
-       ---help---
+       help
          This is a v4l2 driver for the Renesas CEU Interface
 
 source "drivers/media/platform/exynos4-is/Kconfig"
@@ -155,7 +155,7 @@ config VIDEO_TI_CAL
        select VIDEOBUF2_DMA_CONTIG
        select V4L2_FWNODE
        default n
-       ---help---
+       help
          Support for the TI CAL (Camera Adaptation Layer) block
          found on DRA72X SoC.
          In TI Technical Reference Manual this module is referred as
@@ -168,7 +168,7 @@ menuconfig V4L_MEM2MEM_DRIVERS
        depends on VIDEO_V4L2
        depends on MEDIA_CAMERA_SUPPORT
        default n
-       ---help---
+       help
          Say Y here to enable selecting drivers for V4L devices that
          use system memory for both source and destination buffers, as opposed
          to capture and output drivers, which use memory buffers for just
@@ -184,7 +184,7 @@ config VIDEO_CODA
        select VIDEOBUF2_VMALLOC
        select V4L2_MEM2MEM_DEV
        select GENERIC_ALLOCATOR
-       ---help---
+       help
           Coda is a range of video codec IPs that supports
           H.264, MPEG-4, and other video formats.
 
@@ -207,7 +207,7 @@ config VIDEO_MEDIATEK_JPEG
        depends on ARCH_MEDIATEK || COMPILE_TEST
        select VIDEOBUF2_DMA_CONTIG
        select V4L2_MEM2MEM_DEV
-       ---help---
+       help
          Mediatek jpeg codec driver provides HW capability to decode
          JPEG format
 
@@ -218,7 +218,7 @@ config VIDEO_MEDIATEK_VPU
        tristate "Mediatek Video Processor Unit"
        depends on VIDEO_DEV && VIDEO_V4L2
        depends on ARCH_MEDIATEK || COMPILE_TEST
-       ---help---
+       help
            This driver provides downloading VPU firmware and
            communicating with VPU. This driver for hw video
            codec embedded in Mediatek's MT8173 SOCs. It is able
@@ -236,7 +236,7 @@ config VIDEO_MEDIATEK_MDP
        select V4L2_MEM2MEM_DEV
        select VIDEO_MEDIATEK_VPU
        default n
-       ---help---
+       help
            It is a v4l2 driver and present in Mediatek MT8173 SoCs.
            The driver supports for scaling and color space conversion.
 
@@ -252,7 +252,7 @@ config VIDEO_MEDIATEK_VCODEC
        select V4L2_MEM2MEM_DEV
        select VIDEO_MEDIATEK_VPU
        default n
-       ---help---
+       help
            Mediatek video codec driver provides HW capability to
            encode and decode in a range of video formats
            This driver rely on VPU driver to communicate with VPU.
@@ -276,7 +276,7 @@ config VIDEO_SAMSUNG_S5P_G2D
        select VIDEOBUF2_DMA_CONTIG
        select V4L2_MEM2MEM_DEV
        default n
-       ---help---
+       help
          This is a v4l2 driver for Samsung S5P and EXYNOS4 G2D
          2d graphics accelerator.
 
@@ -286,7 +286,7 @@ config VIDEO_SAMSUNG_S5P_JPEG
        depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
        select VIDEOBUF2_DMA_CONTIG
        select V4L2_MEM2MEM_DEV
-       ---help---
+       help
          This is a v4l2 driver for Samsung S5P, EXYNOS3250
          and EXYNOS4 JPEG codec
 
@@ -407,7 +407,7 @@ config VIDEO_RENESAS_FDP1
        depends on (!ARM64 && !VIDEO_RENESAS_FCP) || VIDEO_RENESAS_FCP
        select VIDEOBUF2_DMA_CONTIG
        select V4L2_MEM2MEM_DEV
-       ---help---
+       help
          This is a V4L2 driver for the Renesas Fine Display Processor
          providing colour space conversion, and de-interlacing features.
 
@@ -420,7 +420,7 @@ config VIDEO_RENESAS_JPU
        depends on ARCH_RENESAS || COMPILE_TEST
        select VIDEOBUF2_DMA_CONTIG
        select V4L2_MEM2MEM_DEV
-       ---help---
+       help
          This is a V4L2 driver for the Renesas JPEG Processing Unit.
 
          To compile this driver as a module, choose M here: the module
@@ -430,7 +430,7 @@ config VIDEO_RENESAS_FCP
        tristate "Renesas Frame Compression Processor"
        depends on ARCH_RENESAS || COMPILE_TEST
        depends on OF
-       ---help---
+       help
          This is a driver for the Renesas Frame Compression Processor (FCP).
          The FCP is a companion module of video processing modules in the
          Renesas R-Car Gen3 SoCs. It handles memory access for the codec,
@@ -446,7 +446,7 @@ config VIDEO_RENESAS_VSP1
        depends on (!ARM64 && !VIDEO_RENESAS_FCP) || VIDEO_RENESAS_FCP
        select VIDEOBUF2_DMA_CONTIG
        select VIDEOBUF2_VMALLOC
-       ---help---
+       help
          This is a V4L2 driver for the Renesas VSP1 video processing engine.
 
          To compile this driver as a module, choose M here: the module
@@ -459,7 +459,7 @@ config VIDEO_ROCKCHIP_RGA
        select VIDEOBUF2_DMA_SG
        select V4L2_MEM2MEM_DEV
        default n
-       ---help---
+       help
          This is a v4l2 driver for Rockchip SOC RGA 2d graphics accelerator.
          Rockchip RGA is a separate 2D raster graphic acceleration unit.
          It accelerates 2D graphics operations, such as point/line drawing,
@@ -477,14 +477,14 @@ config VIDEO_TI_VPE
        select VIDEO_TI_SC
        select VIDEO_TI_CSC
        default n
-       ---help---
+       help
          Support for the TI VPE(Video Processing Engine) block
          found on DRA7XX SoC.
 
 config VIDEO_TI_VPE_DEBUG
        bool "VPE debug messages"
        depends on VIDEO_TI_VPE
-       ---help---
+       help
          Enable debug messages on VPE driver.
 
 config VIDEO_QCOM_VENUS
@@ -495,7 +495,7 @@ config VIDEO_QCOM_VENUS
        select QCOM_SCM if ARCH_QCOM
        select VIDEOBUF2_DMA_SG
        select V4L2_MEM2MEM_DEV
-       ---help---
+       help
          This is a V4L2 driver for Qualcomm Venus video accelerator
          hardware. It accelerates encoding and decoding operations
          on various Qualcomm SoCs.
@@ -530,7 +530,7 @@ config VIDEO_VIM2M
        select VIDEOBUF2_VMALLOC
        select V4L2_MEM2MEM_DEV
        default n
-       ---help---
+       help
          This is a virtual test device for the memory-to-memory driver
          framework.
 
@@ -542,7 +542,7 @@ menuconfig DVB_PLATFORM_DRIVERS
        bool "DVB platform devices"
        depends on MEDIA_DIGITAL_TV_SUPPORT
        default n
-       ---help---
+       help
          Say Y here to enable support for platform-specific Digital TV drivers.
 
 if DVB_PLATFORM_DRIVERS
@@ -562,7 +562,7 @@ config VIDEO_CROS_EC_CEC
        select CEC_NOTIFIER
        select CHROME_PLATFORMS
        select CROS_EC_PROTO
-       ---help---
+       help
          If you say yes here you will get support for the
          ChromeOS Embedded Controller's CEC.
          The CEC bus is present in the HDMI connector and enables communication
@@ -573,7 +573,7 @@ config VIDEO_MESON_AO_CEC
        depends on ARCH_MESON || COMPILE_TEST
        select CEC_CORE
        select CEC_NOTIFIER
-       ---help---
+       help
          This is a driver for Amlogic Meson SoCs AO CEC interface. It uses the
          generic CEC framework interface.
          CEC bus is present in the HDMI connector and enables communication
@@ -584,7 +584,7 @@ config CEC_GPIO
        select CEC_CORE
        select CEC_PIN
        select GPIOLIB
-       ---help---
+       help
          This is a generic GPIO-based CEC driver.
          The CEC bus is present in the HDMI connector and enables communication
          between compatible devices.
@@ -594,7 +594,7 @@ config VIDEO_SAMSUNG_S5P_CEC
        depends on ARCH_EXYNOS || COMPILE_TEST
        select CEC_CORE
        select CEC_NOTIFIER
-       ---help---
+       help
         This is a driver for Samsung S5P HDMI CEC interface. It uses the
         generic CEC framework interface.
         CEC bus is present in the HDMI connector and enables communication
@@ -605,7 +605,7 @@ config VIDEO_STI_HDMI_CEC
        depends on ARCH_STI || COMPILE_TEST
        select CEC_CORE
        select CEC_NOTIFIER
-       ---help---
+       help
         This is a driver for STIH4xx HDMI CEC interface. It uses the
         generic CEC framework interface.
         CEC bus is present in the HDMI connector and enables communication
@@ -617,7 +617,7 @@ config VIDEO_STM32_HDMI_CEC
        select REGMAP
        select REGMAP_MMIO
        select CEC_CORE
-       ---help---
+       help
         This is a driver for STM32 interface. It uses the
         generic CEC framework interface.
         CEC bus is present in the HDMI connector and enables communication
@@ -628,7 +628,7 @@ config VIDEO_TEGRA_HDMI_CEC
        depends on ARCH_TEGRA || COMPILE_TEST
        select CEC_CORE
        select CEC_NOTIFIER
-       ---help---
+       help
         This is a driver for the Tegra HDMI CEC interface. It uses the
         generic CEC framework interface.
         The CEC bus is present in the HDMI connector and enables communication
@@ -662,7 +662,7 @@ menuconfig SDR_PLATFORM_DRIVERS
        bool "SDR platform devices"
        depends on MEDIA_SDR_SUPPORT
        default n
-       ---help---
+       help
          Say Y here to enable support for platform-specific SDR Drivers.
 
 if SDR_PLATFORM_DRIVERS
@@ -672,7 +672,7 @@ config VIDEO_RCAR_DRIF
        depends on VIDEO_V4L2
        depends on ARCH_RENESAS || COMPILE_TEST
        select VIDEOBUF2_VMALLOC
-       ---help---
+       help
          Say Y if you want to enable R-Car Gen3 DRIF support. DRIF is Digital
          Radio Interface that interfaces with an RF front end chip. It is a
          receiver of digital data which uses DMA to transfer received data to
index a211ef20f77eadbaace25e69c64111bb3439a427..c3f6a47cdc0edb93f8c1e94f19464ead8a3acfc0 100644 (file)
@@ -15,6 +15,6 @@ config VIDEO_ATMEL_ISI
        depends on ARCH_AT91 || COMPILE_TEST
        select VIDEOBUF2_DMA_CONTIG
        select V4L2_FWNODE
-       ---help---
+       help
          This module makes the ATMEL Image Sensor Interface available
          as a v4l2 device.
index cf12e077203a3f16a8e5ef71a7a43d887cf7b928..cd88e2eed749a824de699731b60e93e18192ab6e 100644 (file)
@@ -5,7 +5,7 @@ config VIDEO_CAFE_CCIC
        select VIDEOBUF2_VMALLOC
        select VIDEOBUF2_DMA_CONTIG
        select VIDEOBUF2_DMA_SG
-       ---help---
+       help
          This is a video4linux2 driver for the Marvell 88ALP01 integrated
          CMOS camera controller.  This is the controller found on first-
          generation OLPC systems.
@@ -19,7 +19,7 @@ config VIDEO_MMP_CAMERA
        select VIDEOBUF2_VMALLOC
        select VIDEOBUF2_DMA_CONTIG
        select VIDEOBUF2_DMA_SG
-       ---help---
+       help
          This is a Video4Linux2 driver for the integrated camera
          controller found on Marvell Armada 610 application
          processors (and likely beyond).  This is the controller found
index 4b5e55d41ad4346c7b35f516ffdeecb77f47491e..30ce2ba120a11de833f5ec637901a9cc8a56dddb 100644 (file)
@@ -14,5 +14,5 @@ config VIDEO_OMAP2_VOUT
        select OMAP2_VRFB if ARCH_OMAP2 || ARCH_OMAP3
        select FRAME_VECTOR
        default n
-       ---help---
+       help
          V4L2 Display driver support for OMAP2/3 based boards.
index e3eb8fee253658da010ff90ac89de75e513a9967..2433ec960010eff22fd5d49ce913266655d8b12a 100644 (file)
@@ -17,7 +17,7 @@ config VIDEO_RCAR_VIN
        depends on ARCH_RENESAS || COMPILE_TEST
        select VIDEOBUF2_DMA_CONTIG
        select V4L2_FWNODE
-       ---help---
+       help
          Support for Renesas R-Car Video Input (VIN) driver.
          Supports R-Car Gen2 and Gen3 SoCs.
 
index 7420a50572d347efe374c7b7be7facc6833c7a9f..93eaabfd543706a1624d4ee357dfc23ab409c5b1 100644 (file)
@@ -12,7 +12,7 @@ config DVB_C8SECTPFE
        select DVB_STV0367 if MEDIA_SUBDRV_AUTOSELECT
        select MEDIA_TUNER_TDA18212 if MEDIA_SUBDRV_AUTOSELECT
 
-       ---help---
+       help
          This adds support for DVB front-end cards connected
          to TS inputs of STiH407/410 SoC.
 
index 71c9fe7d3370407ed2eff887e6ce56b604d6ef97..1de9bc9aa49bf8bbf89752746debd65f15b2de1e 100644 (file)
@@ -4,7 +4,7 @@ config VIDEO_VIMC
        select VIDEOBUF2_VMALLOC
        select VIDEO_V4L2_TPG
        default n
-       ---help---
+       help
          Skeleton driver for Virtual Media Controller
 
          This driver can be compared to the vivid driver for emulating
index 154de92dd809e74ff3d7539787856fef631229fc..4b51d4d6cf93c9aec6041ffe990ef3db20ad9f51 100644 (file)
@@ -11,7 +11,7 @@ config VIDEO_VIVID
        select VIDEOBUF2_DMA_CONTIG
        select VIDEO_V4L2_TPG
        default n
-       ---help---
+       help
          Enables a virtual video driver. This driver emulates a webcam,
          TV, S-Video and HDMI capture hardware, including VBI support for
          the SDTV inputs. Also video output, VBI output, radio receivers,
@@ -28,7 +28,7 @@ config VIDEO_VIVID_CEC
        bool "Enable CEC emulation support"
        depends on VIDEO_VIVID
        select CEC_CORE
-       ---help---
+       help
          When selected the vivid module will emulate the optional
          HDMI CEC feature.
 
@@ -36,6 +36,6 @@ config VIDEO_VIVID_MAX_DEVS
        int "Maximum number of devices"
        depends on VIDEO_VIVID
        default "64"
-       ---help---
+       help
          This allows you to specify the maximum number of devices supported
          by the vivid driver.
index 74ec8aaa5ae058f95754f9132b9ddd78d1c363f8..a2773ad7c1859b10c163f7534b946b60056f484a 100644 (file)
@@ -5,7 +5,7 @@ config VIDEO_XILINX
        depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && OF && HAS_DMA
        select VIDEOBUF2_DMA_CONTIG
        select V4L2_FWNODE
-       ---help---
+       help
          Driver for Xilinx Video IP Pipelines
 
 if VIDEO_XILINX
@@ -14,13 +14,13 @@ config VIDEO_XILINX_TPG
        tristate "Xilinx Video Test Pattern Generator"
        depends on VIDEO_XILINX
        select VIDEO_XILINX_VTC
-       ---help---
+       help
           Driver for the Xilinx Video Test Pattern Generator
 
 config VIDEO_XILINX_VTC
        tristate "Xilinx Video Timing Controller"
        depends on VIDEO_XILINX
-       ---help---
+       help
           Driver for the Xilinx Video Timing Controller
 
 endif #VIDEO_XILINX
index 9b99dfb2d0c6419c0af4c7a1eb284905af612410..9cd00f64af322eebcd59f3796119badc35234711 100644 (file)
@@ -7,7 +7,7 @@ menuconfig RADIO_ADAPTERS
        depends on VIDEO_V4L2
        depends on MEDIA_RADIO_SUPPORT
        default y
-       ---help---
+       help
          Say Y here to enable selecting AM/FM radio adapters.
 
 if RADIO_ADAPTERS && VIDEO_V4L2
@@ -29,7 +29,7 @@ config RADIO_SI476X
        depends on MFD_SI476X_CORE
        depends on SND_SOC
        select SND_SOC_SI476X
-       ---help---
+       help
          Choose Y here if you have this FM radio chip.
 
          In order to control your radio card, you will need to use programs
@@ -43,7 +43,7 @@ config RADIO_SI476X
 config USB_MR800
        tristate "AverMedia MR 800 USB FM radio support"
        depends on USB && VIDEO_V4L2
-       ---help---
+       help
          Say Y here if you want to connect this type of radio to your
          computer's USB port. Note that the audio is not digital, and
          you must connect the line out connector to a sound card or a
@@ -55,7 +55,7 @@ config USB_MR800
 config USB_DSBR
        tristate "D-Link/GemTek USB FM radio support"
        depends on USB && VIDEO_V4L2
-       ---help---
+       help
          Say Y here if you want to connect this type of radio to your
          computer's USB port. Note that the audio is not digital, and
          you must connect the line out connector to a sound card or a
@@ -68,7 +68,7 @@ config RADIO_MAXIRADIO
        tristate "Guillemot MAXI Radio FM 2000 radio"
        depends on VIDEO_V4L2 && PCI
        select RADIO_TEA575X
-       ---help---
+       help
          Choose Y here if you have this radio card.  This card may also be
          found as Gemtek PCI FM.
 
@@ -84,7 +84,7 @@ config RADIO_SHARK
        tristate "Griffin radioSHARK USB radio receiver"
        depends on USB
        select RADIO_TEA575X
-       ---help---
+       help
          Choose Y here if you have this radio receiver.
 
          There are 2 versions of this device, this driver is for version 1,
@@ -101,7 +101,7 @@ config RADIO_SHARK
 config RADIO_SHARK2
        tristate "Griffin radioSHARK2 USB radio receiver"
        depends on USB
-       ---help---
+       help
          Choose Y here if you have this radio receiver.
 
          There are 2 versions of this device, this driver is for version 2,
@@ -118,7 +118,7 @@ config RADIO_SHARK2
 config USB_KEENE
        tristate "Keene FM Transmitter USB support"
        depends on USB && VIDEO_V4L2
-       ---help---
+       help
          Say Y here if you want to connect this type of FM transmitter
          to your computer's USB port.
 
@@ -128,7 +128,7 @@ config USB_KEENE
 config USB_RAREMONO
        tristate "Thanko's Raremono AM/FM/SW radio support"
        depends on USB && VIDEO_V4L2
-       ---help---
+       help
          The 'Thanko's Raremono' device contains the Si4734 chip from Silicon Labs Inc.
          It is one of the very few or perhaps the only consumer USB radio device
          to receive the AM/FM/SW bands.
@@ -142,7 +142,7 @@ config USB_RAREMONO
 config USB_MA901
        tristate "Masterkit MA901 USB FM radio support"
        depends on USB && VIDEO_V4L2
-       ---help---
+       help
          Say Y here if you want to connect this type of radio to your
          computer's USB port. Note that the audio is not digital, and
          you must connect the line out connector to a sound card or a
@@ -154,7 +154,7 @@ config USB_MA901
 config RADIO_TEA5764
        tristate "TEA5764 I2C FM radio support"
        depends on I2C && VIDEO_V4L2
-       ---help---
+       help
          Say Y here if you want to use the TEA5764 FM chip found in
          EZX phones. This FM chip is present in EZX phones from Motorola,
          connected to internal pxa I2C bus.
@@ -173,7 +173,7 @@ config RADIO_TEA5764_XTAL
 config RADIO_SAA7706H
        tristate "SAA7706H Car Radio DSP"
        depends on I2C && VIDEO_V4L2
-       ---help---
+       help
          Say Y here if you want to use the SAA7706H Car radio Digital
          Signal Processor, found for instance on the Russellville development
          board. On the russellville the device is connected to internal
@@ -185,7 +185,7 @@ config RADIO_SAA7706H
 config RADIO_TEF6862
        tristate "TEF6862 Car Radio Enhanced Selectivity Tuner"
        depends on I2C && VIDEO_V4L2
-       ---help---
+       help
          Say Y here if you want to use the TEF6862 Car Radio Enhanced
          Selectivity Tuner, found for instance on the Russellville development
          board. On the russellville the device is connected to internal
@@ -200,7 +200,7 @@ config RADIO_TIMBERDALE
        depends on I2C  # for RADIO_SAA7706H
        select RADIO_TEF6862
        select RADIO_SAA7706H
-       ---help---
+       help
          This is a kind of umbrella driver for the Radio Tuner and DSP
          found behind the Timberdale FPGA on the Russellville board.
          Enabling this driver will automatically select the DSP and tuner.
@@ -211,7 +211,7 @@ config RADIO_WL1273
        select MFD_CORE
        select MFD_WL1273_CORE
        select FW_LOADER
-       ---help---
+       help
          Choose Y here if you have this FM radio chip.
 
          In order to control your radio card, you will need to use programs
@@ -233,7 +233,7 @@ menuconfig V4L_RADIO_ISA_DRIVERS
        bool "ISA radio devices"
        depends on ISA || COMPILE_TEST
        default n
-       ---help---
+       help
          Say Y here to enable support for these ISA drivers.
 
 if V4L_RADIO_ISA_DRIVERS
@@ -246,7 +246,7 @@ config RADIO_CADET
        tristate "ADS Cadet AM/FM Tuner"
        depends on ISA || COMPILE_TEST
        depends on VIDEO_V4L2
-       ---help---
+       help
          Choose Y here if you have one of these AM/FM radio cards, and then
          fill in the port address below.
 
@@ -258,7 +258,7 @@ config RADIO_RTRACK
        depends on ISA || COMPILE_TEST
        depends on VIDEO_V4L2
        select RADIO_ISA
-       ---help---
+       help
          Choose Y here if you have one of these FM radio cards, and then fill
          in the port address below.
 
@@ -290,7 +290,7 @@ config RADIO_RTRACK2
        depends on ISA || COMPILE_TEST
        depends on VIDEO_V4L2
        select RADIO_ISA
-       ---help---
+       help
          Choose Y here if you have this FM radio card, and then fill in the
          port address below.
 
@@ -314,7 +314,7 @@ config RADIO_AZTECH
        depends on ISA || COMPILE_TEST
        depends on VIDEO_V4L2
        select RADIO_ISA
-       ---help---
+       help
          Choose Y here if you have one of these FM radio cards, and then fill
          in the port address below.
 
@@ -335,7 +335,7 @@ config RADIO_GEMTEK
        depends on ISA || COMPILE_TEST
        depends on VIDEO_V4L2
        select RADIO_ISA
-       ---help---
+       help
          Choose Y here if you have this FM radio card, and then fill in the
          I/O port address and settings below. The following cards either have
          GemTek Radio tuner or are rebranded GemTek Radio cards:
@@ -377,7 +377,7 @@ config RADIO_MIROPCM20
        depends on ISA_DMA_API && VIDEO_V4L2 && SND
        select SND_ISA
        select SND_MIRO
-       ---help---
+       help
          Choose Y here if you have this FM radio card. You also need to enable
          the ALSA sound system. This choice automatically selects the ALSA
          sound card driver "Miro miroSOUND PCM1pro/PCM12/PCM20radio" as this
@@ -390,7 +390,7 @@ config RADIO_SF16FMI
        tristate "SF16-FMI/SF16-FMP/SF16-FMD Radio"
        depends on ISA || COMPILE_TEST
        depends on VIDEO_V4L2
-       ---help---
+       help
          Choose Y here if you have one of these FM radio cards.
 
          To compile this driver as a module, choose M here: the
@@ -401,7 +401,7 @@ config RADIO_SF16FMR2
        depends on ISA || COMPILE_TEST
        depends on VIDEO_V4L2
        select RADIO_TEA575X
-       ---help---
+       help
          Choose Y here if you have one of these FM radio cards.
 
          To compile this driver as a module, choose M here: the
@@ -412,7 +412,7 @@ config RADIO_TERRATEC
        depends on ISA || COMPILE_TEST
        depends on VIDEO_V4L2
        select RADIO_ISA
-       ---help---
+       help
          Choose Y here if you have this FM radio card.
 
          Note: this driver hasn't been tested since a long time due to lack
@@ -451,7 +451,7 @@ config RADIO_TYPHOON
        depends on ISA || COMPILE_TEST
        depends on VIDEO_V4L2
        select RADIO_ISA
-       ---help---
+       help
          Choose Y here if you have one of these FM radio cards, and then fill
          in the port address and the frequency used for muting below.
 
@@ -486,7 +486,7 @@ config RADIO_ZOLTRIX
        depends on ISA || COMPILE_TEST
        depends on VIDEO_V4L2
        select RADIO_ISA
-       ---help---
+       help
          Choose Y here if you have one of these FM radio cards, and then fill
          in the port address below.
 
index 6dbb158cd2a0bd99f8f5d2d6a236e7038a09b21c..21026488de90f7875da108eb6d618a1a477871a8 100644 (file)
@@ -1,7 +1,7 @@
 config RADIO_SI470X
         tristate "Silicon Labs Si470x FM Radio Receiver support"
         depends on VIDEO_V4L2
-       ---help---
+       help
          This is a driver for devices with the Silicon Labs SI470x
          chip (either via USB or I2C buses).
 
@@ -15,7 +15,7 @@ config RADIO_SI470X
 config USB_SI470X
        tristate "Silicon Labs Si470x FM Radio Receiver support with USB"
        depends on USB && RADIO_SI470X
-       ---help---
+       help
          This is a driver for USB devices with the Silicon Labs SI470x
          chip. Currently these devices are known to work:
          - 10c4:818a: Silicon Labs USB FM Radio Reference Design
@@ -40,7 +40,7 @@ config USB_SI470X
 config I2C_SI470X
        tristate "Silicon Labs Si470x FM Radio Receiver support with I2C"
        depends on I2C && RADIO_SI470X
-       ---help---
+       help
          This is a driver for I2C devices with the Silicon Labs SI470x
          chip.
 
index 9c8b887cff7501bc04ce77f76b42b6cafa805787..17567c917554a6290ecb277e16c22e038f168d1f 100644 (file)
@@ -2,7 +2,7 @@ config USB_SI4713
        tristate "Silicon Labs Si4713 FM Radio Transmitter support with USB"
        depends on USB && I2C && RADIO_SI4713
        select I2C_SI4713
-       ---help---
+       help
          This is a driver for USB devices with the Silicon Labs SI4713
          chip. Currently these devices are known to work.
          - 10c4:8244: Silicon Labs FM Transmitter USB device.
@@ -17,7 +17,7 @@ config PLATFORM_SI4713
        tristate "Silicon Labs Si4713 FM Radio Transmitter support with I2C"
        depends on I2C && RADIO_SI4713
        select I2C_SI4713
-       ---help---
+       help
          This is a driver for I2C devices with the Silicon Labs SI4713
          chip.
 
@@ -30,7 +30,7 @@ config PLATFORM_SI4713
 config I2C_SI4713
        tristate "Silicon Labs Si4713 FM Radio Transmitter support"
        depends on I2C && RADIO_SI4713
-       ---help---
+       help
          Say Y here if you want support to Si4713 FM Radio Transmitter.
          This device can transmit audio through FM. It can transmit
          RDS and RBDS signals as well. This module is the v4l2 radio
index 96ce3e5524e0153943f6acd6d989e06f490c229b..3fc6ac15c66d5973e721e3593b3c138ab9af4276 100644 (file)
@@ -2,7 +2,7 @@
 menuconfig RC_CORE
        tristate "Remote Controller support"
        depends on INPUT
-       ---help---
+       help
          Enable support for Remote Controllers on Linux. This is
          needed in order to support several video capture adapters,
          standalone IR receivers/transmitters, and RF receivers.
@@ -19,7 +19,7 @@ source "drivers/media/rc/keymaps/Kconfig"
 config LIRC
        bool "LIRC user interface"
        depends on RC_CORE
-       ---help---
+       help
           Enable this option to enable the Linux Infrared Remote
           Control user interface (e.g. /dev/lirc*). This interface
           passes raw IR to and from userspace, which is needed for
@@ -48,7 +48,7 @@ config IR_NEC_DECODER
        depends on RC_CORE
        select BITREVERSE
 
-       ---help---
+       help
           Enable this option if you have IR with NEC protocol, and
           if the IR is decoded in software
 
@@ -57,7 +57,7 @@ config IR_RC5_DECODER
        depends on RC_CORE
        select BITREVERSE
 
-       ---help---
+       help
           Enable this option if you have IR with RC-5 protocol, and
           if the IR is decoded in software
 
@@ -66,7 +66,7 @@ config IR_RC6_DECODER
        depends on RC_CORE
        select BITREVERSE
 
-       ---help---
+       help
           Enable this option if you have an infrared remote control which
           uses the RC6 protocol, and you need software decoding support.
 
@@ -75,7 +75,7 @@ config IR_JVC_DECODER
        depends on RC_CORE
        select BITREVERSE
 
-       ---help---
+       help
           Enable this option if you have an infrared remote control which
           uses the JVC protocol, and you need software decoding support.
 
@@ -84,7 +84,7 @@ config IR_SONY_DECODER
        depends on RC_CORE
        select BITREVERSE
 
-       ---help---
+       help
           Enable this option if you have an infrared remote control which
           uses the Sony protocol, and you need software decoding support.
 
@@ -92,7 +92,7 @@ config IR_SANYO_DECODER
        tristate "Enable IR raw decoder for the Sanyo protocol"
        depends on RC_CORE
 
-       ---help---
+       help
           Enable this option if you have an infrared remote control which
           uses the Sanyo protocol (Sanyo, Aiwa, Chinon remotes),
           and you need software decoding support.
@@ -101,7 +101,7 @@ config IR_SHARP_DECODER
        tristate "Enable IR raw decoder for the Sharp protocol"
        depends on RC_CORE
 
-       ---help---
+       help
           Enable this option if you have an infrared remote control which
           uses the Sharp protocol (Sharp, Denon), and you need software
           decoding support.
@@ -111,7 +111,7 @@ config IR_MCE_KBD_DECODER
        depends on RC_CORE
        select BITREVERSE
 
-       ---help---
+       help
           Enable this option if you have a Microsoft Remote Keyboard for
           Windows Media Center Edition, which you would like to use with
           a raw IR receiver in your system.
@@ -121,14 +121,14 @@ config IR_XMP_DECODER
        depends on RC_CORE
        select BITREVERSE
 
-       ---help---
+       help
           Enable this option if you have IR with XMP protocol, and
           if the IR is decoded in software
 
 config IR_IMON_DECODER
        tristate "Enable IR raw decoder for the iMON protocol"
        depends on RC_CORE
-       ---help---
+       help
           Enable this option if you have iMON PAD or Antec Veris infrared
           remote control and you would like to use it with a raw IR
           receiver, or if you wish to use an encoder to transmit this IR.
@@ -177,7 +177,7 @@ config IR_ENE
        tristate "ENE eHome Receiver/Transceiver (pnp id: ENE0100/ENE02xxx)"
        depends on PNP || COMPILE_TEST
        depends on RC_CORE
-       ---help---
+       help
           Say Y here to enable support for integrated infrared receiver
           /transceiver made by ENE.
 
@@ -203,7 +203,7 @@ config IR_IMON
        depends on USB_ARCH_HAS_HCD
        depends on RC_CORE
        select USB
-       ---help---
+       help
           Say Y here if you want to use a SoundGraph iMON (aka Antec Veris)
           IR Receiver and/or LCD/VFD/VGA display.
 
@@ -215,7 +215,7 @@ config IR_IMON_RAW
        depends on USB_ARCH_HAS_HCD
        depends on RC_CORE
        select USB
-       ---help---
+       help
           Say Y here if you want to use a SoundGraph iMON IR Receiver,
           early raw models.
 
@@ -227,7 +227,7 @@ config IR_MCEUSB
        depends on USB_ARCH_HAS_HCD
        depends on RC_CORE
        select USB
-       ---help---
+       help
           Say Y here if you want to use a Windows Media Center Edition
           eHome Infrared Transceiver.
 
@@ -238,7 +238,7 @@ config IR_ITE_CIR
        tristate "ITE Tech Inc. IT8712/IT8512 Consumer Infrared Transceiver"
        depends on PNP || COMPILE_TEST
        depends on RC_CORE
-       ---help---
+       help
           Say Y here to enable support for integrated infrared receivers
           /transceivers made by ITE Tech Inc. These are found in
           several ASUS devices, like the ASUS Digimatrix or the ASUS
@@ -251,7 +251,7 @@ config IR_FINTEK
        tristate "Fintek Consumer Infrared Transceiver"
        depends on PNP || COMPILE_TEST
        depends on RC_CORE
-       ---help---
+       help
           Say Y here to enable support for integrated infrared receiver
           /transceiver made by Fintek. This chip is found on assorted
           Jetway motherboards (and of course, possibly others).
@@ -263,7 +263,7 @@ config IR_MESON
        tristate "Amlogic Meson IR remote receiver"
        depends on RC_CORE
        depends on ARCH_MESON || COMPILE_TEST
-       ---help---
+       help
           Say Y if you want to use the IR remote receiver available
           on Amlogic Meson SoCs.
 
@@ -274,7 +274,7 @@ config IR_MTK
        tristate "Mediatek IR remote receiver"
        depends on RC_CORE
        depends on ARCH_MEDIATEK || COMPILE_TEST
-       ---help---
+       help
           Say Y if you want to use the IR remote receiver available
           on Mediatek SoCs.
 
@@ -285,7 +285,7 @@ config IR_NUVOTON
        tristate "Nuvoton w836x7hg Consumer Infrared Transceiver"
        depends on PNP || COMPILE_TEST
        depends on RC_CORE
-       ---help---
+       help
           Say Y here to enable support for integrated infrared receiver
           /transceiver made by Nuvoton (formerly Winbond). This chip is
           found in the ASRock ION 330HT, as well as assorted Intel
@@ -301,7 +301,7 @@ config IR_REDRAT3
        select NEW_LEDS
        select LEDS_CLASS
        select USB
-       ---help---
+       help
           Say Y here if you want to use a RedRat3 Infrared Transceiver.
 
           To compile this driver as a module, choose M here: the
@@ -311,7 +311,7 @@ config IR_SPI
        tristate "SPI connected IR LED"
        depends on SPI && LIRC
        depends on OF || COMPILE_TEST
-       ---help---
+       help
          Say Y if you want to use an IR LED connected through SPI bus.
 
          To compile this driver as a module, choose M here: the module will be
@@ -322,7 +322,7 @@ config IR_STREAMZAP
        depends on USB_ARCH_HAS_HCD
        depends on RC_CORE
        select USB
-       ---help---
+       help
           Say Y here if you want to use a Streamzap PC Remote
           Infrared Receiver.
 
@@ -336,7 +336,7 @@ config IR_WINBOND_CIR
        select NEW_LEDS
        select LEDS_CLASS
        select BITREVERSE
-       ---help---
+       help
           Say Y here if you want to use the IR remote functionality found
           in some Winbond SuperI/O chips. Currently only the WPCD376I
           chip is supported (included in some Intel Media series
@@ -350,7 +350,7 @@ config IR_IGORPLUGUSB
        depends on USB_ARCH_HAS_HCD
        depends on RC_CORE
        select USB
-       ---help---
+       help
           Say Y here if you want to use the IgorPlug-USB IR Receiver by
           Igor Cesko. This device is included on the Fit-PC2.
 
@@ -365,7 +365,7 @@ config IR_IGUANA
        depends on USB_ARCH_HAS_HCD
        depends on RC_CORE
        select USB
-       ---help---
+       help
           Say Y here if you want to use the IguanaWorks USB IR Transceiver.
           Both infrared receive and send are supported. If you want to
           change the ID or the pin config, use the user space driver from
@@ -383,7 +383,7 @@ config IR_TTUSBIR
        select USB
        select NEW_LEDS
        select LEDS_CLASS
-       ---help---
+       help
           Say Y here if you want to use the TechnoTrend USB IR Receiver. The
           driver can control the led.
 
@@ -393,7 +393,7 @@ config IR_TTUSBIR
 config IR_RX51
        tristate "Nokia N900 IR transmitter diode"
        depends on (OMAP_DM_TIMER && PWM_OMAP_DMTIMER && ARCH_OMAP2PLUS || COMPILE_TEST) && RC_CORE
-       ---help---
+       help
           Say Y or M here if you want to enable support for the IR
           transmitter diode built in the Nokia N900 (RX51) device.
 
@@ -405,7 +405,7 @@ source "drivers/media/rc/img-ir/Kconfig"
 config RC_LOOPBACK
        tristate "Remote Control Loopback Driver"
        depends on RC_CORE
-       ---help---
+       help
           Say Y here if you want support for the remote control loopback
           driver which allows TX data to be sent back as RX data.
           This is mostly useful for debugging purposes.
@@ -419,7 +419,7 @@ config IR_GPIO_CIR
        tristate "GPIO IR remote control"
        depends on RC_CORE
        depends on (OF && GPIOLIB) || COMPILE_TEST
-       ---help---
+       help
           Say Y if you want to use GPIO based IR Receiver.
 
           To compile this driver as a module, choose M here: the module will
@@ -430,7 +430,7 @@ config IR_GPIO_TX
        depends on RC_CORE
        depends on LIRC
        depends on (OF && GPIOLIB) || COMPILE_TEST
-       ---help---
+       help
           Say Y if you want to a GPIO based IR transmitter. This is a
           bit banging driver.
 
@@ -443,7 +443,7 @@ config IR_PWM_TX
        depends on LIRC
        depends on PWM
        depends on OF || COMPILE_TEST
-       ---help---
+       help
           Say Y if you want to use a PWM based IR transmitter. This is
           more power efficient than the bit banging gpio driver.
 
@@ -454,7 +454,7 @@ config RC_ST
        tristate "ST remote control receiver"
        depends on RC_CORE
        depends on ARCH_STI || COMPILE_TEST
-       ---help---
+       help
           Say Y here if you want support for ST remote control driver
           which allows both IR and UHF RX.
           The driver passes raw pulse and space information to the LIRC decoder.
@@ -465,7 +465,7 @@ config IR_SUNXI
        tristate "SUNXI IR remote control"
        depends on RC_CORE
        depends on ARCH_SUNXI || COMPILE_TEST
-       ---help---
+       help
           Say Y if you want to use sunXi internal IR Controller
 
           To compile this driver as a module, choose M here: the module will
@@ -474,7 +474,7 @@ config IR_SUNXI
 config IR_SERIAL
        tristate "Homebrew Serial Port Receiver"
        depends on RC_CORE
-       ---help---
+       help
           Say Y if you want to use Homebrew Serial Port Receivers and
           Transceivers.
 
@@ -484,13 +484,13 @@ config IR_SERIAL
 config IR_SERIAL_TRANSMITTER
        bool "Serial Port Transmitter"
        depends on IR_SERIAL
-       ---help---
+       help
           Serial Port Transmitter support
 
 config IR_SIR
        tristate "Built-in SIR IrDA port"
        depends on RC_CORE
-       ---help---
+       help
           Say Y if you want to use a IrDA SIR port Transceivers.
 
           To compile this driver as a module, choose M here: the module will
@@ -500,7 +500,7 @@ config IR_TANGO
        tristate "Sigma Designs SMP86xx IR decoder"
        depends on RC_CORE
        depends on ARCH_TANGO || COMPILE_TEST
-       ---help---
+       help
           Adds support for the HW IR decoder embedded on Sigma Designs
           Tango-based systems (SMP86xx, SMP87xx).
           The HW decoder supports NEC, RC-5, RC-6 IR protocols.
@@ -522,7 +522,7 @@ config IR_ZX
        tristate "ZTE ZX IR remote control"
        depends on RC_CORE
        depends on ARCH_ZX || COMPILE_TEST
-       ---help---
+       help
           Say Y if you want to use the IR remote control available
           on ZTE ZX family SoCs.
 
index 767423bbbdd0b55e6373d22346b9bc1c22716889..f459096d8e9ce6ea349ca73bf9916cf4b5db543b 100644 (file)
@@ -3,7 +3,7 @@ config RC_MAP
        depends on RC_CORE
        default y
 
-       ---help---
+       help
           This option enables the compilation of lots of Remote
           Controller tables. They are short tables, but if you
           don't use a remote controller, or prefer to load the
index b07ac86fc53c782cf0980fc86f07d09bb5df0e40..df169ecf0c27cf0f1e1d20e497886c18110b1117 100644 (file)
@@ -6,7 +6,7 @@ menu "SPI helper chips"
 config VIDEO_GS1662
        tristate "Gennum Serializers video"
        depends on SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
-       ---help---
+       help
          Enable the GS1662 driver which serializes video streams.
 
 endmenu
index 10b204cf4dbc2353850e41d5bdc53ed10d93ed4d..67578511bb9a3d5a385fc095ecf6fd7019a2ee9e 100644 (file)
@@ -2,7 +2,7 @@ config USB_AIRSPY
        tristate "AirSpy"
        depends on VIDEO_V4L2
        select VIDEOBUF2_VMALLOC
-       ---help---
+       help
          This is a video4linux2 driver for AirSpy SDR device.
 
          To compile this driver as a module, choose M here: the
index 65fc067eb864a719a676b5f359bed7009b9032f0..ab4092bdff6989a2d618151a22d8d253d216a22b 100644 (file)
@@ -9,7 +9,7 @@ config VIDEO_AU0828
        select MEDIA_TUNER_XC5000 if MEDIA_SUBDRV_AUTOSELECT
        select MEDIA_TUNER_MXL5007T if MEDIA_SUBDRV_AUTOSELECT
        select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT
-       ---help---
+       help
          This is a hybrid analog/digital tv capture driver for
          Auvitek's AU0828 USB device.
 
@@ -23,7 +23,7 @@ config VIDEO_AU0828_V4L2
        select DVB_AU8522_V4L if MEDIA_SUBDRV_AUTOSELECT
        select VIDEO_TUNER
        default y
-       ---help---
+       help
          This is a video4linux driver for Auvitek's USB device.
 
          Choose Y here to include support for v4l2 analog video
@@ -34,5 +34,5 @@ config VIDEO_AU0828_RC
        depends on RC_CORE
        depends on !(RC_CORE=m && VIDEO_AU0828=y)
        depends on VIDEO_AU0828
-       ---help---
+       help
           Enables Remote Controller support on au0828 driver.
index 66e9283f5993c0453b16e18dbdd1262c04fd02c7..7029a04f3ffd6150b288e9a8d2e3b735371e0ba7 100644 (file)
@@ -1,7 +1,7 @@
 config VIDEO_CPIA2
        tristate "CPiA2 Video For Linux"
        depends on VIDEO_DEV && USB && VIDEO_V4L2
-       ---help---
+       help
          This is the video4linux driver for cameras based on Vision's CPiA2
          (Colour Processor Interface ASIC), such as the Digital Blue QX5
          Microscope. If you have one of these cameras, say Y here
index 9e5b3e7c3ef524b989ec84601c80c37b306464f9..9262d0d7439ae9d4edacf841ee4e2b3c2ff35df4 100644 (file)
@@ -7,7 +7,7 @@ config VIDEO_CX231XX
        select VIDEO_CX25840
        select VIDEO_CX2341X
 
-       ---help---
+       help
          This is a video4linux driver for Conexant 231xx USB based TV cards.
 
          To compile this driver as a module, choose M here: the
@@ -18,7 +18,7 @@ config VIDEO_CX231XX_RC
        depends on RC_CORE=y || RC_CORE=VIDEO_CX231XX
        depends on VIDEO_CX231XX
        default y
-       ---help---
+       help
          cx231xx hardware has a builtin RX/TX support. However, a few
          designs opted to not use it, but, instead, some other hardware.
          This module enables the usage of those other hardware, like the
@@ -31,7 +31,7 @@ config VIDEO_CX231XX_ALSA
        depends on VIDEO_CX231XX && SND
        select SND_PCM
 
-       ---help---
+       help
          This is an ALSA driver for Cx231xx USB based TV cards.
 
          To compile this driver as a module, choose M here: the
@@ -52,6 +52,6 @@ config VIDEO_CX231XX_DVB
        select DVB_MN88473 if MEDIA_SUBDRV_AUTOSELECT
        select MEDIA_TUNER_R820T if MEDIA_SUBDRV_AUTOSELECT
 
-       ---help---
+       help
          This adds support for DVB cards based on the
          Conexant cx231xx chips.
index 451e076525d3474dd85549c80a65067f59b20736..639da7e24066cdd899fe2ace46e5ef4a1ceea8bc 100644 (file)
@@ -13,7 +13,7 @@ config VIDEO_EM28XX_V4L2
        select VIDEO_MSP3400 if MEDIA_SUBDRV_AUTOSELECT
        select VIDEO_MT9V011 if MEDIA_SUBDRV_AUTOSELECT && MEDIA_CAMERA_SUPPORT
        select VIDEO_OV2640 if MEDIA_SUBDRV_AUTOSELECT && MEDIA_CAMERA_SUPPORT
-       ---help---
+       help
          This is a video4linux driver for Empia 28xx based TV cards.
 
          To compile this driver as a module, choose M here: the
@@ -23,7 +23,7 @@ config VIDEO_EM28XX_ALSA
        depends on VIDEO_EM28XX && SND
        select SND_PCM
        tristate "Empia EM28xx ALSA audio module"
-       ---help---
+       help
          This is an ALSA driver for some Empia 28xx based TV cards.
 
          This is not required for em2800/em2820/em2821 boards. However,
@@ -66,7 +66,7 @@ config VIDEO_EM28XX_DVB
        select MEDIA_TUNER_XC2028 if MEDIA_SUBDRV_AUTOSELECT
        select MEDIA_TUNER_XC5000 if MEDIA_SUBDRV_AUTOSELECT
        select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT
-       ---help---
+       help
          This adds support for DVB cards based on the
          Empiatech em28xx chips.
 
@@ -76,5 +76,5 @@ config VIDEO_EM28XX_RC
        depends on VIDEO_EM28XX
        depends on !(RC_CORE=m && VIDEO_EM28XX=y)
        default VIDEO_EM28XX
-       ---help---
+       help
          Enables Remote Controller support on em28xx driver.
index af1d024309318d2fed5b31930ff67bc0bbe0d4a4..beab257c092f5de4fa2ab5d0eedfcf927492e488 100644 (file)
@@ -13,7 +13,7 @@ config VIDEO_GO7007
        select VIDEO_TW9906 if MEDIA_SUBDRV_AUTOSELECT
        select VIDEO_OV7640 if MEDIA_SUBDRV_AUTOSELECT && MEDIA_CAMERA_SUPPORT
        select VIDEO_UDA1342 if MEDIA_SUBDRV_AUTOSELECT
-       ---help---
+       help
          This is a video4linux driver for the WIS GO7007 MPEG
          encoder chip.
 
@@ -23,7 +23,7 @@ config VIDEO_GO7007
 config VIDEO_GO7007_USB
        tristate "WIS GO7007 USB support"
        depends on VIDEO_GO7007 && USB
-       ---help---
+       help
          This is a video4linux driver for the WIS GO7007 MPEG
          encoder chip over USB.
 
@@ -34,7 +34,7 @@ config VIDEO_GO7007_LOADER
        tristate "WIS GO7007 Loader support"
        depends on VIDEO_GO7007
        default y
-       ---help---
+       help
          This is a go7007 firmware loader driver for the WIS GO7007
          MPEG encoder chip over USB.
 
@@ -44,7 +44,7 @@ config VIDEO_GO7007_LOADER
 config VIDEO_GO7007_USB_S2250_BOARD
        tristate "Sensoray 2250/2251 support"
        depends on VIDEO_GO7007_USB && USB
-       ---help---
+       help
          This is a video4linux driver for the Sensoray 2250/2251 device.
 
          To compile this driver as a module, choose M here: the
index 088566e8846794f2d964be6567885b2bab6b97ba..0e6f36cb46e668f07b2a0b709e42b0f4a3a785c3 100644 (file)
@@ -4,7 +4,7 @@ menuconfig USB_GSPCA
        depends on INPUT || INPUT=n
        select VIDEOBUF2_VMALLOC
        default m
-       ---help---
+       help
          Say Y here if you want to enable selecting webcams based
          on the GSPCA framework.
 
index 937e6f5c1e8ec2cd6b3e34256dc5b65239c5e6d9..072e186018f567205077a3a3adb689ac89168dee 100644 (file)
@@ -2,7 +2,7 @@ config USB_HACKRF
        tristate "HackRF"
        depends on VIDEO_V4L2
        select VIDEOBUF2_VMALLOC
-       ---help---
+       help
          This is a video4linux2 driver for HackRF SDR device.
 
          To compile this driver as a module, choose M here: the
index d73d9a1952b47ce77e74e95731e74a3d97c6b1f1..9e78c0c32651151af29941c55eb4409ea96027b9 100644 (file)
@@ -2,7 +2,7 @@
 config VIDEO_HDPVR
        tristate "Hauppauge HD PVR support"
        depends on VIDEO_DEV && VIDEO_V4L2
-       ---help---
+       help
          This is a video4linux driver for Hauppauge's HD PVR USB device.
 
          To compile this driver as a module, choose M here: the
index 18ead44824ba2bd02d27480e0f04ac69f39182fd..11f1b75d3efd37c8e363139be7e0e9ac03ae449f 100644 (file)
@@ -4,7 +4,7 @@ config USB_PULSE8_CEC
        select CEC_CORE
        select SERIO
        select SERIO_SERPORT
-       ---help---
+       help
          This is a cec driver for the Pulse Eight HDMI CEC device.
 
          To compile this driver as a module, choose M here: the
index 1ad913fc30bf585393a74dfbc0fabaf7350fd8a4..ac6612cf1bec1a5e4bcb914a11e53476923b3bd5 100644 (file)
@@ -9,7 +9,7 @@ config VIDEO_PVRUSB2
        select VIDEO_MSP3400
        select VIDEO_WM8775
        select VIDEO_CS53L32A
-       ---help---
+       help
          This is a video4linux driver for Conexant 23416 based
          usb2 personal video recorder devices.
 
@@ -20,7 +20,7 @@ config VIDEO_PVRUSB2_SYSFS
        bool "pvrusb2 sysfs support"
        default y
        depends on VIDEO_PVRUSB2 && SYSFS
-       ---help---
+       help
          This option enables the operation of a sysfs based
          interface for query and control of the pvrusb2 driver.
 
@@ -43,7 +43,7 @@ config VIDEO_PVRUSB2_DVB
        select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT
        select MEDIA_TUNER_SIMPLE if MEDIA_SUBDRV_AUTOSELECT
        select MEDIA_TUNER_TDA8290 if MEDIA_SUBDRV_AUTOSELECT
-       ---help---
+       help
          This option enables a DVB interface for the pvrusb2 driver.
          If your device does not support digital television, this
          feature will have no affect on the driver's operation.
@@ -53,7 +53,7 @@ config VIDEO_PVRUSB2_DVB
 config VIDEO_PVRUSB2_DEBUGIFC
        bool "pvrusb2 debug interface"
        depends on VIDEO_PVRUSB2_SYSFS
-       ---help---
+       help
          This option enables the inclusion of a debug interface
          in the pvrusb2 driver, hosted through sysfs.
 
index d63d0a85003599478f573e4a6bf7ad4e9a0762c7..5f6d91edca4115b26b796f127ba5f762c31f7939 100644 (file)
@@ -2,7 +2,7 @@ config USB_PWC
        tristate "USB Philips Cameras"
        depends on VIDEO_V4L2
        select VIDEOBUF2_VMALLOC
-       ---help---
+       help
          Say Y or M here if you want to use one of these Philips & OEM
          webcams:
           * Philips PCA645, PCA646
@@ -41,7 +41,7 @@ config USB_PWC_INPUT_EVDEV
        bool "USB Philips Cameras input events device support"
        default y
        depends on USB_PWC && (USB_PWC=INPUT || INPUT=y)
-       ---help---
+       help
          This option makes USB Philips cameras register the snapshot button as
          an input device to report button events.
 
index 030ef01b1ff04137ede4a84ddf0357afe943343d..6b00be618db8e1d881e603209b026108f34d9067 100644 (file)
@@ -4,7 +4,7 @@ config USB_RAINSHADOW_CEC
        select CEC_CORE
        select SERIO
        select SERIO_SERPORT
-       ---help---
+       help
          This is a cec driver for the RainShadow Tech HDMI CEC device.
 
          To compile this driver as a module, choose M here: the
index d37b742d4f7a03911eccc560b61bc9ddd0d823b6..cc5e5aa3c93acdbcf420f24740ebddf301706273 100644 (file)
@@ -8,6 +8,6 @@ config SMS_USB_DRV
        depends on !RC_CORE || RC_CORE
        select MEDIA_COMMON_OPTIONS
        select SMS_SIANO_MDTV
-       ---help---
+       help
          Choose if you would like to have Siano's support for USB interface
 
index 425ed00e25992493b4ea12479fa298232d6dbd8b..03426e4437ea57096fe1fbe8f41823d9541545b1 100644 (file)
@@ -2,7 +2,7 @@ config VIDEO_STK1160_COMMON
        tristate "STK1160 USB video capture support"
        depends on VIDEO_DEV && I2C
 
-       ---help---
+       help
          This is a video4linux driver for STK1160 based video capture devices.
 
          To compile this driver as a module, choose M here: the
index a6a00aa4fce66e03c7f85acfd35917a98a699f51..ea9e04b3caafe8ed82722cd595042cd298c80a59 100644 (file)
@@ -1,7 +1,7 @@
 config USB_STKWEBCAM
        tristate "USB Syntek DC1125 Camera support"
        depends on VIDEO_V4L2
-       ---help---
+       help
          Say Y here if you want to use this type of camera.
          Supported devices are typically found in some Asus laptops,
          with USB id 174f:a311 and 05e1:0501. Other Syntek cameras
index a43b77abd931996199ec83c49734e8a3afefa652..321ae691f4d9234a3f8f81c4304f9d38197fea77 100644 (file)
@@ -18,7 +18,7 @@ config VIDEO_TM6000_ALSA
        tristate "TV Master TM5600/6000/6010 audio support"
        depends on VIDEO_TM6000 && SND
        select SND_PCM
-       ---help---
+       help
          This is a video4linux driver for direct (DMA) audio for
          TM5600/TM6000/TM6010 USB Devices.
 
@@ -29,5 +29,5 @@ config VIDEO_TM6000_DVB
        tristate "DVB Support for tm6000 based TV cards"
        depends on VIDEO_TM6000 && DVB_CORE && USB
        select DVB_ZL10353
-       ---help---
+       help
          This adds support for DVB cards based on the tm5600/tm6000 chip.
index 14a0941fa0d0732096c070534b7a8611d97c43d5..2b4ac08484693fcd6c6548a4950c529b592cc2a6 100644 (file)
@@ -4,7 +4,7 @@ config VIDEO_USBTV
        select SND_PCM
        select VIDEOBUF2_VMALLOC
 
-       ---help---
+       help
          This is a video4linux2 driver for USBTV007 based video capture devices.
 
          To compile this driver as a module, choose M here: the
index 6b6afc5d8f7e8d3a373cc623382e48ff7e54f27a..7aa080cb98843ac6409b7ce8bedd6f7bb302e1ba 100644 (file)
@@ -3,7 +3,7 @@ config VIDEO_USBVISION
        depends on I2C && VIDEO_V4L2
        select VIDEO_TUNER
        select VIDEO_SAA711X if MEDIA_SUBDRV_AUTOSELECT
-       ---help---
+       help
          There are more than 50 different USB video devices based on
          NT1003/1004/1005 USB Bridges. This driver enables using those
          devices.
index 6ed85efabcaad28d67f2493357176037317355aa..94937d0cc2e36b11d922352fa92cb4f33dfbd88a 100644 (file)
@@ -2,7 +2,7 @@ config USB_VIDEO_CLASS
        tristate "USB Video Class (UVC)"
        depends on VIDEO_V4L2
        select VIDEOBUF2_VMALLOC
-       ---help---
+       help
          Support for the USB Video Class (UVC).  Currently only video
          input devices, such as webcams, are supported.
 
@@ -13,7 +13,7 @@ config USB_VIDEO_CLASS_INPUT_EVDEV
        default y
        depends on USB_VIDEO_CLASS
        depends on USB_VIDEO_CLASS=INPUT || INPUT=y
-       ---help---
+       help
          This option makes USB Video Class devices register an input device
          to report button events.
 
index ac429bca70e8a671476224c1575b70b097629ed0..979b1d4f3f681ef707e76c86dd79140eef0e45ea 100644 (file)
@@ -3,7 +3,7 @@ config USB_ZR364XX
        depends on VIDEO_V4L2
        select VIDEOBUF_GEN
        select VIDEOBUF_VMALLOC
-       ---help---
+       help
          Say Y here if you want to connect this type of camera to your
          computer's USB port.
          See <file:Documentation/media/v4l-drivers/zr364xx.rst> for more info
index c0940f5c69b4397fafc109aa7a18e3878ebc4a22..8402096f7796b8cec7b795ff8d175483e197f207 100644 (file)
@@ -13,7 +13,7 @@ config VIDEO_V4L2
 config VIDEO_ADV_DEBUG
        bool "Enable advanced debug functionality on V4L2 drivers"
        default n
-       ---help---
+       help
          Say Y here to enable advanced debugging functionality on some
          V4L devices.
          In doubt, say N.
@@ -21,7 +21,7 @@ config VIDEO_ADV_DEBUG
 config VIDEO_FIXED_MINOR_RANGES
        bool "Enable old-style fixed minor ranges on drivers/video devices"
        default n
-       ---help---
+       help
          Say Y here to enable the old-style fixed-range minor assignments.
          Only useful if you rely on the old behavior and use mknod instead of udev.
 
@@ -33,7 +33,7 @@ config VIDEO_PCI_SKELETON
        depends on SAMPLES
        depends on VIDEO_V4L2 && VIDEOBUF2_CORE
        depends on VIDEOBUF2_MEMOPS && VIDEOBUF2_DMA_CONTIG
-       ---help---
+       help
          Enable build of the skeleton PCI driver, used as a reference
          when developing new drivers.
 
@@ -51,7 +51,7 @@ config V4L2_FLASH_LED_CLASS
        tristate "V4L2 flash API for LED flash class devices"
        depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
        depends on LEDS_CLASS_FLASH
-       ---help---
+       help
          Say Y here to enable V4L2 flash API support for LED flash
          class drivers.
 
index 1da5c20d65c04ac4554829dc0ef71170afde4c9b..277df2b3938467f5ab99f6789c49949beeaa27bd 100644 (file)
@@ -1,7 +1,7 @@
 menuconfig STAGING_MEDIA
        bool "Media staging drivers"
        default n
-       ---help---
+       help
          This option allows you to select a number of media drivers that
          don't have the "normal" Linux kernel quality level.
          Most of them don't follow properly the V4L, DVB and/or RC API's,
index a9fc6e1864948c633090e910926c269ff9680cec..a1526175eccbb382669a8fbe2d65bb70ebdee533 100644 (file)
@@ -5,7 +5,7 @@
 config I2C_BCM2048
        tristate "Broadcom BCM2048 FM Radio Receiver support"
        depends on I2C && VIDEO_V4L2 && RADIO_ADAPTERS
-       ---help---
+       help
          Say Y here if you want support to BCM2048 FM Radio Receiver.
          This device driver supports only i2c bus.
 
index 36b276ea2ecc9b356089e53cf44c0d648b5a6b16..f6d220b649fb1e312d0f8e49855cb5524875a00e 100644 (file)
@@ -6,7 +6,7 @@ config VIDEO_IMX_MEDIA
        depends on HAS_DMA
        select VIDEOBUF2_DMA_CONTIG
        select V4L2_FWNODE
-       ---help---
+       help
          Say yes here to enable support for video4linux media controller
          driver for the i.MX5/6 SOC.
 
@@ -17,7 +17,7 @@ config VIDEO_IMX_CSI
        tristate "i.MX5/6 Camera Sensor Interface driver"
        depends on VIDEO_IMX_MEDIA && VIDEO_DEV && I2C
        default y
-       ---help---
+       help
          A video4linux camera sensor interface driver for i.MX5/6.
 
 config VIDEO_IMX7_CSI
index 75cd889f18f76346a65e8edc4df69536c12dad7f..d5e50f88684a9f142ae5073eec8cb589e401332d 100644 (file)
@@ -5,7 +5,7 @@ config VIDEO_IPU3_IMGU
        depends on X86
        select IOMMU_IOVA
        select VIDEOBUF2_DMA_SG
-       ---help---
+       help
          This is the Video4Linux2 driver for Intel IPU3 image processing unit,
          found in Intel Skylake and Kaby Lake SoCs and used for processing
          images and video.
index 841cc0b3ce13484a1ee905a96421e97cad11378e..4dcbc5065821f876d94cd40a74e1218f0733edf4 100644 (file)
@@ -6,5 +6,5 @@ config VIDEO_OMAP4
        depends on ARCH_OMAP4 || COMPILE_TEST
        select MFD_SYSCON
        select VIDEOBUF2_DMA_CONTIG
-       ---help---
+       help
          Driver for an OMAP 4 ISS controller.