Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56223
b: refs/heads/master
c: f30486d
h: refs/heads/master
i:
  56221: eaa60aa
  56219: 5b2b50b
  56215: 3f67b96
  56207: 9b65dd3
  56191: 94a04c7
v: v3
  • Loading branch information
Jan Engelhardt authored and Jeff Garzik committed May 11, 2007
1 parent f7f93da commit 8e48361
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 53f99941c1d0bd1d75c9ea7bf4dfcb3ce3ec4b05
refs/heads/master: f30486d57bceec2364aa696403d64429ada61b60
16 changes: 12 additions & 4 deletions trunk/drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1898,8 +1898,12 @@ endmenu
# Gigabit Ethernet
#

menu "Ethernet (1000 Mbit)"
menuconfig NETDEV_1000
bool "Ethernet (1000 Mbit)"
depends on !UML
default y

if NETDEV_1000

config ACENIC
tristate "Alteon AceNIC/3Com 3C985/NetGear GA620 Gigabit support"
Expand Down Expand Up @@ -2326,14 +2330,18 @@ config ATL1
To compile this driver as a module, choose M here. The module
will be called atl1.

endmenu
endif # NETDEV_1000

#
# 10 Gigabit Ethernet
#

menu "Ethernet (10000 Mbit)"
menuconfig NETDEV_10000
bool "Ethernet (10000 Mbit)"
depends on !UML
default y

if NETDEV_10000

config CHELSIO_T1
tristate "Chelsio 10Gb Ethernet support"
Expand Down Expand Up @@ -2507,7 +2515,7 @@ config MLX4_DEBUG
debug_level module parameter (which can also be set after
the driver is loaded through sysfs).

endmenu
endif # NETDEV_10000

source "drivers/net/tokenring/Kconfig"

Expand Down

0 comments on commit 8e48361

Please sign in to comment.