mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 04:19:37 +08:00
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:
@@ -86,7 +86,6 @@ source drivers/wireless/ieee80211/Kconfig
|
|||||||
menuconfig DRIVERS_BLUETOOTH
|
menuconfig DRIVERS_BLUETOOTH
|
||||||
bool "Bluetooth Device Support"
|
bool "Bluetooth Device Support"
|
||||||
default n
|
default n
|
||||||
depends on WIRELESS_BLUETOOTH
|
|
||||||
---help---
|
---help---
|
||||||
Select to enable building of Bluetooth device drivers.
|
Select to enable building of Bluetooth device drivers.
|
||||||
|
|
||||||
|
|||||||
@@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#ifdef CONFIG_WIRELESS_BLUETOOTH
|
#if defined(CONFIG_WIRELESS_BLUETOOTH) || defined(CONFIG_DRIVERS_BLUETOOTH)
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
|
|||||||
Reference in New Issue
Block a user