Kconfig 6.8 KB

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