We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 734e528 commit 3566cf1Copy full SHA for 3566cf1
drivers/ethernet/Kconfig.e1000
@@ -9,10 +9,11 @@ menuconfig ETH_E1000
9
help
10
Enable Intel(R) PRO/1000 Gigabit Ethernet driver.
11
12
+if ETH_E1000
13
+
14
config ETH_NIC_MODEL
15
string
16
default "e1000"
- depends on ETH_E1000
17
18
Tells what Qemu network model to use. This value is given as
19
a parameter to -nic qemu command line option.
@@ -38,3 +39,5 @@ config ETH_E1000_PTP_CLOCK_SRC_HZ
38
39
40
Set the frequency in Hz sourced to the PTP timer.
41
If the value is set properly, the timer will be accurate.
42
43
+endif # ETH_E1000
0 commit comments