Kconfig (498495dba268b20e8eadd7fe93c140c68b6cc9d2) | Kconfig (8c56df372bc1371504bf3cc29fbb3c09967cafff) |
---|---|
1# 2# Cavium ethernet device configuration 3# 4 5config NET_VENDOR_CAVIUM 6 bool "Cavium ethernet drivers" 7 depends on PCI 8 default y --- 36 unchanged lines hidden (view full) --- 45 tristate "Thunder MAC interface driver (RGX)" 46 depends on 64BIT 47 select PHYLIB 48 select MDIO_THUNDER 49 ---help--- 50 This driver supports configuring XCV block of RGX interface 51 present on CN81XX chip. 52 | 1# 2# Cavium ethernet device configuration 3# 4 5config NET_VENDOR_CAVIUM 6 bool "Cavium ethernet drivers" 7 depends on PCI 8 default y --- 36 unchanged lines hidden (view full) --- 45 tristate "Thunder MAC interface driver (RGX)" 46 depends on 64BIT 47 select PHYLIB 48 select MDIO_THUNDER 49 ---help--- 50 This driver supports configuring XCV block of RGX interface 51 present on CN81XX chip. 52 |
53config CAVIUM_PTP 54 tristate "Cavium PTP coprocessor as PTP clock" 55 depends on 64BIT 56 imply PTP_1588_CLOCK 57 default y 58 ---help--- 59 This driver adds support for the Precision Time Protocol Clocks and 60 Timestamping coprocessor (PTP) found on Cavium processors. 61 PTP provides timestamping mechanism that is suitable for use in IEEE 1588 62 Precision Time Protocol or other purposes. Timestamps can be used in 63 BGX, TNS, GTI, and NIC blocks. 64 |
|
53config LIQUIDIO 54 tristate "Cavium LiquidIO support" 55 depends on 64BIT 56 depends on MAY_USE_DEVLINK 57 imply PTP_1588_CLOCK 58 select FW_LOADER 59 select LIBCRC32C 60 ---help--- --- 30 unchanged lines hidden --- | 65config LIQUIDIO 66 tristate "Cavium LiquidIO support" 67 depends on 64BIT 68 depends on MAY_USE_DEVLINK 69 imply PTP_1588_CLOCK 70 select FW_LOADER 71 select LIBCRC32C 72 ---help--- --- 30 unchanged lines hidden --- |