| # SPDX-License-Identifier: (GPL-2.0+ OR MIT) |
| |
| config AMLOGIC_WIRELESS |
| tristate "Amlogic wifi and bluetooth support" |
| default n |
| help |
| wifi and bluetooth support |
| select y for built-in |
| select m for ko |
| select n for disable |
| |
| config AMLOGIC_G_FIRMWARE |
| bool "Google wifi-bt firmware support" |
| depends on AMLOGIC_WIRELESS |
| default n |
| help |
| Add vendor/firmware to firmware_class path |
| |
| |
| if AMLOGIC_WIRELESS |
| source "$(COMMON_DRIVERS_DIR)/drivers/wireless/bluetooth/Kconfig" |
| source "$(COMMON_DRIVERS_DIR)/drivers/wireless/wifi/Kconfig" |
| endif |