Kconfig 433 B

123456789101112131415161718192021222324
  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 PPC_MSI_BITMAP
  9. bool
  10. depends on PCI_MSI
  11. default y if MPIC
  12. default y if FSL_PCI
  13. source "arch/powerpc/sysdev/xics/Kconfig"
  14. config PPC_SCOM
  15. bool
  16. config SCOM_DEBUGFS
  17. bool "Expose SCOM controllers via debugfs"
  18. depends on PPC_SCOM
  19. default n