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