Skip to content

Commit 9a47261

Browse files
mcbridemattarndb
authored andcommitted
soc: fsl: select FSL_GUTS driver for DPIO
The soc/fsl/dpio driver will perform a soc_device_match() to determine the optimal cache settings for a given CPU core. If FSL_GUTS is not enabled, this search will fail and the driver will not configure cache stashing for the given DPIO, and a string of "unknown SoC" messages will appear: fsl_mc_dpio dpio.7: unknown SoC version fsl_mc_dpio dpio.6: unknown SoC version fsl_mc_dpio dpio.5: unknown SoC version Fixes: 51da14e ("soc: fsl: dpio: configure cache stashing destination") Signed-off-by: Mathew McBride <[email protected]> Reviewed-by: Ioana Ciornei <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected]' Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 49f6d09 commit 9a47261

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/soc/fsl/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ config FSL_MC_DPIO
2424
tristate "QorIQ DPAA2 DPIO driver"
2525
depends on FSL_MC_BUS
2626
select SOC_BUS
27+
select FSL_GUTS
2728
select DIMLIB
2829
help
2930
Driver for the DPAA2 DPIO object. A DPIO provides queue and

0 commit comments

Comments
 (0)