This is the initial patch to organize the drivers/net directory structure and networking device driver config options. This patch does the following: - add drivers/net/ethernet/Kconfig - integrate the new files into the existing config Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
14 lines
221 B
Text
14 lines
221 B
Text
#
|
|
# 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
|