staging: fsl-dpaa2: use help instead of ---help--- in Kconfig

- Resolve the following warning from the Kconfig,
    "WARNING: prefer 'help' over '---help---' for new help texts"

Signed-off-by: Moses Christopher <moseschristopherb@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Moses Christopher 2019-05-18 12:03:36 +05:30 коммит произвёл Greg Kroah-Hartman
Родитель 7ac3e13a9f
Коммит 30d8b6e182
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -6,7 +6,7 @@
config FSL_DPAA2 config FSL_DPAA2
bool "Freescale DPAA2 devices" bool "Freescale DPAA2 devices"
depends on FSL_MC_BUS depends on FSL_MC_BUS
---help--- help
Build drivers for Freescale DataPath Acceleration Build drivers for Freescale DataPath Acceleration
Architecture (DPAA2) family of SoCs. Architecture (DPAA2) family of SoCs.
@ -14,6 +14,6 @@ config FSL_DPAA2_ETHSW
tristate "Freescale DPAA2 Ethernet Switch" tristate "Freescale DPAA2 Ethernet Switch"
depends on FSL_DPAA2 depends on FSL_DPAA2
depends on NET_SWITCHDEV depends on NET_SWITCHDEV
---help--- help
Driver for Freescale DPAA2 Ethernet Switch. Select Driver for Freescale DPAA2 Ethernet Switch. Select
BRIDGE to have support for bridge tools. BRIDGE to have support for bridge tools.