mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
10 lines
225 B
Text
10 lines
225 B
Text
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
# Copyright (C) 2020 Heiko Schocher <hs@denx.de>
|
||
|
|
||
|
config QE_UEC
|
||
|
bool "NXP QE UEC Ethernet controller"
|
||
|
depends on DM_ETH
|
||
|
help
|
||
|
This driver supports the NXP QE UEC ethernet controller
|