Kconfig (cdd38c5f1ce4398ec58fec95904b75824daab7b5) | Kconfig (4228c3942821a67b8e313f7c35fdc5832cb67081) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Western Digital/SMC network device configuration 4# 5 6config NET_VENDOR_SMSC 7 bool "SMC (SMSC)/Western Digital devices" 8 default y --- 9 unchanged lines hidden (view full) --- 18 be asked for your specific card in the following questions. 19 20if NET_VENDOR_SMSC 21 22config SMC9194 23 tristate "SMC 9194 support" 24 depends on ISA 25 select CRC32 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Western Digital/SMC network device configuration 4# 5 6config NET_VENDOR_SMSC 7 bool "SMC (SMSC)/Western Digital devices" 8 default y --- 9 unchanged lines hidden (view full) --- 18 be asked for your specific card in the following questions. 19 20if NET_VENDOR_SMSC 21 22config SMC9194 23 tristate "SMC 9194 support" 24 depends on ISA 25 select CRC32 |
26 select NETDEV_LEGACY_INIT |
|
26 help 27 This is support for the SMC9xxx based Ethernet cards. Choose this 28 option if you have a DELL laptop with the docking station, or 29 another SMC9192/9194 based chipset. Say Y if you want it compiled 30 into the kernel, and read the file 31 <file:Documentation/networking/device_drivers/ethernet/smsc/smc9.rst>. 32 33 To compile this driver as a module, choose M here. The module --- 93 unchanged lines hidden --- | 27 help 28 This is support for the SMC9xxx based Ethernet cards. Choose this 29 option if you have a DELL laptop with the docking station, or 30 another SMC9192/9194 based chipset. Say Y if you want it compiled 31 into the kernel, and read the file 32 <file:Documentation/networking/device_drivers/ethernet/smsc/smc9.rst>. 33 34 To compile this driver as a module, choose M here. The module --- 93 unchanged lines hidden --- |