diff options
author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | 2019-05-01 10:57:24 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-05-02 17:09:00 +0200 |
commit | 9d7cd9d500826a14fc68fb6994db375432866c6a (patch) | |
tree | b15bfc903444ac0971f1f46643cd002244123f2f /drivers/soundwire | |
parent | e21107aa6bf32a90f856c96d77806bf42eb8f238 (diff) | |
download | linux-stable-9d7cd9d500826a14fc68fb6994db375432866c6a.tar.gz linux-stable-9d7cd9d500826a14fc68fb6994db375432866c6a.tar.bz2 linux-stable-9d7cd9d500826a14fc68fb6994db375432866c6a.zip |
soundwire: Kconfig: fix help format
Move to the regular help format, --help-- is no longer recommended.
Reviewed-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/soundwire')
-rw-r--r-- | drivers/soundwire/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soundwire/Kconfig b/drivers/soundwire/Kconfig index 19c8efb9a5ee..84876a74874f 100644 --- a/drivers/soundwire/Kconfig +++ b/drivers/soundwire/Kconfig @@ -4,7 +4,7 @@ menuconfig SOUNDWIRE bool "SoundWire support" - ---help--- + help SoundWire is a 2-Pin interface with data and clock line ratified by the MIPI Alliance. SoundWire is used for transporting data typically related to audio functions. SoundWire interface is |