提交 c1abc95b 编写于 作者: J Jeff Kirsher

drivers/net/ethernet: Add ethernet dir and config option

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: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
上级 19fd6178
......@@ -193,6 +193,8 @@ source "drivers/net/phy/Kconfig"
# Ethernet
#
source "drivers/net/ethernet/Kconfig"
menuconfig NET_ETHERNET
bool "Ethernet (10 or 100Mbit)"
depends on !UML
......
#
# Makefile for the Linux network (ethercard) device drivers.
# Makefile for the Linux network device drivers.
#
obj-$(CONFIG_MII) += mii.o
......
#
# 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
#
# Makefile for the Linux network Ethernet device drivers.
#
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册