xref: /openbmc/u-boot/drivers/net/pfe_eth/Kconfig (revision 699e831e158a5846778d8bd6af054d4276277cb6)
1menuconfig FSL_PFE
2	bool "NXP PFE Ethernet driver"
3	help
4	  This driver provides support for NXP's Packet Forwarding Engine.
5
6if FSL_PFE
7
8config SYS_FSL_PFE_ADDR
9	hex "PFE base address"
10	default 0x04000000
11
12endif
13