Kconfig (3b3dab5f1c4997f16d3865f6a44afcdeda797881) Kconfig (801c62d945c6121c0262924732e430f0553bfb37)
1#
2# AMD network device configuration
3#
4
5config NET_VENDOR_AMD
6 bool "AMD devices"
7 default y
8 depends on DIO || MACH_DECSTATION || MVME147 || ATARI || SUN3 || \

--- 168 unchanged lines hidden (view full) ---

177 To compile this driver as a module, choose M here: the module
178 will be called sunlance.
179
180config AMD_XGBE
181 tristate "AMD 10GbE Ethernet driver"
182 depends on OF_NET
183 select PHYLIB
184 select AMD_XGBE_PHY
1#
2# AMD network device configuration
3#
4
5config NET_VENDOR_AMD
6 bool "AMD devices"
7 default y
8 depends on DIO || MACH_DECSTATION || MVME147 || ATARI || SUN3 || \

--- 168 unchanged lines hidden (view full) ---

177 To compile this driver as a module, choose M here: the module
178 will be called sunlance.
179
180config AMD_XGBE
181 tristate "AMD 10GbE Ethernet driver"
182 depends on OF_NET
183 select PHYLIB
184 select AMD_XGBE_PHY
185 select BITREVERSE
185 ---help---
186 This driver supports the AMD 10GbE Ethernet device found on an
187 AMD SoC.
188
189 To compile this driver as a module, choose M here: the module
190 will be called amd-xgbe.
191
192endif # NET_VENDOR_AMD
186 ---help---
187 This driver supports the AMD 10GbE Ethernet device found on an
188 AMD SoC.
189
190 To compile this driver as a module, choose M here: the module
191 will be called amd-xgbe.
192
193endif # NET_VENDOR_AMD