Linux Audio

Check our new training course

Linux kernel drivers training

Mar 31-Apr 9, 2025, special US time zones
Register
Loading...
Note: File does not exist in v3.1.
 1# SPDX-License-Identifier: GPL-2.0
 2
 3config WLAN_VENDOR_SILABS
 4	bool "Silicon Laboratories devices"
 5	default y
 6	help
 7	  If you have a wireless card belonging to this class, say Y.
 8
 9	  Note that the answer to this question doesn't directly affect the
10	  kernel: saying N will just cause the configurator to skip all the
11	  questions about these cards. If you say Y, you will be asked for
12	  your specific card in the following questions.
13
14if WLAN_VENDOR_SILABS
15
16source "drivers/net/wireless/silabs/wfx/Kconfig"
17
18endif # WLAN_VENDOR_SILABS