zephyr/drivers/ethernet
Robert Lubos c7c86de621 drivers: wifi: Prevent CMake warnings for out-of-tree drivers
When Ethernet or Wi-Fi subsystems are enabled, but no driver source
files are provided in the Zephyr source tree (which is the case for
out-of-tree drivers), CMake throws warnings about empty libs, for
example:

  No SOURCES given to Zephyr library: drivers__ethernet
  No SOURCES given to Zephyr library: drivers__wifi

This commit sets ALLOW_EMPTY property for those libraries, to allow for
seamless out-of-tree drivers integration.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2023-09-02 15:09:24 +02:00
..
phy ethernet: phy_mii: get the MDIO bus with DT_INST_BUS 2023-08-17 13:29:45 -05:00
CMakeLists.txt drivers: wifi: Prevent CMake warnings for out-of-tree drivers 2023-09-02 15:09:24 +02:00
Kconfig drivers: eth: add support for NXP S32 GMAC 2023-08-03 10:28:20 +02:00
Kconfig.adin2111 drivers: imply CRC where applicable 2023-08-18 08:52:16 +03:00
Kconfig.cyclonev
Kconfig.dsa
Kconfig.dwmac
Kconfig.e1000
Kconfig.enc28j60 drivers: ethernet: enc28j60: Prevent infinate loop on driver init 2023-05-10 11:56:59 +02:00
Kconfig.enc424j600
Kconfig.esp32 soc: xtensa,riscv: esp32xx: refactor folder structure 2023-07-25 18:12:33 +02:00
Kconfig.gecko
Kconfig.ivshmem drivers: ethernet: Add Jailhouse IVSHMEM Ethernet support 2023-05-14 18:17:33 -04:00
Kconfig.liteeth
Kconfig.mcux
Kconfig.native_posix drivers: eth: native_posix: Add Kconfig to Configure RX Timeout 2023-08-22 18:06:18 +02:00
Kconfig.nxp_s32_gmac drivers: eth: add support for NXP S32 GMAC 2023-08-03 10:28:20 +02:00
Kconfig.nxp_s32_netc drivers: nxp_s32_netc: fix init priorities 2023-08-04 13:55:45 +00:00
Kconfig.sam_gmac
Kconfig.smsc91x ethernet: smsc91x: select MDIO 2023-08-16 14:52:31 +02:00
Kconfig.smsc911x
Kconfig.stellaris
Kconfig.stm32_hal drivers: imply CRC where applicable 2023-08-18 08:52:16 +03:00
Kconfig.w5500
Kconfig.xlnx_gem
dsa_ksz8xxx.c drivers: fix few mismatched CONTAINER_OF 2023-08-30 10:21:23 +02:00
dsa_ksz8794.h
dsa_ksz8863.h
eth.h
eth_adin2111.c drivers: ethernet: adin2111: fix device assignment 2023-08-17 16:51:28 +02:00
eth_adin2111_priv.h drivers: ethernet: adin2111: add adin1110 support 2023-08-16 20:45:03 +02:00
eth_cyclonev.c
eth_cyclonev_priv.h
eth_dwmac.c drivers: move to timepoint API 2023-07-25 09:12:26 +02:00
eth_dwmac_mmu.c
eth_dwmac_priv.h
eth_dwmac_stm32h7x.c treewide: Update clock control API usage 2023-04-05 10:55:46 +02:00
eth_e1000.c drivers: eth_e1000: Enable the correct IRQ for multi-instance 2023-08-18 10:13:12 +02:00
eth_e1000_priv.h
eth_enc28j60.c drivers: gpio: use gpio_is_ready_dt helper function 2023-08-28 08:48:35 -05:00
eth_enc28j60_priv.h
eth_enc424j600.c drivers: gpio: use gpio_is_ready_dt helper function 2023-08-28 08:48:35 -05:00
eth_enc424j600_priv.h
eth_esp32.c ethernet: esp32: make phy a phandle of the ethernet device 2023-08-02 18:12:14 -04:00
eth_gecko.c
eth_gecko_priv.h
eth_ivshmem.c drivers: ethernet: Add Jailhouse IVSHMEM Ethernet support 2023-05-14 18:17:33 -04:00
eth_ivshmem_priv.h drivers: ethernet: Add Jailhouse IVSHMEM Ethernet support 2023-05-14 18:17:33 -04:00
eth_ivshmem_queue.c drivers: ethernet: Add Jailhouse IVSHMEM Ethernet support 2023-05-14 18:17:33 -04:00
eth_liteeth.c
eth_mcux.c drivers,subsys: fix few missing k_work_delayable_from_work 2023-08-28 10:12:21 +02:00
eth_native_posix.c drivers: eth: native_posix: Add Kconfig to Configure RX Timeout 2023-08-22 18:06:18 +02:00
eth_native_posix_adapt.c
eth_native_posix_priv.h
eth_nxp_s32_gmac.c drivers: eth: add support for NXP S32 GMAC 2023-08-03 10:28:20 +02:00
eth_nxp_s32_netc.c
eth_nxp_s32_netc_priv.h drivers: nxp_s32_netc: fix init priorities 2023-08-04 13:55:45 +00:00
eth_nxp_s32_netc_psi.c drivers: nxp_s32_netc: fix init priorities 2023-08-04 13:55:45 +00:00
eth_nxp_s32_netc_vsi.c
eth_sam0_gmac.h
eth_sam_gmac.c ethernet: rename shadow variables 2023-08-10 08:14:43 +00:00
eth_sam_gmac_priv.h drivers: ethernet: sam0: Increase RX buffer count by one 2023-04-27 09:50:39 +02:00
eth_slip_tap.c drivers: net: initialize logging for the slip module 2023-02-20 16:44:23 +01:00
eth_smsc91x.c ethernet: smsc91x: rework the device node hierarchy 2023-08-16 14:52:31 +02:00
eth_smsc91x_priv.h drivers: eth_smsc91x: Implement promiscuous mode 2023-07-10 15:14:33 +02:00
eth_smsc911x.c
eth_smsc911x_priv.h
eth_stellaris.c
eth_stellaris_priv.h
eth_stm32_hal.c ethernet: eth_stm32_hal: fix unused variable build warning 2023-07-31 10:11:52 +02:00
eth_stm32_hal_priv.h drivers : ethernet: add SOC_SERIES_STM32H5X 2023-07-07 10:06:54 +00:00
eth_w5500.c drivers: gpio: use gpio_is_ready_dt helper function 2023-08-28 08:48:35 -05:00
eth_w5500_priv.h
eth_xlnx_gem.c
eth_xlnx_gem_priv.h
phy_cyclonev.c
phy_gecko.c
phy_gecko.h
phy_xlnx_gem.c
phy_xlnx_gem.h drivers: ethernet: xlnx_gem: fix PHY_MRVL_MODE_CONFIG_MASK 2023-04-28 14:48:52 +02:00