mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-12 21:16:02 +01:00
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>
9 lines
206 B
Plaintext
9 lines
206 B
Plaintext
# 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
|