Markus Koch d75c373da7 Add support for Zephyr
Most of the basic SoC drivers are copied from the official SERV
source code and have only been adapted. This commit also adds
device tree files and other definitions to support the Trashernet
hardware.

A preliminary driver (polling-based) for the Trashernet Ethernet
module is also included.
2024-12-03 08:36:51 +01:00

11 lines
319 B
Plaintext

# Copyright (c) 2024 Markus Koch <markus@notsyncing.net>
# SPDX-License-Identifier: Apache-2.0
config ETH_TRASHERNET
bool "Trashernet 10MBit/s PHY driver"
depends on NETWORKING
depends on !TEST_NET
depends on NET_L2_ETHERNET
help
This module implements a kernel device driver for the Trashernet 10 MBit/s PHY.