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.
11 lines
319 B
Plaintext
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.
|