diff options
Diffstat (limited to 'roms/u-boot/drivers/net/qe/Kconfig')
-rw-r--r-- | roms/u-boot/drivers/net/qe/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/roms/u-boot/drivers/net/qe/Kconfig b/roms/u-boot/drivers/net/qe/Kconfig new file mode 100644 index 000000000..dec88dea2 --- /dev/null +++ b/roms/u-boot/drivers/net/qe/Kconfig @@ -0,0 +1,9 @@ +# 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 |