summaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorJeff Kirsher2011-03-30 03:25:21 +0200
committerJeff Kirsher2011-08-11 04:53:20 +0200
commitc1abc95b157fe4574919942018af143203ecca8e (patch)
tree8cf88016bb3ed7c11a387bd2a20a8c3ecbacbc5c /drivers/net/Kconfig
parentMerge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net (diff)
downloadkernel-qcow2-linux-c1abc95b157fe4574919942018af143203ecca8e.tar.gz
kernel-qcow2-linux-c1abc95b157fe4574919942018af143203ecca8e.tar.xz
kernel-qcow2-linux-c1abc95b157fe4574919942018af143203ecca8e.zip
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: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 8d0314dbd946..5b95796942db 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -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