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:
parent
bd3a843ffe
commit
605cd77a23
@ -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…
Reference in New Issue
Block a user