Kconfig 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. config BCMA_POSSIBLE
  2. bool
  3. depends on HAS_IOMEM && HAS_DMA
  4. default y
  5. menu "Broadcom specific AMBA"
  6. depends on BCMA_POSSIBLE
  7. config BCMA
  8. tristate "BCMA support"
  9. depends on BCMA_POSSIBLE
  10. help
  11. Bus driver for Broadcom specific Advanced Microcontroller Bus
  12. Architecture.
  13. # Support for Block-I/O. SELECT this from the driver that needs it.
  14. config BCMA_BLOCKIO
  15. bool
  16. depends on BCMA
  17. config BCMA_HOST_PCI_POSSIBLE
  18. bool
  19. depends on BCMA && PCI = y
  20. default y
  21. config BCMA_HOST_PCI
  22. bool "Support for BCMA on PCI-host bus"
  23. depends on BCMA_HOST_PCI_POSSIBLE
  24. config BCMA_DRIVER_PCI_HOSTMODE
  25. bool "Driver for PCI core working in hostmode"
  26. depends on BCMA && MIPS && BCMA_HOST_PCI
  27. help
  28. PCI core hostmode operation (external PCI bus).
  29. config BCMA_HOST_SOC
  30. bool
  31. depends on BCMA_DRIVER_MIPS
  32. config BCMA_DRIVER_MIPS
  33. bool "BCMA Broadcom MIPS core driver"
  34. depends on BCMA && MIPS
  35. help
  36. Driver for the Broadcom MIPS core attached to Broadcom specific
  37. Advanced Microcontroller Bus.
  38. If unsure, say N
  39. config BCMA_DRIVER_GMAC_CMN
  40. bool "BCMA Broadcom GBIT MAC COMMON core driver"
  41. depends on BCMA
  42. help
  43. Driver for the Broadcom GBIT MAC COMMON core attached to Broadcom
  44. specific Advanced Microcontroller Bus.
  45. If unsure, say N
  46. config BCMA_DEBUG
  47. bool "BCMA debugging"
  48. depends on BCMA
  49. help
  50. This turns on additional debugging messages.
  51. If unsure, say N
  52. endmenu