blob: 7a9fb9baa66d27c6bb2b1c8f3a22ada6fad84309 [file] [log] [blame]
yangbo lua6fc3b62016-11-09 11:14:08 +08001#
2# Freescale SOC drivers
3#
4
5source "drivers/soc/fsl/qbman/Kconfig"
6source "drivers/soc/fsl/qe/Kconfig"
7
8config FSL_GUTS
9 bool
10 select SOC_BUS
11 help
12 The global utilities block controls power management, I/O device
13 enabling, power-onreset(POR) configuration monitoring, alternate
14 function selection for multiplexed signals,and clock control.
15 This driver is to manage and access global utilities block.
16 Initially only reading SVR and registering soc device are supported.
17 Other guts accesses, such as reading RCW, should eventually be moved
18 into this driver as well.