]> Git Repo - J-u-boot.git/blobdiff - drivers/net/Kconfig
Merge patch series "Add TI K3 PCIe Controller support for J7200"
[J-u-boot.git] / drivers / net / Kconfig
index b4ff033afa9f0959c3ab921a0de8d3ab2e3e7b7f..89f7411bdf336d64f8cddadc3f8c077f48481455 100644 (file)
@@ -48,6 +48,7 @@ config DM_DSA
        bool "Enable Driver Model for DSA switches"
        depends on DM_MDIO
        depends on PHY_FIXED
+       depends on !NET_LWIP
        help
          Enable driver model for DSA switches
 
@@ -96,7 +97,7 @@ config DSA_SANDBOX
 
 menuconfig NETDEVICES
        bool "Network device support"
-       depends on NET
+       depends on NET || NET_LWIP
        select DM_ETH
        help
          You must select Y to enable any network device support
@@ -243,6 +244,13 @@ config DWC_ETH_QOS_IMX
          The Synopsys Designware Ethernet QOS IP block with the specific
          configuration used in IMX soc.
 
+config DWC_ETH_QOS_INTEL
+       bool "Synopsys DWC Ethernet QOS device support for Intel"
+       depends on DWC_ETH_QOS
+       help
+         The Synopsys Designware Ethernet QOS IP block with the specific
+         configuration used in the Intel Elkhart-Lake soc.
+
 config DWC_ETH_QOS_ROCKCHIP
        bool "Synopsys DWC Ethernet QOS device support for Rockchip SoCs"
        depends on DWC_ETH_QOS
@@ -325,8 +333,17 @@ config EEPRO100
          This driver supports Intel(R) PRO/100 82557/82559/82559ER fast
          ethernet family of adapters.
 
+config ESSEDMA
+       bool "Qualcomm ESS Edma support"
+       depends on DM_ETH && ARCH_IPQ40XX
+       select PHYLIB
+       help
+         This driver supports ethernet DMA adapter found in
+         Qualcomm IPQ40xx series SoC-s.
+
 config ETH_SANDBOX
        depends on SANDBOX
+       depends on NET
        default y
        bool "Sandbox: Mocked Ethernet driver"
        help
@@ -335,8 +352,20 @@ config ETH_SANDBOX
 
          This driver is particularly useful in the test/dm/eth.c tests
 
+config ETH_SANDBOX_LWIP
+       depends on SANDBOX
+       depends on NET_LWIP
+       default y
+       bool "Sandbox: Mocked Ethernet driver (for NET_LWIP)"
+       help
+         This driver is meant as a replacement for ETH_SANDBOX when
+         the network stack is NET_LWIP rather than NET. It currently
+         does nothing, i.e. it drops the sent packets and never receives
+         data.
+
 config ETH_SANDBOX_RAW
        depends on SANDBOX
+       depends on NET
        default y
        bool "Sandbox: Bridge to Linux Raw Sockets"
        help
@@ -453,6 +482,7 @@ config FTMAC100
 config FTGMAC100
        bool "Ftgmac100 Ethernet Support"
        select PHYLIB
+       depends on NET
        help
          This driver supports the Faraday's FTGMAC100 Gigabit SoC
          Ethernet controller that can be found on Aspeed SoCs (which
@@ -875,7 +905,7 @@ config FEC2_PHY_NORXERR
 
 config SYS_DPAA_QBMAN
        bool "Device tree fixup for QBMan on freescale SOCs"
-       depends on (ARM || PPC) && !SPL_BUILD
+       depends on ARM || PPC
        default y if ARCH_B4860 || \
                     ARCH_B4420 || \
                     ARCH_P1023 || \
This page took 0.025801 seconds and 4 git commands to generate.