Back to home page

OSCL-LXR

 
 

    


0001 #
0002 # LiteX device configuration
0003 #
0004 
0005 config NET_VENDOR_LITEX
0006         bool "LiteX devices"
0007         default y
0008         help
0009           If you have a network (Ethernet) card belonging to this class, say Y.
0010 
0011           Note that the answer to this question doesn't directly affect the
0012           kernel: saying N will just cause the configurator to skip all
0013           the questions about LiteX devices. If you say Y, you will be asked
0014           for your specific card in the following questions.
0015 
0016 if NET_VENDOR_LITEX
0017 
0018 config LITEX_LITEETH
0019         tristate "LiteX Ethernet support"
0020         depends on OF && HAS_IOMEM
0021         help
0022           If you wish to compile a kernel for hardware with a LiteX LiteEth
0023           device then you should answer Y to this.
0024 
0025           LiteX is a soft system-on-chip that targets FPGAs. LiteETH is a basic
0026           network device that is commonly used in LiteX designs.
0027 
0028 endif # NET_VENDOR_LITEX