xref: /openbmc/linux/drivers/soc/fsl/Kconfig (revision ba61bb17)
1#
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.
19