mirror of
https://github.com/apache/nuttx.git
synced 2026-08-20 21:18:23 +00:00
wireless/bluetooth: remove the host dependency
Change-Id: I2f7073731fdf920ea69d79462275468f83f2cc4c Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
parent
d6faf5707d
commit
8b671fd79c
2 changed files with 1 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef CONFIG_WIRELESS_BLUETOOTH
|
||||
#if defined(CONFIG_WIRELESS_BLUETOOTH) || defined(CONFIG_DRIVERS_BLUETOOTH)
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue