mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-03-09 07:51:27 +01:00
A large number of network drivers cannot build without access to some platform specific header files. Express those requirements in Kconfig as well. This covers the QUICC engine drivers as that is networking driver infrastructure. Signed-off-by: Tom Rini <trini@konsulko.com>
10 lines
222 B
Plaintext
10 lines
222 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 PPC
|
|
help
|
|
This driver supports the NXP QE UEC ethernet controller
|