Kconfig (ed32f8d42cee118b075e4372a55c7739a11094b2) | Kconfig (14f1c0f2ff156c89b14fa4c52605e7586436ffb8) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# 8390 device configuration 4# 5 6config NET_VENDOR_8390 7 bool "National Semiconductor 8390 devices" 8 default y 9 depends on NET_VENDOR_NATSEMI 10 ---help--- 11 If you have a network (Ethernet) card belonging to this class, say Y. 12 13 Note that the answer to this question doesn't directly affect the 14 kernel: saying N will just cause the configurator to skip all | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# 8390 device configuration 4# 5 6config NET_VENDOR_8390 7 bool "National Semiconductor 8390 devices" 8 default y 9 depends on NET_VENDOR_NATSEMI 10 ---help--- 11 If you have a network (Ethernet) card belonging to this class, say Y. 12 13 Note that the answer to this question doesn't directly affect the 14 kernel: saying N will just cause the configurator to skip all |
15 the questions about Western Digital cards. If you say Y, you will be 16 asked for your specific card in the following questions. | 15 the questions about National Semiconductor 8390 cards. If you say Y, 16 you will be asked for your specific card in the following questions. |
17 18if NET_VENDOR_8390 19 20config PCMCIA_AXNET 21 tristate "Asix AX88190 PCMCIA support" 22 depends on PCMCIA 23 ---help--- 24 Say Y here if you intend to attach an Asix AX88190-based PCMCIA --- 185 unchanged lines hidden --- | 17 18if NET_VENDOR_8390 19 20config PCMCIA_AXNET 21 tristate "Asix AX88190 PCMCIA support" 22 depends on PCMCIA 23 ---help--- 24 Say Y here if you intend to attach an Asix AX88190-based PCMCIA --- 185 unchanged lines hidden --- |