Config.in.netdevice 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. menu "Network devices support"
  2. depends on !ADK_LINUX_CRIS_FOXBOARD
  3. config ADK_KERNEL_NETDEVICES
  4. boolean
  5. default n
  6. config ADK_KERNEL_NET_ETHERNET
  7. boolean
  8. default n
  9. config ADK_KERNEL_MII
  10. boolean
  11. default n
  12. config ADK_KERNEL_NET_PCI
  13. boolean
  14. default n
  15. config ADK_KERNEL_NETDEV_1000
  16. boolean
  17. default n
  18. menu "Ethernet card support"
  19. config ADK_KPACKAGE_KMOD_NE2K_PCI
  20. prompt "kmod-net-ne2k-pci............. NE2000 PCI driver"
  21. select ADK_KERNEL_NETDEVICES
  22. select ADK_KERNEL_NET_ETHERNET
  23. select ADK_KERNEL_NET_PCI
  24. select ADK_KERNEL_MII
  25. tristate
  26. default n
  27. help
  28. NE2000 pci driver
  29. config ADK_KPACKAGE_KMOD_PCNET32
  30. prompt "kmod-net-pcnet32.............. AMD PCNet32 PCI driver"
  31. select ADK_KERNEL_NETDEVICES
  32. select ADK_KERNEL_NET_ETHERNET
  33. select ADK_KERNEL_NET_PCI
  34. select ADK_KERNEL_MII
  35. tristate
  36. default n
  37. help
  38. AMD PCnet32 driver
  39. config ADK_KPACKAGE_KMOD_8139CP
  40. prompt "kmod-net-rtl8139cp............ RTL8139C+ PCI driver"
  41. select ADK_KERNEL_NETDEVICES
  42. select ADK_KERNEL_NET_ETHERNET
  43. select ADK_KERNEL_NET_PCI
  44. select ADK_KERNEL_MII
  45. tristate
  46. default n
  47. help
  48. RTL8139C+ pci driver
  49. config ADK_KPACKAGE_KMOD_8139TOO
  50. prompt "kmod-net-rtl8139.............. RTL8139 PCI driver"
  51. select ADK_KERNEL_NETDEVICES
  52. select ADK_KERNEL_NET_ETHERNET
  53. select ADK_KERNEL_NET_PCI
  54. select ADK_KERNEL_MII
  55. tristate
  56. default n
  57. help
  58. RTL8139 pci driver
  59. config ADK_KPACKAGE_KMOD_E100
  60. prompt "kmod-net-e100................. Intel(R) PRO/100+ driver"
  61. select ADK_KERNEL_NETDEVICES
  62. select ADK_KERNEL_NET_PCI
  63. select ADK_KERNEL_MII
  64. tristate
  65. default n
  66. help
  67. Intel(R) PRO/100+ cards kernel support
  68. config ADK_KPACKAGE_KMOD_E1000
  69. prompt "kmod-net-e1000................ Intel(R) PRO/1000 Gigabit Ethernet driver"
  70. select ADK_KERNEL_NETDEVICES
  71. select ADK_KERNEL_NET_ETHERNET
  72. select ADK_KERNEL_NETDEV_1000
  73. tristate
  74. default n
  75. help
  76. This driver supports Intel(R) PRO/1000 gigabit ethernet family of
  77. adapters. For more information on how to identify your adapter, go
  78. to the Adapter & Driver ID Guide at:
  79. <http://support.intel.com/support/network/adapter/pro100/21397.htm>
  80. config ADK_KPACKAGE_KMOD_SKY2
  81. prompt "kmod-net-sky2................. Marvell Yukon driver"
  82. select ADK_KERNEL_NETDEVICES
  83. select ADK_KERNEL_NET_ETHERNET
  84. select ADK_KERNEL_NETDEV_1000
  85. tristate
  86. default n
  87. help
  88. endmenu
  89. config ADK_KERNEL_WIRELESS
  90. boolean
  91. default n
  92. config ADK_KERNEL_WIRELESS_EXT
  93. boolean
  94. default n
  95. config ADK_KERNEL_MAC80211_LEDS
  96. bool
  97. select ADK_KPACKAGE_KMOD_LEDS_CLASS
  98. select ADK_KERNEL_NEW_LEDS
  99. default n
  100. config ADK_KERNEL_WLAN_80211
  101. boolean
  102. default n
  103. config ADK_KERNEL_RT2X00
  104. boolean
  105. select ADK_KPACKAGE_KMOD_RT2X00
  106. select ADK_KPACKAGE_KMOD_FW_LOADER
  107. select ADK_KPACKAGE_KMOD_EEPROM_93CX6
  108. default n
  109. config ADK_MOD_KERNEL_CFG80211
  110. tristate
  111. default n
  112. config ADK_MOD_KERNEL_LIB80211
  113. tristate
  114. default n
  115. config ADK_KERNEL_ATH_COMMON
  116. tristate
  117. default n
  118. config ADK_MOD_KERNEL_MAC80211
  119. tristate
  120. select ADK_MOD_KERNEL_CFG80211
  121. select ADK_MOD_KERNEL_LIB80211
  122. select ADK_KPACKAGE_KMOD_CRYPTO_AES
  123. select ADK_KPACKAGE_KMOD_CRYPTO_ECB
  124. select ADK_KPACKAGE_KMOD_CRYPTO_ARC4
  125. select ADK_KERNEL_CRC32
  126. select ADK_KERNEL_WIRELESS
  127. select ADK_KERNEL_WIRELESS_EXT
  128. select ADK_KERNEL_WLAN_80211
  129. select ADK_KERNEL_MAC80211_LEDS
  130. default n
  131. menu "Wireless card support"
  132. config ADK_KPACKAGE_KMOD_MAC80211
  133. prompt "kmod-mac80211................... mac80211 softmac"
  134. tristate
  135. select ADK_MOD_KERNEL_CFG80211
  136. select ADK_MOD_KERNEL_LIB80211
  137. select ADK_KPACKAGE_KMOD_CRYPTO_AES
  138. select ADK_KPACKAGE_KMOD_CRYPTO_ECB
  139. select ADK_KPACKAGE_KMOD_CRYPTO_ARC4
  140. select ADK_KERNEL_WIRELESS
  141. select ADK_KERNEL_WIRELESS_EXT
  142. select ADK_KERNEL_WLAN_80211
  143. select ADK_KERNEL_CRC32
  144. default n
  145. config ADK_KPACKAGE_KMOD_ATH5K
  146. prompt "kmod-mac80211-ath5k............ Atheros 5xxx wireless cards"
  147. tristate
  148. select ADK_KERNEL_MAC80211_LEDS
  149. select ADK_KERNEL_ATH_COMMON
  150. depends on ADK_KPACKAGE_KMOD_MAC80211
  151. default n
  152. help
  153. Driver for Atheros 5xxx/24xx cards.
  154. config ADK_KERNEL_ATH5K_DEBUG
  155. prompt "enable debugging info via debugfs"
  156. depends on ADK_KPACKAGE_KMOD_ATH5K
  157. default n
  158. select ADK_KERNEL_DEBUG_FS
  159. boolean
  160. help
  161. Atheros 5xxx debugging messages.
  162. Say Y, if and you will get debug options for ath5k.
  163. To use this, you need to mount debugfs:
  164. mkdir /debug/
  165. mount -t debugfs debug /debug/
  166. You will get access to files under:
  167. /debug/ath5k/phy0/
  168. To enable debug, pass the debug level to the debug module
  169. parameter. For example:
  170. insmod ath5k.ko debug=0x00000400
  171. config ADK_KPACKAGE_KMOD_RT2X00
  172. tristate
  173. default n
  174. config ADK_KPACKAGE_KMOD_RT2400PCI
  175. prompt "kmod-mac80211-rt2400........... Ralink rt2400"
  176. tristate
  177. default n
  178. select ADK_KERNEL_RT2X00
  179. select ADK_KERNEL_MAC80211_LEDS
  180. depends on ADK_KPACKAGE_KMOD_MAC80211
  181. help
  182. This adds support for rt2400 wireless chipset family.
  183. Supported chips: RT2460.
  184. config ADK_KPACKAGE_KMOD_RT2500PCI
  185. prompt "kmod-mac80211-rt2500........... Ralink rt2500"
  186. tristate
  187. default n
  188. select ADK_KERNEL_RT2X00
  189. select ADK_KERNEL_MAC80211_LEDS
  190. depends on ADK_KPACKAGE_KMOD_MAC80211
  191. help
  192. This adds support for rt2500 wireless chipset family.
  193. Supported chips: RT2560.
  194. config ADK_KPACKAGE_KMOD_RT61PCI
  195. prompt "kmod-mac80211-rt2501........... Ralink rt2501/rt61"
  196. tristate
  197. default n
  198. select ADK_KERNEL_RT2X00
  199. select ADK_KERNEL_MAC80211_LEDS
  200. select ADK_KPACKAGE_KMOD_CRC_ITU_T
  201. select ADK_PACKAGE_WIRELESS_FIRMWARE_RT61
  202. depends on ADK_KPACKAGE_KMOD_MAC80211
  203. help
  204. This adds support for rt2501 wireless chipset family.
  205. Supported chips: RT2561, RT2561S & RT2661.
  206. config ADK_KERNEL_RT2X00_DEBUG
  207. prompt "enable debugging info"
  208. depends on ADK_KPACKAGE_KMOD_RT61PCI || \
  209. ADK_KPACKAGE_KMOD_RT2500PCI || ADK_KPACKAGE_KMOD_RT2400PCI
  210. default n
  211. boolean
  212. help
  213. endmenu
  214. menu "ATM driver support"
  215. source package/sangam-atm/Config.in
  216. endmenu
  217. endmenu