mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 01:17:39 +00:00
f6301702c1
With DM_ETH being required now for all drivers, we don't need this listed on individual drivers as well. Signed-off-by: Tom Rini <trini@konsulko.com>
8 lines
206 B
Text
8 lines
206 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"
|
|
help
|
|
This driver supports the NXP QE UEC ethernet controller
|