mirror of https://gitee.com/openkylin/linux.git
15 lines
221 B
Plaintext
15 lines
221 B
Plaintext
|
#
|
||
|
# Ethernet LAN device configuration
|
||
|
#
|
||
|
|
||
|
menuconfig ETHERNET
|
||
|
bool "Ethernet driver support"
|
||
|
depends on NET
|
||
|
default y
|
||
|
---help---
|
||
|
This section contains all the Ethernet device drivers.
|
||
|
|
||
|
if ETHERNET
|
||
|
|
||
|
endif # ETHERNET
|