1a6fc3b69Syangbo lu# 246252108SLi Yang# NXP/Freescale QorIQ series SOC drivers 3a6fc3b69Syangbo lu# 4a6fc3b69Syangbo lu 546252108SLi Yangmenu "NXP/Freescale QorIQ SoC drivers" 646252108SLi Yang 7a6fc3b69Syangbo lusource "drivers/soc/fsl/qbman/Kconfig" 8a6fc3b69Syangbo lusource "drivers/soc/fsl/qe/Kconfig" 9a6fc3b69Syangbo lu 10a6fc3b69Syangbo luconfig FSL_GUTS 11a6fc3b69Syangbo lu bool 12a6fc3b69Syangbo lu select SOC_BUS 13a6fc3b69Syangbo lu help 14a6fc3b69Syangbo lu The global utilities block controls power management, I/O device 15a6fc3b69Syangbo lu enabling, power-onreset(POR) configuration monitoring, alternate 16a6fc3b69Syangbo lu function selection for multiplexed signals,and clock control. 17a6fc3b69Syangbo lu This driver is to manage and access global utilities block. 18a6fc3b69Syangbo lu Initially only reading SVR and registering soc device are supported. 19a6fc3b69Syangbo lu Other guts accesses, such as reading RCW, should eventually be moved 20a6fc3b69Syangbo lu into this driver as well. 21c89105c9SRoy Pledge 22c89105c9SRoy Pledgeconfig FSL_MC_DPIO 23c89105c9SRoy Pledge tristate "QorIQ DPAA2 DPIO driver" 24c89105c9SRoy Pledge depends on FSL_MC_BUS 2551da14e9SIoana Ciornei select SOC_BUS 26c89105c9SRoy Pledge help 27c89105c9SRoy Pledge Driver for the DPAA2 DPIO object. A DPIO provides queue and 28c89105c9SRoy Pledge buffer management facilities for software to interact with 29c89105c9SRoy Pledge other DPAA2 objects. This driver does not expose the DPIO 30c89105c9SRoy Pledge objects individually, but groups them under a service layer 31c89105c9SRoy Pledge API. 32*c93349d8SIoana Ciornei 33*c93349d8SIoana Ciorneiconfig DPAA2_CONSOLE 34*c93349d8SIoana Ciornei tristate "QorIQ DPAA2 console driver" 35*c93349d8SIoana Ciornei depends on OF && (ARCH_LAYERSCAPE || COMPILE_TEST) 36*c93349d8SIoana Ciornei default y 37*c93349d8SIoana Ciornei help 38*c93349d8SIoana Ciornei Console driver for DPAA2 platforms. Exports 2 char devices, 39*c93349d8SIoana Ciornei /dev/dpaa2_mc_console and /dev/dpaa2_aiop_console, 40*c93349d8SIoana Ciornei which can be used to dump the Management Complex and AIOP 41*c93349d8SIoana Ciornei firmware logs. 4246252108SLi Yangendmenu 43