--- zzzz-none-000/linux-4.9.276/drivers/net/ethernet/Kconfig 2021-07-20 14:21:16.000000000 +0000 +++ falcon-5530-750/linux-4.9.276/drivers/net/ethernet/Kconfig 2023-04-05 08:19:01.000000000 +0000 @@ -40,6 +40,7 @@ source "drivers/net/ethernet/chelsio/Kconfig" source "drivers/net/ethernet/cirrus/Kconfig" source "drivers/net/ethernet/cisco/Kconfig" +source "drivers/net/ethernet/lantiq/Kconfig" config CX_ECAT tristate "Beckhoff CX5020 EtherCAT master support" @@ -105,6 +106,29 @@ depends on SOC_TYPE_XWAY ---help--- Support for the MII0 inside the Lantiq SoC + +config LANTIQ_XRX200 + tristate "Lantiq SoC XRX200 driver" + depends on SOC_TYPE_XWAY + ---help--- + Support for the MII0 inside the Lantiq VDSL SoC + +config LANTIQ_SVIP_ETH_DRV + tristate "Lantiq SoC SVIP ethernet driver using Lantiq DMA API" + depends on SOC_SVIP + ---help--- + Support for the ethernet switch inside the Lantiq SoC SVIP + +config LANTIQ_SVIP_VIRTUAL_ETH + default y + tristate "Lantiq SoC SVIP Virtual Ethernet driver" + depends on SOC_SVIP + +config LANTIQ_ETH_DRV + tristate "Lantiq SoC XRX200/XRX300 ethernet driver using Lantiq DMA API" + depends on SOC_TYPE_XWAY + ---help--- + Support for the MII0 inside the Lantiq SoC source "drivers/net/ethernet/marvell/Kconfig" source "drivers/net/ethernet/mediatek/Kconfig"