mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 02:01:36 +03:00
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>
20 lines
536 B
Plaintext
20 lines
536 B
Plaintext
config NVETHERNET
|
|
tristate "NVIDIA Tegra Ethernet EQOS driver"
|
|
select PHYLIB
|
|
select CRC32
|
|
select MII
|
|
depends on OF && HAS_DMA
|
|
default n
|
|
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
|
|
will be called nvethernet.
|
|
config NVETHERNET_SELFTESTS
|
|
bool "Support for NVETHERNET Selftests"
|
|
depends on NVETHERNET
|
|
default n
|
|
help
|
|
This adds support for NVETHERNET Selftests using ethtool. Enable this
|
|
feature if you are facing problems with your HW.
|