Kconfig 596 B

123456789101112131415161718192021222324252627282930313233343536
  1. # For a description of the syntax of this configuration file,
  2. # see Documentation/kbuild/kconfig-language.txt.
  3. #
  4. config PPC4xx_PCI_EXPRESS
  5. bool
  6. depends on PCI && 4xx
  7. default n
  8. config PPC4xx_MSI
  9. bool
  10. depends on PCI_MSI
  11. depends on PCI && 4xx
  12. default n
  13. config PPC_MSI_BITMAP
  14. bool
  15. depends on PCI_MSI
  16. default y if MPIC
  17. default y if FSL_PCI
  18. default y if PPC4xx_MSI
  19. default y if POWERNV_MSI
  20. source "arch/powerpc/sysdev/xics/Kconfig"
  21. config PPC_SCOM
  22. bool
  23. config SCOM_DEBUGFS
  24. bool "Expose SCOM controllers via debugfs"
  25. depends on PPC_SCOM
  26. default n
  27. config GE_FPGA
  28. bool
  29. default n