Kconfig (3eb66e91a25497065c5322b1268cbc3953642227) | Kconfig (51da14e96e9b5187bd42148e37628e59486e267f) |
---|---|
1# 2# NXP/Freescale QorIQ series SOC drivers 3# 4 5menu "NXP/Freescale QorIQ SoC drivers" 6 7source "drivers/soc/fsl/qbman/Kconfig" 8source "drivers/soc/fsl/qe/Kconfig" --- 8 unchanged lines hidden (view full) --- 17 This driver is to manage and access global utilities block. 18 Initially only reading SVR and registering soc device are supported. 19 Other guts accesses, such as reading RCW, should eventually be moved 20 into this driver as well. 21 22config FSL_MC_DPIO 23 tristate "QorIQ DPAA2 DPIO driver" 24 depends on FSL_MC_BUS | 1# 2# NXP/Freescale QorIQ series SOC drivers 3# 4 5menu "NXP/Freescale QorIQ SoC drivers" 6 7source "drivers/soc/fsl/qbman/Kconfig" 8source "drivers/soc/fsl/qe/Kconfig" --- 8 unchanged lines hidden (view full) --- 17 This driver is to manage and access global utilities block. 18 Initially only reading SVR and registering soc device are supported. 19 Other guts accesses, such as reading RCW, should eventually be moved 20 into this driver as well. 21 22config FSL_MC_DPIO 23 tristate "QorIQ DPAA2 DPIO driver" 24 depends on FSL_MC_BUS |
25 select SOC_BUS |
|
25 help 26 Driver for the DPAA2 DPIO object. A DPIO provides queue and 27 buffer management facilities for software to interact with 28 other DPAA2 objects. This driver does not expose the DPIO 29 objects individually, but groups them under a service layer 30 API. 31endmenu | 26 help 27 Driver for the DPAA2 DPIO object. A DPIO provides queue and 28 buffer management facilities for software to interact with 29 other DPAA2 objects. This driver does not expose the DPIO 30 objects individually, but groups them under a service layer 31 API. 32endmenu |