diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-03-29 18:25:21 -0700 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-10 19:53:20 -0700 |
commit | c1abc95b157fe4574919942018af143203ecca8e (patch) | |
tree | 8cf88016bb3ed7c11a387bd2a20a8c3ecbacbc5c /drivers/net/ethernet/Kconfig | |
parent | 19fd61785a580c60cba900c5171bfadb57dd5056 (diff) | |
download | lwn-c1abc95b157fe4574919942018af143203ecca8e.tar.gz lwn-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/ethernet/Kconfig')
-rw-r--r-- | drivers/net/ethernet/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/net/ethernet/Kconfig b/drivers/net/ethernet/Kconfig new file mode 100644 index 000000000000..d59e4f2aa93f --- /dev/null +++ b/drivers/net/ethernet/Kconfig @@ -0,0 +1,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 |