| 
									
										
										
										
											2012-04-04 19:33:53 +00:00
										 |  |  | # | 
					
						
							|  |  |  | # WIZnet devices configuration | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | config NET_VENDOR_WIZNET | 
					
						
							|  |  |  | 	bool "WIZnet devices" | 
					
						
							| 
									
										
										
										
											2012-07-24 22:34:27 +00:00
										 |  |  | 	depends on HAS_IOMEM | 
					
						
							| 
									
										
										
										
											2012-04-04 19:33:53 +00:00
										 |  |  | 	default y | 
					
						
							|  |  |  | 	---help--- | 
					
						
							|  |  |  | 	  If you have a network (Ethernet) card belonging to this class, say Y | 
					
						
							|  |  |  | 	  and read the Ethernet-HOWTO, available from | 
					
						
							|  |  |  | 	  <http://www.tldp.org/docs.html#howto>. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	  Note that the answer to this question doesn't directly affect the | 
					
						
							|  |  |  | 	  kernel: saying N will just cause the configurator to skip all | 
					
						
							|  |  |  | 	  the questions about WIZnet devices. If you say Y, you will be asked | 
					
						
							|  |  |  | 	  for your specific card in the following questions. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | if NET_VENDOR_WIZNET | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-04-04 19:33:54 +00:00
										 |  |  | config WIZNET_W5100 | 
					
						
							|  |  |  | 	tristate "WIZnet W5100 Ethernet support" | 
					
						
							| 
									
										
										
										
											2012-04-10 09:25:46 -04:00
										 |  |  | 	depends on HAS_IOMEM | 
					
						
							| 
									
										
										
										
											2012-04-04 19:33:54 +00:00
										 |  |  | 	---help--- | 
					
						
							|  |  |  | 	  Support for WIZnet W5100 chips. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	  W5100 is a single chip with integrated 10/100 Ethernet MAC, | 
					
						
							|  |  |  | 	  PHY and hardware TCP/IP stack, but this driver is limited to | 
					
						
							|  |  |  | 	  the MAC and PHY functions only, onchip TCP/IP is unused. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	  To compile this driver as a module, choose M here: the module | 
					
						
							|  |  |  | 	  will be called w5100. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-04-04 19:33:53 +00:00
										 |  |  | config WIZNET_W5300 | 
					
						
							|  |  |  | 	tristate "WIZnet W5300 Ethernet support" | 
					
						
							| 
									
										
										
										
											2012-04-10 09:25:46 -04:00
										 |  |  | 	depends on HAS_IOMEM | 
					
						
							| 
									
										
										
										
											2012-04-04 19:33:53 +00:00
										 |  |  | 	---help--- | 
					
						
							|  |  |  | 	  Support for WIZnet W5300 chips. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	  W5300 is a single chip with integrated 10/100 Ethernet MAC, | 
					
						
							|  |  |  | 	  PHY and hardware TCP/IP stack, but this driver is limited to | 
					
						
							|  |  |  | 	  the MAC and PHY functions only, onchip TCP/IP is unused. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	  To compile this driver as a module, choose M here: the module | 
					
						
							|  |  |  | 	  will be called w5300. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | choice | 
					
						
							|  |  |  | 	prompt "WIZnet interface mode" | 
					
						
							| 
									
										
										
										
											2012-04-10 09:25:46 -04:00
										 |  |  | 	depends on WIZNET_W5100 || WIZNET_W5300 | 
					
						
							| 
									
										
										
										
											2012-04-04 19:33:53 +00:00
										 |  |  | 	default WIZNET_BUS_ANY | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | config WIZNET_BUS_DIRECT | 
					
						
							|  |  |  | 	bool "Direct address bus mode" | 
					
						
							|  |  |  | 	---help--- | 
					
						
							|  |  |  | 	  In direct address mode host system can directly access all registers | 
					
						
							|  |  |  | 	  after mapping to Memory-Mapped I/O space. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | config WIZNET_BUS_INDIRECT | 
					
						
							|  |  |  | 	bool "Indirect address bus mode" | 
					
						
							|  |  |  | 	---help--- | 
					
						
							|  |  |  | 	  In indirect address mode host system indirectly accesses registers | 
					
						
							|  |  |  | 	  using Indirect Mode Address Register and Indirect Mode Data Register, | 
					
						
							|  |  |  | 	  which are directly mapped to Memory-Mapped I/O space. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | config WIZNET_BUS_ANY | 
					
						
							|  |  |  | 	bool "Select interface mode in runtime" | 
					
						
							|  |  |  | 	---help--- | 
					
						
							|  |  |  | 	  If interface mode is unknown in compile time, it can be selected | 
					
						
							|  |  |  | 	  in runtime from board/platform resources configuration. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	  Performance may decrease compared to explicitly selected bus mode. | 
					
						
							|  |  |  | endchoice | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | endif # NET_VENDOR_WIZNET |