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.
8 lines
268 B
CMake
8 lines
268 B
CMake
# Copyright (c) 2020 Olof Kindgren <olof.kindgren@gmail.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
add_subdirectory_ifdef(CONFIG_SERIAL_HAS_DRIVER serial)
|
|
add_subdirectory_ifdef(CONFIG_SYS_CLOCK_EXISTS timer)
|
|
add_subdirectory_ifdef(CONFIG_ETH_TRASHERNET trashernet)
|
|
|