Kconfig 823 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. config PPC4xx_HSTA_MSI
  9. bool
  10. depends on PCI_MSI
  11. depends on PCI && 4xx
  12. config PPC4xx_MSI
  13. bool
  14. depends on PCI_MSI
  15. depends on PCI && 4xx
  16. config PPC_MSI_BITMAP
  17. bool
  18. depends on PCI_MSI
  19. default y if MPIC
  20. default y if FSL_PCI
  21. default y if PPC4xx_MSI
  22. default y if PPC_POWERNV
  23. source "arch/powerpc/sysdev/xics/Kconfig"
  24. source "arch/powerpc/sysdev/xive/Kconfig"
  25. config PPC_SCOM
  26. bool
  27. config SCOM_DEBUGFS
  28. bool "Expose SCOM controllers via debugfs"
  29. depends on PPC_SCOM && DEBUG_FS
  30. config GE_FPGA
  31. bool
  32. config FSL_CORENET_RCPM
  33. bool
  34. help
  35. This option enables support for RCPM (Run Control/Power Management).