diff options
author | Kees Cook <keescook@chromium.org> | 2012-10-02 14:18:11 -0400 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2013-01-11 14:38:40 -0500 |
commit | 2b86d8729bcd1cd7837bdc644ac5a390492bae62 (patch) | |
tree | fd5a1329447a5d7c974a63124e8e236d14b3f646 /drivers/net/ethernet/packetengines | |
parent | 6a58042f61e7c3476e40a4b27e8a94d0bee047cd (diff) |
drivers/net/ethernet/packetengines: remove depends on CONFIG_EXPERIMENTAL
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>
Diffstat (limited to 'drivers/net/ethernet/packetengines')
-rw-r--r-- | drivers/net/ethernet/packetengines/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/packetengines/Kconfig b/drivers/net/ethernet/packetengines/Kconfig index 8f29feb35548..cbbeca3f8c5c 100644 --- a/drivers/net/ethernet/packetengines/Kconfig +++ b/drivers/net/ethernet/packetengines/Kconfig | |||
@@ -32,8 +32,8 @@ config HAMACHI | |||
32 | called hamachi. | 32 | called hamachi. |
33 | 33 | ||
34 | config YELLOWFIN | 34 | config YELLOWFIN |
35 | tristate "Packet Engines Yellowfin Gigabit-NIC support (EXPERIMENTAL)" | 35 | tristate "Packet Engines Yellowfin Gigabit-NIC support" |
36 | depends on PCI && EXPERIMENTAL | 36 | depends on PCI |
37 | select CRC32 | 37 | select CRC32 |
38 | ---help--- | 38 | ---help--- |
39 | Say Y here if you have a Packet Engines G-NIC PCI Gigabit Ethernet | 39 | Say Y here if you have a Packet Engines G-NIC PCI Gigabit Ethernet |