Back to home page

OSCL-LXR

 
 

    


0001 #
0002 # Asix network device configuration
0003 #
0004 
0005 config NET_VENDOR_ASIX
0006         bool "Asix devices"
0007         default y
0008         help
0009           If you have a network (Ethernet, non-USB, not NE2000 compatible)
0010           interface based on a chip from ASIX, say Y.
0011 
0012 if NET_VENDOR_ASIX
0013 
0014 config SPI_AX88796C
0015         tristate "Asix AX88796C-SPI support"
0016         select PHYLIB
0017         depends on SPI
0018         depends on GPIOLIB
0019         help
0020           Say Y here if you intend to use ASIX AX88796C attached in SPI mode.
0021 
0022 config SPI_AX88796C_COMPRESSION
0023         bool "SPI transfer compression"
0024         default n
0025         depends on SPI_AX88796C
0026         help
0027           Say Y here to enable SPI transfer compression. It saves up
0028           to 24 dummy cycles during each transfer which may noticeably
0029           speed up short transfers. This sets the default value that is
0030           inherited by network interfaces during probe. It can be
0031           changed at run time via spi-compression ethtool tunable.
0032 
0033           If unsure say N.
0034 
0035 endif # NET_VENDOR_ASIX