c73978474c4b3ca1c28dfa165031e598f24574db
[linux-2.6-block.git] / drivers / net / ethernet / ni / Kconfig
1 #
2 # National Instuments network device configuration
3 #
4
5 config NET_VENDOR_NI
6         bool "National Instruments Devices"
7         default y
8         help
9           If you have a network (Ethernet) device belonging to this class, say Y.
10
11           Note that the answer to this question doesn't directly affect the
12           kernel: saying N will just cause the configurator to skip all
13           the questions about National Instrument devices.
14           If you say Y, you will be asked for your specific device in the
15           following questions.
16
17 if NET_VENDOR_NI
18
19 config NI_XGE_MANAGEMENT_ENET
20         tristate "National Instruments XGE management enet support"
21         depends on HAS_IOMEM && HAS_DMA
22         select PHYLIB
23         select OF_MDIO if OF
24         help
25           Simple LAN device for debug or management purposes. Can
26           support either 10G or 1G PHYs via SFP+ ports.
27
28 endif