Skip to content

Commit

Permalink
media: Kconfig files: use the right help coding style
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
mchehab committed Mar 20, 2019
1 parent 8a3946c commit b60a5b8
Show file tree
Hide file tree
Showing 70 changed files with 320 additions and 320 deletions.
20 changes: 10 additions & 10 deletions drivers/media/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -50,15 +50,15 @@ 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
hybrid digital TV and analog TV.

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
Expand All @@ -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.

Expand All @@ -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.

Expand All @@ -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.
Expand All @@ -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
Expand All @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions drivers/media/cec/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions drivers/media/common/siano/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down
Loading

0 comments on commit b60a5b8

Please sign in to comment.