Kconfig 720 B

1234567891011121314151617181920212223
  1. config POLARFIRE_SOC_SYS_CTRL
  2. tristate "Microchip PolarFire SoC (MPFS) system controller support"
  3. depends on POLARFIRE_SOC_MAILBOX
  4. depends on MTD
  5. help
  6. This driver adds support for the PolarFire SoC (MPFS) system controller.
  7. To compile this driver as a module, choose M here. the
  8. module will be called mpfs_system_controller.
  9. If unsure, say N.
  10. config POLARFIRE_SOC_SYSCONS
  11. bool "PolarFire SoC (MPFS) syscon drivers"
  12. default y
  13. depends on ARCH_MICROCHIP
  14. select MFD_CORE
  15. help
  16. These drivers add support for the syscons on PolarFire SoC (MPFS).
  17. Without these drivers core parts of the kernel such as clocks
  18. and resets will not function correctly.
  19. If unsure, and on a PolarFire SoC, say y.