OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-213
/
drivers
/
soc
/
fsl
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📄
Kconfig
586 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
Makefile
215 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📁
qbman
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
qe
-
05/09/2024 07:14:16 AM
rwxr-xr-x
Editing: Kconfig
Close
# # Freescale SOC drivers # source "drivers/soc/fsl/qbman/Kconfig" source "drivers/soc/fsl/qe/Kconfig" config FSL_GUTS bool select SOC_BUS help The global utilities block controls power management, I/O device enabling, power-onreset(POR) configuration monitoring, alternate function selection for multiplexed signals,and clock control. This driver is to manage and access global utilities block. Initially only reading SVR and registering soc device are supported. Other guts accesses, such as reading RCW, should eventually be moved into this driver as well.