blob: d59e4f2aa93fd14fc91abc8f4cfad856bc03c0ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#
# 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
|