diff options
author | Ioana Radulescu <ruxandra.radulescu@nxp.com> | 2017-04-28 04:50:28 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-04-28 14:25:17 +0200 |
commit | 0352d1d852017953a5bdc5d735e3b9ff24fe63bd (patch) | |
tree | bcfdd07d9b33d1a19663a4965b3d3b7c19dc2aa3 /drivers/staging/Kconfig | |
parent | 9425f00e6225b289995e5b7f00f41fa1d5316835 (diff) | |
download | blackbird-obmc-linux-0352d1d852017953a5bdc5d735e3b9ff24fe63bd.tar.gz blackbird-obmc-linux-0352d1d852017953a5bdc5d735e3b9ff24fe63bd.zip |
staging: fsl-dpaa2/eth: Add APIs for DPNI objects
Add the command build/parse APIs for operating on DPNI objects through
the DPAA2 Management Complex.
Signed-off-by: Ioana Radulescu <ruxandra.radulescu@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/Kconfig')
-rw-r--r-- | drivers/staging/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig index 43838cc224e9..74ec7ca0cd3b 100644 --- a/drivers/staging/Kconfig +++ b/drivers/staging/Kconfig @@ -94,6 +94,8 @@ source "drivers/staging/fbtft/Kconfig" source "drivers/staging/fsl-mc/Kconfig" +source "drivers/staging/fsl-dpaa2/Kconfig" + source "drivers/staging/wilc1000/Kconfig" source "drivers/staging/most/Kconfig" |