--- zzzz-none-000/linux-2.6.39.4/drivers/net/Kconfig 2011-08-03 19:43:28.000000000 +0000 +++ puma6-arm-6490-729/linux-2.6.39.4/drivers/net/Kconfig 2021-11-10 13:23:10.000000000 +0000 @@ -154,6 +154,21 @@ When one end receives the packet it appears on its pair and vice versa. +config B2B + tristate "Connect pairs of ethernet devices back to back" + depends on PROC_FS + default n + ---help--- + Connect pairs of etherent devices back to back. + Controlled via /proc/net/b2b + +config B2B_NUM + int "Maximum Number of device pairs" + depends on B2B + default "16" + help + Set the maximum number of device pairs b2b driver. + config NET_SB1000 tristate "General Instruments Surfboard 1000" depends on PNP @@ -235,6 +250,26 @@ source "drivers/net/arm/Kconfig" +config AVM_CPMAC + tristate "AVM CPMAC support" + depends on NET_ETHERNET + help + This driver is developed for the FRITZ!Box network hardware. + To compile this driver as a module, choose M here. + The module will be called avm_cpmac. + +config AVM_CPMAC_NUM_RX_BUFFERS + int "Number of Rx-Buffers" + depends on AVM_CPMAC + default 256 + +config AVM_CPMAC_SWITCH + bool "Support for switches (currently ADM6996 family)" + depends on AVM_CPMAC + default y + help + Code for the ADMtek switch family ADM6996 (L, LC, FC) + config AX88796 tristate "ASIX AX88796 NE2000 clone support" depends on ARM || MIPS || SUPERH @@ -2922,6 +2957,42 @@ endif # NETDEV_10000 +menuconfig UDMA + tristate "Intel(R) UDMA Driver support" + depends on ARCH_GEN3 + default y + ---help--- + For general information and support, go to the Intel support + website at: + + + + To compile this driver as a module, choose M here. The module + will be called udma.ko + +if UDMA +config UDMA_RATE_LIMITATION + bool "UDMA rate limitation support" + default n + help + Add UDMA rate limitation support + +config UDMA_DEBUG + bool "udma debug tool support" + default y + help + Add UDMA debug tool support +endif + + + + + + + + + + source "drivers/net/tokenring/Kconfig" source "drivers/net/wireless/Kconfig" @@ -3442,4 +3513,18 @@ To compile this driver as a module, choose M here: the module will be called vmxnet3. +config AVM_NET_LINK_AUDIO + tristate "The AVM netlink-audio driver" + default n + +config AVM_CPU_CONNECT + bool "AVM CPU connect support" + default n + help + This driver is developed for the FRITZ!Box network hardware. + It will allow network communication between two CPUs which + can share their memory with each other. + +source "drivers/net/avm_cpmac/Kconfig" + endif # NETDEVICES