hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
kernel/drivers/net/ethernet/amazon/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Amazon network device configuration
34 #
....@@ -5,7 +6,7 @@
56 config NET_VENDOR_AMAZON
67 bool "Amazon Devices"
78 default y
8
- ---help---
9
+ help
910 If you have a network (Ethernet) device belonging to this class, say Y.
1011
1112 Note that the answer to this question doesn't directly affect the
....@@ -18,7 +19,8 @@
1819 config ENA_ETHERNET
1920 tristate "Elastic Network Adapter (ENA) support"
2021 depends on PCI_MSI && !CPU_BIG_ENDIAN
21
- ---help---
22
+ select DIMLIB
23
+ help
2224 This driver supports Elastic Network Adapter (ENA)"
2325
2426 To compile this driver as a module, choose M here.