Kconfig 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  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 MACH_GATEWAY7001
  37. bool "Gateway 7001"
  38. select PCI
  39. help
  40. Say 'Y' here if you want your kernel to support Gateway's
  41. 7001 Access Point. For more information on this platform,
  42. see http://openwrt.org
  43. config MACH_WG302V2
  44. bool "Netgear WG302 v2 / WAG302 v2"
  45. select PCI
  46. help
  47. Say 'Y' here if you want your kernel to support Netgear's
  48. WG302 v2 or WAG302 v2 Access Points. For more information
  49. on this platform, see http://openwrt.org
  50. config ARCH_IXDP425
  51. bool "IXDP425"
  52. help
  53. Say 'Y' here if you want your kernel to support Intel's
  54. IXDP425 Development Platform (Also known as Richfield).
  55. For more information on this platform, see <file:Documentation/arm/IXP4xx>.
  56. config MACH_IXDPG425
  57. bool "IXDPG425"
  58. help
  59. Say 'Y' here if you want your kernel to support Intel's
  60. IXDPG425 Development Platform (Also known as Montajade).
  61. For more information on this platform, see <file:Documentation/arm/IXP4xx>.
  62. config MACH_IXDP465
  63. bool "IXDP465"
  64. help
  65. Say 'Y' here if you want your kernel to support Intel's
  66. IXDP465 Development Platform (Also known as BMP).
  67. For more information on this platform, see <file:Documentation/arm/IXP4xx>.
  68. config MACH_GORAMO_MLR
  69. bool "GORAMO Multi Link Router"
  70. help
  71. Say 'Y' here if you want your kernel to support GORAMO
  72. MultiLink router.
  73. config MACH_KIXRP435
  74. bool "KIXRP435"
  75. help
  76. Say 'Y' here if you want your kernel to support Intel's
  77. KIXRP435 Reference Platform.
  78. For more information on this platform, see <file:Documentation/arm/IXP4xx>.
  79. #
  80. # IXCDP1100 is the exact same HW as IXDP425, but with a different machine
  81. # number from the bootloader due to marketing monkeys, so we just enable it
  82. # by default if IXDP425 is enabled.
  83. #
  84. config ARCH_IXCDP1100
  85. bool
  86. depends on ARCH_IXDP425
  87. default y
  88. config ARCH_PRPMC1100
  89. bool "PrPMC1100"
  90. help
  91. Say 'Y' here if you want your kernel to support the Motorola
  92. PrPCM1100 Processor Mezanine Module. For more information on
  93. this platform, see <file:Documentation/arm/IXP4xx>.
  94. config MACH_NAS100D
  95. bool
  96. prompt "NAS100D"
  97. select PCI
  98. help
  99. Say 'Y' here if you want your kernel to support Iomega's
  100. NAS 100d device. For more information on this platform,
  101. see http://www.nslu2-linux.org/wiki/NAS100d/HomePage
  102. config MACH_DSMG600
  103. bool
  104. prompt "D-Link DSM-G600 RevA"
  105. select PCI
  106. help
  107. Say 'Y' here if you want your kernel to support D-Link's
  108. DSM-G600 RevA device. For more information on this platform,
  109. see http://www.nslu2-linux.org/wiki/DSMG600/HomePage
  110. config ARCH_IXDP4XX
  111. bool
  112. depends on ARCH_IXDP425 || MACH_IXDP465 || MACH_KIXRP435
  113. default y
  114. config MACH_FSG
  115. bool
  116. prompt "Freecom FSG-3"
  117. select PCI
  118. help
  119. Say 'Y' here if you want your kernel to support Freecom's
  120. FSG-3 device. For more information on this platform,
  121. see http://www.nslu2-linux.org/wiki/FSG3/HomePage
  122. config MACH_ARCOM_VULCAN
  123. bool
  124. prompt "Arcom/Eurotech Vulcan"
  125. select PCI
  126. help
  127. Say 'Y' here if you want your kernel to support Arcom's
  128. Vulcan board.
  129. #
  130. # Certain registers and IRQs are only enabled if supporting IXP465 CPUs
  131. #
  132. config CPU_IXP46X
  133. bool
  134. depends on MACH_IXDP465
  135. default y
  136. config CPU_IXP43X
  137. bool
  138. depends on MACH_KIXRP435
  139. default y
  140. config MACH_GTWX5715
  141. bool "Gemtek WX5715 (Linksys WRV54G)"
  142. depends on ARCH_IXP4XX
  143. select PCI
  144. help
  145. This board is currently inside the Linksys WRV54G Gateways.
  146. IXP425 - 266mhz
  147. 32mb SDRAM
  148. 8mb Flash
  149. miniPCI slot 0 does not have a card connector soldered to the board
  150. miniPCI slot 1 has an ISL3880 802.11g card (Prism54)
  151. npe0 is connected to a Kendin KS8995M Switch (4 ports)
  152. npe1 is the "wan" port
  153. "Console" UART is available on J11 as console
  154. "High Speed" UART is n/c (as far as I can tell)
  155. 20 Pin ARM/Xscale JTAG interface on J2
  156. comment "IXP4xx Options"
  157. config IXP4XX_INDIRECT_PCI
  158. bool "Use indirect PCI memory access"
  159. depends on PCI
  160. help
  161. IXP4xx provides two methods of accessing PCI memory space:
  162. 1) A direct mapped window from 0x48000000 to 0x4BFFFFFF (64MB).
  163. To access PCI via this space, we simply ioremap() the BAR
  164. into the kernel and we can use the standard read[bwl]/write[bwl]
  165. macros. This is the preferred method due to speed but it
  166. limits the system to just 64MB of PCI memory. This can be
  167. problematic if using video cards and other memory-heavy devices.
  168. 2) If > 64MB of memory space is required, the IXP4xx can be
  169. configured to use indirect registers to access the whole PCI
  170. memory space. This currently allows for up to 1 GB (0x10000000
  171. to 0x4FFFFFFF) of memory on the bus. The disadvantage of this
  172. is that every PCI access requires three local register accesses
  173. plus a spinlock, but in some cases the performance hit is
  174. acceptable. In addition, you cannot mmap() PCI devices in this
  175. case due to the indirect nature of the PCI window.
  176. By default, the direct method is used. Choose this option if you
  177. need to use the indirect method instead. If you don't know
  178. what you need, leave this option unselected.
  179. config IXP4XX_QMGR
  180. tristate "IXP4xx Queue Manager support"
  181. help
  182. This driver supports IXP4xx built-in hardware queue manager
  183. and is automatically selected by Ethernet and HSS drivers.
  184. config IXP4XX_NPE
  185. tristate "IXP4xx Network Processor Engine support"
  186. select HOTPLUG
  187. select FW_LOADER
  188. help
  189. This driver supports IXP4xx built-in network coprocessors
  190. and is automatically selected by Ethernet and HSS drivers.
  191. endmenu
  192. endif