mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
55312c58ed
PD#SWPL-95684 Problem: combine wifi and bluetooth modules Solution: result: amlogic-wireless.ko original: amlogic-wifi.ko bt_device.ko Verify: sc2 Change-Id: I2b8ff4c2471407e419772e22920434c5c74b843e Signed-off-by: qinglin.li <qinglin.li@amlogic.com>
16 lines
386 B
Plaintext
16 lines
386 B
Plaintext
# 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
|
|
|
|
if AMLOGIC_WIRELESS
|
|
source "$(COMMON_DRIVERS_DIR)/drivers/wireless/bluetooth/Kconfig"
|
|
source "$(COMMON_DRIVERS_DIR)/drivers/wireless/wifi/Kconfig"
|
|
endif
|