Kconfig (05909cd9a0c8811731b38697af13075e8954314f) Kconfig (0b32e91fdfd87314af9943e69eb85a88adb4233c)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Cadence device configuration
4#
5
6config NET_VENDOR_CADENCE
7 bool "Cadence devices"
8 depends on HAS_IOMEM

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

18 asked for your specific card in the following questions.
19
20if NET_VENDOR_CADENCE
21
22config MACB
23 tristate "Cadence MACB/GEM support"
24 depends on HAS_DMA && COMMON_CLK
25 select PHYLINK
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Cadence device configuration
4#
5
6config NET_VENDOR_CADENCE
7 bool "Cadence devices"
8 depends on HAS_IOMEM

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

18 asked for your specific card in the following questions.
19
20if NET_VENDOR_CADENCE
21
22config MACB
23 tristate "Cadence MACB/GEM support"
24 depends on HAS_DMA && COMMON_CLK
25 select PHYLINK
26 select CRC32
26 help
27 The Cadence MACB ethernet interface is found on many Atmel AT32 and
28 AT91 parts. This driver also supports the Cadence GEM (Gigabit
29 Ethernet MAC found in some ARM SoC devices). Say Y to include
30 support for the MACB/GEM chip.
31
32 To compile this driver as a module, choose M here: the module
33 will be macb.

--- 19 unchanged lines hidden ---
27 help
28 The Cadence MACB ethernet interface is found on many Atmel AT32 and
29 AT91 parts. This driver also supports the Cadence GEM (Gigabit
30 Ethernet MAC found in some ARM SoC devices). Say Y to include
31 support for the MACB/GEM chip.
32
33 To compile this driver as a module, choose M here: the module
34 will be macb.

--- 19 unchanged lines hidden ---