Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # EZchip network device configuration
0004 #
0005 
0006 config NET_VENDOR_EZCHIP
0007         bool "EZchip devices"
0008         default y
0009         help
0010           If you have a network (Ethernet) device belonging to this class, say Y.
0011 
0012           Note that the answer to this question doesn't directly affect the
0013           kernel: saying N will just cause the configurator to skip all
0014           the questions about EZchip devices. If you say Y, you will be asked for
0015           your specific device in the following questions.
0016 
0017 if NET_VENDOR_EZCHIP
0018 
0019 config EZCHIP_NPS_MANAGEMENT_ENET
0020         tristate "EZchip NPS management enet support"
0021         depends on OF_IRQ
0022         depends on HAS_IOMEM
0023         help
0024           Simple LAN device for debug or management purposes.
0025           Device supports interrupts for RX and TX(completion).
0026           Device does not have DMA ability.
0027 
0028 endif