Kconfig 609 B

12345678910111213141516171819202122232425262728293031
  1. # SPDX-License-Identifier: GPL-2.0
  2. # For a description of the syntax of this configuration file,
  3. # see Documentation/kbuild/kconfig-language.rst.
  4. #
  5. config PPC4xx_PCI_EXPRESS
  6. bool
  7. depends on PCI && 4xx
  8. config PPC4xx_HSTA_MSI
  9. bool
  10. depends on PCI_MSI
  11. depends on PCI && 4xx
  12. config PPC_MSI_BITMAP
  13. bool
  14. depends on PCI_MSI
  15. default y if MPIC
  16. default y if FSL_PCI
  17. default y if PPC_POWERNV
  18. source "arch/powerpc/sysdev/xics/Kconfig"
  19. source "arch/powerpc/sysdev/xive/Kconfig"
  20. config GE_FPGA
  21. bool
  22. config FSL_CORENET_RCPM
  23. bool
  24. help
  25. This option enables support for RCPM (Run Control/Power Management).