10 lines
225 B
Plaintext
10 lines
225 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"
|
||
|
|
depends on DM_ETH
|
||
|
|
help
|
||
|
|
This driver supports the NXP QE UEC ethernet controller
|