Bluetooth: Flag NBLE as deprecated

The NBLE driver is now deprecated and will be removed in a future
Zephyr version.

Change-Id: I50753f8cf8566ac1e4e73df480c96253c199e6a7
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
Johan Hedberg 2016-11-12 16:17:03 +02:00
parent f6ca7de09c
commit 79f020be54

View file

@ -17,12 +17,15 @@
#
config NBLE
bool "Support for custom non-HCI nRF51 firmware"
bool "Support for custom non-HCI nRF51 firmware [DEPRECATED]"
select UART_INTERRUPT_DRIVEN
select NANO_TIMEOUTS
select NET_BUF
depends on SERIAL
help
Note: This feature is deprecated and will be removed in a
future Zephyr version.
Enables support for using Nordic Semiconductor nRF51 Bluetooth
LE chips with a custom firmware. The API for this is a subset of
the normal Bluetooth API (include/bluetooth/). This driver can