Kconfig 692 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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_HSTA_MSI
  9. bool
  10. depends on PCI_MSI
  11. depends on PCI && 4xx
  12. default n
  13. config PPC4xx_MSI
  14. bool
  15. depends on PCI_MSI
  16. depends on PCI && 4xx
  17. default n
  18. config PPC_MSI_BITMAP
  19. bool
  20. depends on PCI_MSI
  21. default y if MPIC
  22. default y if FSL_PCI
  23. default y if PPC4xx_MSI
  24. default y if PPC_POWERNV
  25. source "arch/powerpc/sysdev/xics/Kconfig"
  26. config PPC_SCOM
  27. bool
  28. config SCOM_DEBUGFS
  29. bool "Expose SCOM controllers via debugfs"
  30. depends on PPC_SCOM && DEBUG_FS
  31. default n
  32. config GE_FPGA
  33. bool
  34. default n