Kconfig 559 B

1234567891011121314151617181920212223
  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 MPC8xxx_GPIO
  9. bool "MPC8xxx GPIO support"
  10. depends on PPC_MPC831x || PPC_MPC834x || PPC_MPC837x || PPC_85xx || PPC_86xx
  11. select GENERIC_GPIO
  12. select ARCH_REQUIRE_GPIOLIB
  13. help
  14. Say Y here if you're going to use hardware that connects to the
  15. MPC831x/834x/837x/8572/8610 GPIOs.
  16. config PPC_MSI_BITMAP
  17. bool
  18. depends on PCI_MSI
  19. default y if MPIC
  20. default y if FSL_PCI