mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
13 lines
213 B
Text
13 lines
213 B
Text
|
menuconfig FSL_PFE
|
||
|
bool "NXP PFE Ethernet driver"
|
||
|
help
|
||
|
This driver provides support for NXP's Packet Forwarding Engine.
|
||
|
|
||
|
if FSL_PFE
|
||
|
|
||
|
config SYS_FSL_PFE_ADDR
|
||
|
hex "PFE base address"
|
||
|
default 0x04000000
|
||
|
|
||
|
endif
|