Kconfig (01b944fe1cd4e21a2a9ed51adbdbafe2d5e905ba) | Kconfig (21343ac21ec7d871e94e98e288f3398a4207d9c0) |
---|---|
1# 2# VIA device configuration 3# 4 5config NET_VENDOR_VIA 6 bool "VIA devices" 7 default y 8 ---help--- 9 If you have a network (Ethernet) card 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 VIA devices. If you say Y, you will be asked for 14 your specific card in the following questions. 15 16if NET_VENDOR_VIA 17 18config VIA_RHINE 19 tristate "VIA Rhine support" | 1# 2# VIA device configuration 3# 4 5config NET_VENDOR_VIA 6 bool "VIA devices" 7 default y 8 ---help--- 9 If you have a network (Ethernet) card 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 VIA devices. If you say Y, you will be asked for 14 your specific card in the following questions. 15 16if NET_VENDOR_VIA 17 18config VIA_RHINE 19 tristate "VIA Rhine support" |
20 depends on (PCI || OF_IRQ) | 20 depends on PCI || (OF_IRQ && GENERIC_PCI_IOMAP) |
21 depends on HAS_DMA 22 select CRC32 23 select MII 24 ---help--- 25 If you have a VIA "Rhine" based network card (Rhine-I (VT86C100A), 26 Rhine-II (VT6102), or Rhine-III (VT6105)), say Y here. Rhine-type 27 Ethernet functions can also be found integrated on South Bridges 28 (e.g. VT8235). --- 28 unchanged lines hidden --- | 21 depends on HAS_DMA 22 select CRC32 23 select MII 24 ---help--- 25 If you have a VIA "Rhine" based network card (Rhine-I (VT86C100A), 26 Rhine-II (VT6102), or Rhine-III (VT6105)), say Y here. Rhine-type 27 Ethernet functions can also be found integrated on South Bridges 28 (e.g. VT8235). --- 28 unchanged lines hidden --- |