rcu: Maintain special bits at bottom of ->dynticks counter
[linux/fpc-iii.git] / drivers / soc / fsl / Kconfig
blob7a9fb9baa66d27c6bb2b1c8f3a22ada6fad84309
2 # Freescale SOC drivers
5 source "drivers/soc/fsl/qbman/Kconfig"
6 source "drivers/soc/fsl/qe/Kconfig"
8 config 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.