drivers: Kconfig: remove ---help---

Use "help" in Kconfig instead of deprecated option "---help---"
Refer k5.9 commit:
f70f74d15ca80d73eca6d5a731257627fb6370c5 2020-08-14 13:30:03 +0900 Masahiro Yamada ##  kconfig: remove '---help---' support

Change-Id: Id0ba957cf565d51de66e0921a395dabe0d9fc66d
Signed-off-by: Bitan Biswas <bbiswas@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2400850
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Bitan Biswas
2020-08-17 13:16:25 -07:00
committed by Revanth Kumar Uppala
parent aa31dfba17
commit 2b858ac2eb

View File

@@ -5,7 +5,7 @@ config NVETHERNET
select MII
depends on OF && HAS_DMA
default n
---help---
help
Say Y here if you have a NVIDIA Tegra Ethernet EQOS Adapter.
To compile this driver as a module, choose M here: the module
@@ -14,6 +14,6 @@ config NVETHERNET_SELFTESTS
bool "Support for NVETHERNET Selftests"
depends on NVETHERNET
default n
---help---
help
This adds support for NVETHERNET Selftests using ethtool. Enable this
feature if you are facing problems with your HW.