Kconfig (9e9fb7655ed585da8f468e29221f0ba194a5f613) | Kconfig (f1181e39d6ac13c0879b3766138aaa384fe62a55) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Cirrus network device configuration 4# 5 6config NET_VENDOR_CIRRUS 7 bool "Cirrus devices" 8 default y --- 24 unchanged lines hidden (view full) --- 33 network (Ethernet) card of this type, say Y and read the file 34 <file:Documentation/networking/device_drivers/ethernet/cirrus/cs89x0.rst>. 35 36 To compile this driver as a module, choose M here. The module 37 will be called cs89x0. 38 39config CS89x0_PLATFORM 40 tristate "CS89x0 platform driver support" | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Cirrus network device configuration 4# 5 6config NET_VENDOR_CIRRUS 7 bool "Cirrus devices" 8 default y --- 24 unchanged lines hidden (view full) --- 33 network (Ethernet) card of this type, say Y and read the file 34 <file:Documentation/networking/device_drivers/ethernet/cirrus/cs89x0.rst>. 35 36 To compile this driver as a module, choose M here. The module 37 will be called cs89x0. 38 39config CS89x0_PLATFORM 40 tristate "CS89x0 platform driver support" |
41 depends on ARM || COMPILE_TEST | 41 depends on ARM || (COMPILE_TEST && !PPC) |
42 select CS89x0 43 help 44 Say Y to compile the cs89x0 platform driver. This makes this driver 45 suitable for use on certain evaluation boards such as the iMX21ADS. 46 47 To compile this driver as a module, choose M here. The module 48 will be called cs89x0. 49 --- 19 unchanged lines hidden --- | 42 select CS89x0 43 help 44 Say Y to compile the cs89x0 platform driver. This makes this driver 45 suitable for use on certain evaluation boards such as the iMX21ADS. 46 47 To compile this driver as a module, choose M here. The module 48 will be called cs89x0. 49 --- 19 unchanged lines hidden --- |