36 lines · plain
1#2# Asix network device configuration3#4 5config NET_VENDOR_ASIX6 bool "Asix devices"7 default y8 help9 If you have a network (Ethernet, non-USB, not NE2000 compatible)10 interface based on a chip from ASIX, say Y.11 12if NET_VENDOR_ASIX13 14config SPI_AX88796C15 tristate "Asix AX88796C-SPI support"16 select PHYLIB17 depends on SPI18 depends on GPIOLIB19 help20 Say Y here if you intend to use ASIX AX88796C attached in SPI mode.21 22config SPI_AX88796C_COMPRESSION23 bool "SPI transfer compression"24 default n25 depends on SPI_AX88796C26 help27 Say Y here to enable SPI transfer compression. It saves up28 to 24 dummy cycles during each transfer which may noticeably29 speed up short transfers. This sets the default value that is30 inherited by network interfaces during probe. It can be31 changed at run time via spi-compression ethtool tunable.32 33 If unsure say N.34 35endif # NET_VENDOR_ASIX36