u-boot-brain/drivers/net/pfe_eth/Kconfig
Calvin Johnson a802d1e268 configs: ls1012a: add pfe configuration for LS1012A
Add configurations for PFE.

Signed-off-by: Calvin Johnson <calvin.johnson@nxp.com>
Signed-off-by: Anjaneyulu Jagarlmudi <anji.jagarlmudi@nxp.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
2018-03-22 15:05:31 -05:00

13 lines
213 B
Plaintext

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