Kconfig (ec9dcd3507f055f025a7692a1ff90ce105f84c1b) | Kconfig (b67d1df5ad0c227adc89d2913e933ed4addc5dab) |
---|---|
1# 2# WIZnet devices configuration 3# 4 5config NET_VENDOR_WIZNET 6 bool "WIZnet devices" 7 depends on HAS_IOMEM 8 default y --- 57 unchanged lines hidden (view full) --- 66 If interface mode is unknown in compile time, it can be selected 67 in runtime from board/platform resources configuration. 68 69 Performance may decrease compared to explicitly selected bus mode. 70endchoice 71 72config WIZNET_W5100_SPI 73 tristate "WIZnet W5100/W5200 Ethernet support for SPI mode" | 1# 2# WIZnet devices configuration 3# 4 5config NET_VENDOR_WIZNET 6 bool "WIZnet devices" 7 depends on HAS_IOMEM 8 default y --- 57 unchanged lines hidden (view full) --- 66 If interface mode is unknown in compile time, it can be selected 67 in runtime from board/platform resources configuration. 68 69 Performance may decrease compared to explicitly selected bus mode. 70endchoice 71 72config WIZNET_W5100_SPI 73 tristate "WIZnet W5100/W5200 Ethernet support for SPI mode" |
74 depends on WIZNET_BUS_ANY | 74 depends on WIZNET_BUS_ANY && WIZNET_W5100 |
75 depends on SPI 76 ---help--- 77 In SPI mode host system accesses registers using SPI protocol 78 (mode 0) on the SPI bus. 79 80 Performance decreases compared to other bus interface mode. 81 In W5100 SPI mode, burst READ/WRITE processing are not provided. 82 83 To compile this driver as a module, choose M here: the module 84 will be called w5100-spi. 85 86endif # NET_VENDOR_WIZNET | 75 depends on SPI 76 ---help--- 77 In SPI mode host system accesses registers using SPI protocol 78 (mode 0) on the SPI bus. 79 80 Performance decreases compared to other bus interface mode. 81 In W5100 SPI mode, burst READ/WRITE processing are not provided. 82 83 To compile this driver as a module, choose M here: the module 84 will be called w5100-spi. 85 86endif # NET_VENDOR_WIZNET |