Kconfig 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. if ARCH_IXP4XX
  2. config ARCH_SUPPORTS_BIG_ENDIAN
  3. bool
  4. default y
  5. menu "Intel IXP4xx Implementation Options"
  6. comment "IXP4xx Platforms"
  7. config MACH_NSLU2
  8. bool
  9. prompt "Linksys NSLU2"
  10. select PCI
  11. help
  12. Say 'Y' here if you want your kernel to support Linksys's
  13. NSLU2 NAS device. For more information on this platform,
  14. see http://www.nslu2-linux.org
  15. config MACH_AVILA
  16. bool "Avila"
  17. select PCI
  18. help
  19. Say 'Y' here if you want your kernel to support the Gateworks
  20. Avila Network Platform. For more information on this platform,
  21. see <file:Documentation/arm/IXP4xx>.
  22. config MACH_LOFT
  23. bool "Loft"
  24. depends on MACH_AVILA
  25. help
  26. Say 'Y' here if you want your kernel to support the Giant
  27. Shoulder Inc Loft board (a minor variation on the standard
  28. Gateworks Avila Network Platform).
  29. config ARCH_ADI_COYOTE
  30. bool "Coyote"
  31. select PCI
  32. help
  33. Say 'Y' here if you want your kernel to support the ADI
  34. Engineering Coyote Gateway Reference Platform. For more
  35. information on this platform, see <file:Documentation/arm/IXP4xx>.
  36. config ARCH_IXDP425
  37. bool "IXDP425"
  38. help
  39. Say 'Y' here if you want your kernel to support Intel's
  40. IXDP425 Development Platform (Also known as Richfield).
  41. For more information on this platform, see <file:Documentation/arm/IXP4xx>.
  42. config MACH_IXDPG425
  43. bool "IXDPG425"
  44. help
  45. Say 'Y' here if you want your kernel to support Intel's
  46. IXDPG425 Development Platform (Also known as Montajade).
  47. For more information on this platform, see <file:Documentation/arm/IXP4xx>.
  48. config MACH_IXDP465
  49. bool "IXDP465"
  50. help
  51. Say 'Y' here if you want your kernel to support Intel's
  52. IXDP465 Development Platform (Also known as BMP).
  53. For more information on this platform, see <file:Documentation/arm/IXP4xx>.
  54. config MACH_KIXRP435
  55. bool "KIXRP435"
  56. help
  57. Say 'Y' here if you want your kernel to support Intel's
  58. KIXRP435 Reference Platform.
  59. For more information on this platform, see <file:Documentation/arm/IXP4xx>.
  60. #
  61. # IXCDP1100 is the exact same HW as IXDP425, but with a different machine
  62. # number from the bootloader due to marketing monkeys, so we just enable it
  63. # by default if IXDP425 is enabled.
  64. #
  65. config ARCH_IXCDP1100
  66. bool
  67. depends on ARCH_IXDP425
  68. default y
  69. config ARCH_PRPMC1100
  70. bool "PrPMC1100"
  71. help
  72. Say 'Y' here if you want your kernel to support the Motorola
  73. PrPCM1100 Processor Mezanine Module. For more information on
  74. this platform, see <file:Documentation/arm/IXP4xx>.
  75. config MACH_NAS100D
  76. bool
  77. prompt "NAS100D"
  78. select PCI
  79. help
  80. Say 'Y' here if you want your kernel to support Iomega's
  81. NAS 100d device. For more information on this platform,
  82. see http://www.nslu2-linux.org/wiki/NAS100d/HomePage
  83. config MACH_DSMG600
  84. bool
  85. prompt "D-Link DSM-G600 RevA"
  86. select PCI
  87. help
  88. Say 'Y' here if you want your kernel to support D-Link's
  89. DSM-G600 RevA device. For more information on this platform,
  90. see http://www.nslu2-linux.org/wiki/DSMG600/HomePage
  91. config ARCH_IXDP4XX
  92. bool
  93. depends on ARCH_IXDP425 || MACH_IXDP465 || MACH_KIXRP435
  94. default y
  95. #
  96. # Certain registers and IRQs are only enabled if supporting IXP465 CPUs
  97. #
  98. config CPU_IXP46X
  99. bool
  100. depends on MACH_IXDP465
  101. default y
  102. config CPU_IXP43X
  103. bool
  104. depends on MACH_KIXRP435
  105. default y
  106. config MACH_GTWX5715
  107. bool "Gemtek WX5715 (Linksys WRV54G)"
  108. depends on ARCH_IXP4XX
  109. select PCI
  110. help
  111. This board is currently inside the Linksys WRV54G Gateways.
  112. IXP425 - 266mhz
  113. 32mb SDRAM
  114. 8mb Flash
  115. miniPCI slot 0 does not have a card connector soldered to the board
  116. miniPCI slot 1 has an ISL3880 802.11g card (Prism54)
  117. npe0 is connected to a Kendin KS8995M Switch (4 ports)
  118. npe1 is the "wan" port
  119. "Console" UART is available on J11 as console
  120. "High Speed" UART is n/c (as far as I can tell)
  121. 20 Pin ARM/Xscale JTAG interface on J2
  122. comment "IXP4xx Options"
  123. config DMABOUNCE
  124. bool
  125. default y
  126. depends on PCI
  127. config IXP4XX_INDIRECT_PCI
  128. bool "Use indirect PCI memory access"
  129. depends on PCI
  130. help
  131. IXP4xx provides two methods of accessing PCI memory space:
  132. 1) A direct mapped window from 0x48000000 to 0x4bffffff (64MB).
  133. To access PCI via this space, we simply ioremap() the BAR
  134. into the kernel and we can use the standard read[bwl]/write[bwl]
  135. macros. This is the preferred method due to speed but it
  136. limits the system to just 64MB of PCI memory. This can be
  137. problematic if using video cards and other memory-heavy devices.
  138. 2) If > 64MB of memory space is required, the IXP4xx can be
  139. configured to use indirect registers to access PCI This allows
  140. for up to 128MB (0x48000000 to 0x4fffffff) of memory on the bus.
  141. The disadvantage of this is that every PCI access requires
  142. three local register accesses plus a spinlock, but in some
  143. cases the performance hit is acceptable. In addition, you cannot
  144. mmap() PCI devices in this case due to the indirect nature
  145. of the PCI window.
  146. By default, the direct method is used. Choose this option if you
  147. need to use the indirect method instead. If you don't know
  148. what you need, leave this option unselected.
  149. endmenu
  150. endif