xref: /openbmc/u-boot/drivers/net/pfe_eth/Kconfig (revision ad7061ed742e1312289644268859a0f4b512aaee)
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