Kconfig (97e0d385b13998980252ff63123d8ebc4138db0a) Kconfig (de7756233994b48cfc4d948904380cd0453a0063)
1menuconfig FSL_DPAA
2 bool "Freescale DPAA 1.x support"
3 depends on FSL_SOC_BOOKE
4 select GENERIC_ALLOCATOR
5 help
6 The Freescale Data Path Acceleration Architecture (DPAA) is a set of
7 hardware components on specific QorIQ multicore processors.
8 This architecture provides the infrastructure to support simplified

--- 27 unchanged lines hidden (view full) ---

36 bool "High-level API self-test"
37 depends on FSL_BMAN_TEST
38 default y
39 help
40 This requires the presence of cpu-affine portals, and performs
41 high-level API testing with them (whichever portal(s) are affine
42 to the cpu(s) the test executes on).
43
1menuconfig FSL_DPAA
2 bool "Freescale DPAA 1.x support"
3 depends on FSL_SOC_BOOKE
4 select GENERIC_ALLOCATOR
5 help
6 The Freescale Data Path Acceleration Architecture (DPAA) is a set of
7 hardware components on specific QorIQ multicore processors.
8 This architecture provides the infrastructure to support simplified

--- 27 unchanged lines hidden (view full) ---

36 bool "High-level API self-test"
37 depends on FSL_BMAN_TEST
38 default y
39 help
40 This requires the presence of cpu-affine portals, and performs
41 high-level API testing with them (whichever portal(s) are affine
42 to the cpu(s) the test executes on).
43
44config FSL_QMAN_TEST
45 tristate "QMan self-tests"
46 help
47 Compile self-test code for QMan.
48
49config FSL_QMAN_TEST_API
50 bool "QMan high-level self-test"
51 depends on FSL_QMAN_TEST
52 default y
53 help
54 This requires the presence of cpu-affine portals, and performs
55 high-level API testing with them (whichever portal(s) are affine to
56 the cpu(s) the test executes on).
57
58config FSL_QMAN_TEST_STASH
59 bool "QMan 'hot potato' data-stashing self-test"
60 depends on FSL_QMAN_TEST
61 default y
62 help
63 This performs a "hot potato" style test enqueuing/dequeuing a frame
64 across a series of FQs scheduled to different portals (and cpus), with
65 DQRR, data and context stashing always on.
66
44endif # FSL_DPAA
67endif # FSL_DPAA