wireless/bluetooth: remove the host dependency

HCI driver should not depend on the bluetooth host

Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
chao.an 2021-01-10 19:27:40 +08:00 committed by Brennan Ashton
parent bd3a843ffe
commit 605cd77a23
2 changed files with 1 additions and 2 deletions

View File

@ -86,7 +86,6 @@ source drivers/wireless/ieee80211/Kconfig
menuconfig DRIVERS_BLUETOOTH
bool "Bluetooth Device Support"
default n
depends on WIRELESS_BLUETOOTH
---help---
Select to enable building of Bluetooth device drivers.

View File

@ -51,7 +51,7 @@
#include <stdint.h>
#ifdef CONFIG_WIRELESS_BLUETOOTH
#if defined(CONFIG_WIRELESS_BLUETOOTH) || defined(CONFIG_DRIVERS_BLUETOOTH)
/****************************************************************************
* Pre-processor Definitions