Bluetooth: Kconfig: Add BR/EDR option
Enables turn on classic BR/EDR core support in the stack. Change-Id: If078a23e38857081538c52e24689bfa423db2307 Signed-off-by: Arkadiusz Lichwa <arkadiusz.lichwa@tieto.com>
This commit is contained in:
parent
fd4d439d72
commit
9e868b39b9
1 changed files with 6 additions and 0 deletions
|
@ -233,4 +233,10 @@ endif # BLUETOOTH_DEBUG
|
||||||
|
|
||||||
endif # BLUETOOTH_LE
|
endif # BLUETOOTH_LE
|
||||||
|
|
||||||
|
config BLUETOOTH_BREDR
|
||||||
|
bool "Bluetooth classic (BR/EDR) support [EXPERIMENTAL]"
|
||||||
|
default n
|
||||||
|
help
|
||||||
|
This option enables classic bluetooth support"
|
||||||
|
|
||||||
endif # BLUETOOTH
|
endif # BLUETOOTH
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue