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