Kconfig 878 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # SPDX-License-Identifier: GPL-2.0
  2. # For a description of the syntax of this configuration file,
  3. # see Documentation/kbuild/kconfig-language.txt.
  4. #
  5. config PPC4xx_PCI_EXPRESS
  6. bool
  7. depends on PCI && 4xx
  8. default n
  9. config PPC4xx_HSTA_MSI
  10. bool
  11. depends on PCI_MSI
  12. depends on PCI && 4xx
  13. default n
  14. config PPC4xx_MSI
  15. bool
  16. depends on PCI_MSI
  17. depends on PCI && 4xx
  18. default n
  19. config PPC_MSI_BITMAP
  20. bool
  21. depends on PCI_MSI
  22. default y if MPIC
  23. default y if FSL_PCI
  24. default y if PPC4xx_MSI
  25. default y if PPC_POWERNV
  26. source "arch/powerpc/sysdev/xics/Kconfig"
  27. source "arch/powerpc/sysdev/xive/Kconfig"
  28. config PPC_SCOM
  29. bool
  30. config SCOM_DEBUGFS
  31. bool "Expose SCOM controllers via debugfs"
  32. depends on PPC_SCOM && DEBUG_FS
  33. default n
  34. config GE_FPGA
  35. bool
  36. default n
  37. config FSL_CORENET_RCPM
  38. bool
  39. help
  40. This option enables support for RCPM (Run Control/Power Management).