kbuild: refactor fdtoverlay rule
[linux-2.6-microblaze.git] / net / Kconfig
index 0ead7ec..f5ee7c6 100644 (file)
@@ -245,6 +245,14 @@ source "net/l3mdev/Kconfig"
 source "net/qrtr/Kconfig"
 source "net/ncsi/Kconfig"
 
+config PCPU_DEV_REFCNT
+       bool "Use percpu variables to maintain network device refcount"
+       depends on SMP
+       default y
+       help
+         network device refcount are using per cpu variables if this option is set.
+         This can be forced to N to detect underflows (with a performance drop).
+
 config RPS
        bool
        depends on SMP && SYSFS
@@ -421,6 +429,10 @@ config GRO_CELLS
 config SOCK_VALIDATE_XMIT
        bool
 
+config NET_SELFTESTS
+       def_tristate PHYLIB
+       depends on PHYLIB && INET
+
 config NET_SOCK_MSG
        bool
        default n