diff options
author | Vinod Koul <vkoul@kernel.org> | 2019-05-02 16:29:17 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-05-02 17:17:50 +0200 |
commit | 92fd75f103248f9dff32ad8ca8cc6d1c05756712 (patch) | |
tree | ee4d11e32b218a0f798a2cda41619529beaba8dc | |
parent | 17ed5bef49f42ec04beb2ce2aebd24a5296c2a80 (diff) | |
download | linux-92fd75f103248f9dff32ad8ca8cc6d1c05756712.tar.bz2 |
soundwire: fix kconfig help format
Move to help format instead of --help-- as that is not recommended and
this makes file consistent with other instance
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-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 84876a74874f..53b55b79c4af 100644 --- a/drivers/soundwire/Kconfig +++ b/drivers/soundwire/Kconfig @@ -28,7 +28,7 @@ config SOUNDWIRE_INTEL select SOUNDWIRE_CADENCE select SOUNDWIRE_BUS depends on X86 && ACPI && SND_SOC - ---help--- + help SoundWire Intel Master driver. If you have an Intel platform which has a SoundWire Master then enable this config option to get the SoundWire support for that |