aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index a20693fcb321..89be23340ee4 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -2954,6 +2954,18 @@ source "drivers/s390/net/Kconfig"
2954 2954
2955source "drivers/net/caif/Kconfig" 2955source "drivers/net/caif/Kconfig"
2956 2956
2957config TILE_NET
2958 tristate "Tilera GBE/XGBE network driver support"
2959 depends on TILE
2960 default y
2961 select CRC32
2962 help
2963 This is a standard Linux network device driver for the
2964 on-chip Tilera Gigabit Ethernet and XAUI interfaces.
2965
2966 To compile this driver as a module, choose M here: the module
2967 will be called tile_net.
2968
2957config XEN_NETDEV_FRONTEND 2969config XEN_NETDEV_FRONTEND
2958 tristate "Xen network device frontend driver" 2970 tristate "Xen network device frontend driver"
2959 depends on XEN 2971 depends on XEN