Skip to content

Commit

Permalink
drivers/net/ethernet/packetengines: remove depends on CONFIG_EXPERIME…
Browse files Browse the repository at this point in the history
…NTAL

The CONFIG_EXPERIMENTAL config item has not carried much meaning for a
while now and is almost always enabled by default. As agreed during the
Linux kernel summit, remove it from any "depends on" lines in Kconfigs.

CC: Stephen Hemminger <shemminger@vyatta.com>
CC: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Kees Cook <keescook@chromium.org>
Acked-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Kees Cook committed Jan 11, 2013
1 parent 6a58042 commit 2b86d87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/ethernet/packetengines/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ config HAMACHI
called hamachi.

config YELLOWFIN
tristate "Packet Engines Yellowfin Gigabit-NIC support (EXPERIMENTAL)"
depends on PCI && EXPERIMENTAL
tristate "Packet Engines Yellowfin Gigabit-NIC support"
depends on PCI
select CRC32
---help---
Say Y here if you have a Packet Engines G-NIC PCI Gigabit Ethernet
Expand Down

0 comments on commit 2b86d87

Please sign in to comment.