xref: /linux/drivers/soc/fsl/Kconfig (revision a6fc3b698130230a2342baacd7821eea0405154c)
1*a6fc3b69Syangbo lu#
2*a6fc3b69Syangbo lu# Freescale SOC drivers
3*a6fc3b69Syangbo lu#
4*a6fc3b69Syangbo lu
5*a6fc3b69Syangbo lusource "drivers/soc/fsl/qbman/Kconfig"
6*a6fc3b69Syangbo lusource "drivers/soc/fsl/qe/Kconfig"
7*a6fc3b69Syangbo lu
8*a6fc3b69Syangbo luconfig FSL_GUTS
9*a6fc3b69Syangbo lu	bool
10*a6fc3b69Syangbo lu	select SOC_BUS
11*a6fc3b69Syangbo lu	help
12*a6fc3b69Syangbo lu	  The global utilities block controls power management, I/O device
13*a6fc3b69Syangbo lu	  enabling, power-onreset(POR) configuration monitoring, alternate
14*a6fc3b69Syangbo lu	  function selection for multiplexed signals,and clock control.
15*a6fc3b69Syangbo lu	  This driver is to manage and access global utilities block.
16*a6fc3b69Syangbo lu	  Initially only reading SVR and registering soc device are supported.
17*a6fc3b69Syangbo lu	  Other guts accesses, such as reading RCW, should eventually be moved
18*a6fc3b69Syangbo lu	  into this driver as well.
19