This 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.

CC: Jeff Kirsher <jeffrey.t.kirs...@intel.com>
CC: Jesse Brandeburg <jesse.brandeb...@intel.com>
CC: Bruce Allan <bruce.w.al...@intel.com>
CC: Carolyn Wyborny <carolyn.wybo...@intel.com>
CC: Don Skidmore <donald.c.skidm...@intel.com>
CC: Greg Rose <gregory.v.r...@intel.com>
CC: Peter P Waskiewicz Jr <peter.p.waskiewicz...@intel.com>
CC: Alex Duyck <alexander.h.du...@intel.com>
CC: John Ronciak <john.ronc...@intel.com>
Signed-off-by: Kees Cook <keesc...@chromium.org>
---
 drivers/net/ethernet/intel/Kconfig |    9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/drivers/net/ethernet/intel/Kconfig 
b/drivers/net/ethernet/intel/Kconfig
index 0cafe4f..ec45200 100644
--- a/drivers/net/ethernet/intel/Kconfig
+++ b/drivers/net/ethernet/intel/Kconfig
@@ -5,11 +5,6 @@
 config NET_VENDOR_INTEL
        bool "Intel devices"
        default y
-       depends on PCI || PCI_MSI || ISA || ISA_DMA_API || ARM || \
-                  ARCH_ACORN || MCA || MCA_LEGACY || SNI_RM || SUN3 || \
-                  GSC || BVME6000 || MVME16x || \
-                  (ARM && ARCH_IXP4XX && IXP4XX_NPE && IXP4XX_QMGR) || \
-                  EXPERIMENTAL
        ---help---
          If you have a network (Ethernet) card belonging to this class, say Y
          and read the Ethernet-HOWTO, available from
@@ -123,7 +118,7 @@ config IGB_DCA
 config IGB_PTP
        bool "PTP Hardware Clock (PHC)"
        default n
-       depends on IGB && EXPERIMENTAL
+       depends on IGB
        select PPS
        select PTP_1588_CLOCK
        ---help---
@@ -225,7 +220,7 @@ config IXGBE_DCB
 config IXGBE_PTP
        bool "PTP Clock Support"
        default n
-       depends on IXGBE && EXPERIMENTAL
+       depends on IXGBE
        select PPS
        select PTP_1588_CLOCK
        ---help---
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to