Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 
0003 config WLAN_VENDOR_SILABS
0004         bool "Silicon Laboratories devices"
0005         default y
0006         help
0007           If you have a wireless card belonging to this class, say Y.
0008 
0009           Note that the answer to this question doesn't directly affect the
0010           kernel: saying N will just cause the configurator to skip all the
0011           questions about these cards. If you say Y, you will be asked for
0012           your specific card in the following questions.
0013 
0014 if WLAN_VENDOR_SILABS
0015 
0016 source "drivers/net/wireless/silabs/wfx/Kconfig"
0017 
0018 endif # WLAN_VENDOR_SILABS