yangbo lu | a6fc3b6 | 2016-11-09 11:14:08 +0800 | [diff] [blame] | 1 | # |
| 2 | # Freescale SOC drivers |
| 3 | # |
| 4 | |
| 5 | source "drivers/soc/fsl/qbman/Kconfig" |
| 6 | source "drivers/soc/fsl/qe/Kconfig" |
| 7 | |
| 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. |