summaryrefslogtreecommitdiff
path: root/drivers/staging/fsl_ppfe/Kconfig
blob: e40964354cad5a91f561fe2c744de5e1a928ffd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# Freescale Programmable Packet Forwarding Engine driver
#
config FSL_PPFE
	bool "Freescale PPFE Driver"
	default n
	---help---
	Freescale LS1012A SoC has a Programmable Packet Forwarding Engine.
	It provides two high performance ethernet interfaces.
	This driver initializes, programs and controls the PPFE.
	Use this driver to enable network connectivity on LS1012A platforms.

if FSL_PPFE

config FSL_PPFE_UTIL_DISABLED
	bool "Disable PPFE UTIL Processor Engine"
	---help---
	UTIL PE has to be enabled only if required.

endif # FSL_PPFE