diff options
author | Ioana Ciornei <ioana.ciornei@nxp.com> | 2019-02-23 11:48:52 +0300 |
---|---|---|
committer | Li Yang <leoyang.li@nxp.com> | 2019-02-26 23:53:30 +0300 |
commit | 51da14e96e9b5187bd42148e37628e59486e267f (patch) | |
tree | f9d8d44bc81225f936f353e9055435650f2281a5 /drivers/soc/fsl/Kconfig | |
parent | 390bf02d275cee595d551fc041bb62d71728cbfa (diff) | |
download | linux-51da14e96e9b5187bd42148e37628e59486e267f.tar.xz |
soc: fsl: dpio: configure cache stashing destination
Depending on the SoC version and the CPU id, configure the cache
stashing destination for a specific dpio.
Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Signed-off-by: Li Yang <leoyang.li@nxp.com>
Diffstat (limited to 'drivers/soc/fsl/Kconfig')
-rw-r--r-- | drivers/soc/fsl/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/fsl/Kconfig b/drivers/soc/fsl/Kconfig index 8f80e8bbf29e..61f8e1433d0a 100644 --- a/drivers/soc/fsl/Kconfig +++ b/drivers/soc/fsl/Kconfig @@ -22,6 +22,7 @@ config FSL_GUTS config FSL_MC_DPIO tristate "QorIQ DPAA2 DPIO driver" depends on FSL_MC_BUS + select SOC_BUS help Driver for the DPAA2 DPIO object. A DPIO provides queue and buffer management facilities for software to interact with |