1 # SPDX-License-Identifier: GPL-2.0-only
3 # Cadence device configuration
6 config NET_VENDOR_CADENCE
11 If you have a network (Ethernet) card belonging to this class, say Y.
15 Note that the answer to this question doesn't directly affect the
16 kernel: saying N will just cause the configurator to skip all the
17 remaining Cadence network card questions. If you say Y, you will be
18 asked for your specific card in the following questions.
23 tristate "Cadence MACB/GEM support"
24 depends on HAS_DMA && COMMON_CLK
25 depends on PTP_1588_CLOCK_OPTIONAL
29 The Cadence MACB ethernet interface is found on many Atmel AT32 and
30 AT91 parts. This driver also supports the Cadence GEM (Gigabit
31 Ethernet MAC found in some ARM SoC devices). Say Y to include
32 support for the MACB/GEM chip.
34 To compile this driver as a module, choose M here: the module
37 config MACB_USE_HWSTAMP
38 bool "Use IEEE 1588 hwstamp"
40 depends on PTP_1588_CLOCK
43 Enable IEEE 1588 Precision Time Protocol (PTP) support for MACB.
46 tristate "Cadence PCI MACB/GEM support"
47 depends on MACB && PCI
49 This is PCI wrapper for MACB driver.
51 To compile this driver as a module, choose M here: the module
52 will be called macb_pci.
54 endif # NET_VENDOR_CADENCE