Kconfig 570 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. source "arch/powerpc/sysdev/xics/Kconfig"
  20. config PPC_SCOM
  21. bool
  22. config SCOM_DEBUGFS
  23. bool "Expose SCOM controllers via debugfs"
  24. depends on PPC_SCOM
  25. default n
  26. config GE_FPGA
  27. bool
  28. default n