Kconfig 586 B

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