/linux/drivers/interconnect/qcom/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 tristate "Qualcomm Network-on-Chip interconnect drivers" 4 depends on ARCH_QCOM 6 Support for Qualcomm's Network-on-Chip interconnect hardware. 13 depends on INTERCONNECT_QCOM 14 depends on QCOM_SMD_RPM 17 This is a driver for the Qualcomm Network-on-Chip on msm8909-based 22 depends on INTERCONNECT_QCOM 23 depends on QCOM_SMD_RPM 26 This is a driver for the Qualcomm Network-on-Chip on msm8916-based [all …]
|
/linux/Documentation/devicetree/bindings/devfreq/event/ |
H A D | samsung,exynos-nocp.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/devfreq/event/samsung,exynos-nocp.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Samsung Exynos NoC (Network on Chip) Probe 10 - Chanwoo Choi <cw00.choi@samsung.com> 11 - Krzysztof Kozlowski <krzk@kernel.org> 14 The Samsung Exynos542x SoC has a NoC (Network on Chip) Probe for NoC bus. 16 that the Network on Chip (NoC) probes detects are transported over the 17 network infrastructure to observer units. You can configure probes to capture [all …]
|
/linux/drivers/net/ethernet/micrel/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 9 depends on (HAS_IOMEM && DMA_ENGINE) || SPI || PCI || HAS_IOMEM 11 If you have a network (Ethernet) card belonging to this class, say Y. 22 depends on HAS_IOMEM && DMA_ENGINE 24 This platform driver is for KSZ8841(1-port) / KS8842(2-port) 25 ethernet switch chip (managed, VLAN, QoS) from Micrel or 30 depends on SPI 31 depends on PTP_1588_CLOCK_OPTIONAL 38 SPI driver for Micrel KS8851 SPI attached network chip. 42 depends on HAS_IOMEM [all …]
|
H A D | ks8851_common.c | 1 // SPDX-License-Identifier: GPL-2.0-only 29 * ks8851_lock - register access lock 30 * @ks: The chip state 33 * Claim chip register access lock 37 ks->lock(ks, flags); in ks8851_lock() 41 * ks8851_unlock - register access unlock 42 * @ks: The chip state 45 * Release chip register access lock 49 ks->unlock(ks, flags); in ks8851_unlock() 53 * ks8851_wrreg16 - write 16bit register value to chip [all …]
|
H A D | ks8851_par.c | 1 // SPDX-License-Identifier: GPL-2.0-only 33 * struct ks8851_net_par - KS8851 Parallel driver private data 40 * The @lock ensures that the chip is protected when certain operations are 42 * of the chip registers are not accessible until the transfer is finished 43 * and the DMA has been de-asserted. 56 * ks8851_lock_par - register access lock 57 * @ks: The chip state 60 * Claim chip register access lock 66 spin_lock_irqsave(&ksp->lock, *flags); in ks8851_lock_par() 70 * ks8851_unlock_par - register access unlock [all …]
|
/linux/drivers/net/ethernet/sun/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 3 # Sun network device configuration 9 depends on SUN3 || SBUS || PCI || SUN_LDOMS 11 If you have a network (Ethernet) card belonging to this class, say Y. 15 the questions about Sun network interfaces. If you say Y, you will be 22 depends on (SBUS || PCI) 25 This driver supports the "hme" interface present on most Ultra 26 systems and as an option on older Sbus systems. This driver supports 35 depends on SBUS 46 depends on SBUS [all …]
|
/linux/drivers/leds/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 9 # This library does not depend on NEW_LEDS and must be independent so it can be 13 depends on GPIOLIB 31 depends on LEDS_CLASS 41 depends on LEDS_CLASS 51 depends on LEDS_CLASS 56 See Documentation/ABI/testing/sysfs-class-led for details. 62 depends on LEDS_CLASS 63 depends on MFD_88PM860X 65 This option enables support for on-chip LED drivers found on Marvell [all …]
|
/linux/Documentation/devicetree/bindings/net/ |
H A D | ibm,emac.txt | 7 below, the node for the OPB bus on which the EMAC sits must have a 8 correct clock-frequency property. 13 - device_type : "network" 15 - compatible : compatible list, contains 2 entries, first is 16 "ibm,emac-CHIP" where CHIP is the host ASIC (440gx, 18 "ibm,emac4". For Axon, thus, we have: "ibm,emac-axon", 20 - interrupts : <interrupt mapping for EMAC IRQ and WOL IRQ> 21 - reg : <registers mapping> 22 - local-mac-address : 6 bytes, MAC address 23 - mal-device : phandle of the associated McMAL node [all …]
|
/linux/include/linux/platform_data/ |
H A D | dsa.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 10 #define DSA_RTABLE_NONE -1 20 * Reference to network devices 27 /* Device tree node pointer for this specific switch chip 44 * An array of which element [a] indicates which port on this 46 * for switch a. Can be NULL if there is only one switch chip. 53 * Reference to a Linux network interface that connects 54 * to the root switch chip of the tree. 61 * connected via this network interface. 64 struct dsa_chip_data *chip; member
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 7 tristate "Mellanox 5th generation network adapters (ConnectX series) core driver" 8 depends on PCI 11 depends on VXLAN || !VXLAN 12 depends on MLXFW || !MLXFW 13 depends on PTP_1588_CLOCK_OPTIONAL 14 depends on PCI_HYPERV_INTERFACE || !PCI_HYPERV_INTERFACE 15 depends on HWMON || !HWMON 17 Core driver for low level functionality of the ConnectX-4 and 18 Connect-IB cards by Mellanox Technologies. [all …]
|
/linux/drivers/net/ethernet/i825xx/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 # Intel 82596/82593/82596 network device configuration 9 depends on NET_VENDOR_INTEL 11 If you have a network (Ethernet) card belonging to this class, say Y. 22 depends on ARM && ARCH_ACORN 24 If you have an Acorn system with one of these (AKA25) network cards, 29 depends on BVME6000 31 This is the driver for the Ethernet interface on BVME4000 and 32 BVME6000 VME boards. Say Y here to include the driver for this chip 38 depends on GSC [all …]
|
/linux/drivers/net/ethernet/dec/tulip/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 # Tulip family network device configuration 7 bool "DEC - Tulip devices" 8 depends on (PCI || EISA || CARDBUS) 10 This selects the "Tulip" family of EISA/PCI network cards. 16 depends on PCI 20 cards and also works with cards based on the DECchip 24 cards, below. However, most people with a network card of this type 32 depends on DE2104X 38 (the descriptor is 16 bytes). This is necessary on systems that lack [all …]
|
/linux/drivers/net/ethernet/8390/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 9 depends on NET_VENDOR_NATSEMI 11 If you have a network (Ethernet) card belonging to this class, say Y. 22 depends on PCMCIA && HAS_IOPORT 24 Say Y here if you intend to attach an Asix AX88190-based PCMCIA 25 (PC-card) Fast Ethernet card to your computer. These cards are 34 depends on (ARM || MIPS || SUPERH || ZORRO || COMPILE_TEST) 40 chip detection and resources 44 depends on AX88796 51 depends on ZORRO [all …]
|
/linux/drivers/net/usb/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 # USB Network devices configuration 5 comment "Host-side USB support is needed for USB Network Adapter support" 6 depends on !USB && NET 9 tristate "USB Network Adapters" 11 depends on USB && NET 16 tristate "USB CATC NetMate-based Ethernet device support" 20 device based on the EL1210A chip. Supported devices are: 28 typically on eth0, if it is the only ethernet device, or perhaps on 35 tristate "USB KLSI KL5USB101-based ethernet device support" [all …]
|
/linux/drivers/net/ethernet/cavium/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 10 Select this option if you want enable Cavium network support. 12 If you have a Cavium SoC or network adapter, say Y. 18 depends on 64BIT && PCI 23 move network traffic to/from the memory. The NIC 26 standalone PCIe NIC chip. 31 depends on 64BIT && PCI 37 depends on 64BIT && PCI 47 depends on 64BIT && PCI 52 present on CN81XX chip. [all …]
|
/linux/Documentation/networking/device_drivers/ethernet/davicom/ |
H A D | dm9000.rst | 1 .. SPDX-License-Identifier: GPL-2.0 4 DM9000 Network driver 9 Ben Dooks <ben@simtec.co.uk> <ben-linux@fluff.org> 13 ------------ 15 This file describes how to use the DM9000 platform-device based network driver 18 The driver supports three DM9000 variants, the DM9000E which is the first chip 25 ---------------------------- 37 An example from arch/arm/mach-s3c/mach-bast.c is:: 91 ------------- 113 The chip is connected to an external PHY. [all …]
|
/linux/drivers/devfreq/event/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 bool "DEVFREQ-Event device Support" 5 The devfreq-event device provide the raw data and events which 6 indicate the current state of devfreq-event device. The provided 7 data from devfreq-event device is used to monitor the state of 11 The devfreq-event device can support the various type of events 18 tristate "Exynos NoC (Network On Chip) Probe DEVFREQ event Driver" 19 depends on ARCH_EXYNOS || COMPILE_TEST 23 This add the devfreq-event driver for Exynos SoC. It provides NoC 24 (Network on Chip) Probe counters to measure the bandwidth of AXI bus. [all …]
|
/linux/drivers/net/ethernet/microchip/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 # Microchip network device configuration 10 If you have a network (Ethernet) card belonging to this class, say Y. 21 depends on SPI 24 Support for the Microchip EN28J60 ethernet chip. 31 depends on ENC28J60 38 depends on SPI 40 Support for the Microchip ENC424J600/624J600 ethernet chip. 47 depends on PCI 48 depends on PTP_1588_CLOCK_OPTIONAL
|
/linux/drivers/net/ethernet/apple/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 9 depends on (PPC_PMAC && PPC32) || MAC 11 If you have a network (Ethernet) card belonging to this class, say Y. 22 depends on PPC_PMAC && PPC32 25 Power Macintoshes and clones with Ethernet built-in on the 27 Ethernet) interface. Say Y to include support for the MACE chip. 34 depends on MACE 36 Some Apple machines (notably the Apple Network Server) which use the 37 MACE ethernet chip have an Apple AUI port (small 15-pin connector), 38 instead of an 8-pin RJ45 connector for twisted-pair ethernet. Say [all …]
|
/linux/drivers/net/ethernet/asix/ |
H A D | Kconfig | 2 # Asix network device configuration 9 If you have a network (Ethernet, non-USB, not NE2000 compatible) 10 interface based on a chip from ASIX, say Y. 15 tristate "Asix AX88796C-SPI support" 17 depends on SPI 18 depends on GPIOLIB 25 depends on SPI_AX88796C 30 inherited by network interfaces during probe. It can be 31 changed at run time via spi-compression ethtool tunable.
|
/linux/Documentation/devicetree/bindings/interconnect/ |
H A D | qcom,msm8974.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm MSM8974 Network-On-Chip Interconnect 10 - Brian Masney <masneyb@onstation.org> 14 bandwidth requirements between various network-on-chip fabrics. 22 - qcom,msm8974-bimc 23 - qcom,msm8974-cnoc 24 - qcom,msm8974-mmssnoc 25 - qcom,msm8974-ocmemnoc [all …]
|
/linux/drivers/net/ethernet/adaptec/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 # Adaptec network device configuration 9 depends on PCI 11 If you have a network (Ethernet) card belonging to this class, say Y. 22 depends on PCI 26 Say Y here if you have an Adaptec Starfire (or DuraLAN) PCI network 27 adapter. The DuraLAN chip is used on the 64 bit PCI boards from 28 Adaptec e.g. the ANA-6922A. The older 32 bit boards use the tulip
|
/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
H A D | kconfig.rst | 1 .. SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB 34 | built-in into mlx5_core.ko. 39 …g (DCB) Support <https://enterprise-support.nvidia.com/s/article/howto-auto-config-pfc-and-ets-on-… 53 | Flow-based classifiers, such as those registered through 54 | `tc-flower(8)`, are processed by the device, rather than the 61 | Enables Hardware-accelerated receive flow steering (arfs) support, and ntuple filtering. 62 | https://enterprise-support.nvidia.com/s/article/howto-configure-arfs-on-connectx-4 67 | Enables :ref:`IPSec XFRM cryptography-offload acceleration <xfrm_device>`. 72 | Build support for MACsec cryptography-offload acceleration in the NIC. 77 | Enables ethtool receive network flow classification, which allows user defined [all …]
|
/linux/Documentation/networking/device_drivers/hamradio/ |
H A D | z8530drv.rst | 1 .. SPDX-License-Identifier: GPL-2.0 5 SCC.C - Linux driver for Z8530 based HDLC cards for AX.25 14 1. ftp://ftp.ccac.rwth-aachen.de/pub/jr/z8530drv-utils_3.0-3.tar.gz 16 2. ftp://ftp.pspt.fi/pub/ham/linux/ax25/z8530drv-utils_3.0-3.tar.gz 20 Linux Kernel AX.25 documentation and programs, is available on 38 Unlike the versions below 2.4 this driver is a real network device 41 AX.25-HOWTO on how to emulate a KISS TNC on network device drivers. 54 please read 'man insmod' that comes with module-init-tools. 64 of your rc.*-files. This has to be done BEFORE you can 77 chip 1 [all …]
|
/linux/arch/arm/mach-bcm/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 4 depends on ARCH_MULTI_V6_V7 24 This enables support for systems based on Broadcom IPROC architected SoCs. 32 depends on ARCH_MULTI_V7 42 depends on ARCH_MULTI_V7 51 depends on ARCH_MULTI_V7 63 Ethernet PHYs, DDR3 memory, PCIE Gen-2, USB 2.0 and USB 3.0, serial and 68 depends on ARCH_MULTI_V7 77 This is a network SoC line mostly used in home routers and 85 network SoC using a MIPS CPU, they are supported by arch/mips/bcm47xx [all …]
|