1*4a5fb1bbSJérôme Pouiller# SPDX-License-Identifier: GPL-2.0 2*4a5fb1bbSJérôme Pouiller 3*4a5fb1bbSJérôme Pouillerconfig WLAN_VENDOR_SILABS 4*4a5fb1bbSJérôme Pouiller bool "Silicon Laboratories devices" 5*4a5fb1bbSJérôme Pouiller default y 6*4a5fb1bbSJérôme Pouiller help 7*4a5fb1bbSJérôme Pouiller If you have a wireless card belonging to this class, say Y. 8*4a5fb1bbSJérôme Pouiller 9*4a5fb1bbSJérôme Pouiller Note that the answer to this question doesn't directly affect the 10*4a5fb1bbSJérôme Pouiller kernel: saying N will just cause the configurator to skip all the 11*4a5fb1bbSJérôme Pouiller questions about these cards. If you say Y, you will be asked for 12*4a5fb1bbSJérôme Pouiller your specific card in the following questions. 13*4a5fb1bbSJérôme Pouiller 14*4a5fb1bbSJérôme Pouillerif WLAN_VENDOR_SILABS 15*4a5fb1bbSJérôme Pouiller 16*4a5fb1bbSJérôme Pouillersource "drivers/net/wireless/silabs/wfx/Kconfig" 17*4a5fb1bbSJérôme Pouiller 18*4a5fb1bbSJérôme Pouillerendif # WLAN_VENDOR_SILABS 19