drivers/nble: Kconfig: Add a note about ABI requirements

Change-Id: I2a5ff8b6944fd4022a02364bf75223af33b5cdd7
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
Johan Hedberg 2016-02-15 13:04:40 +02:00 committed by Gerrit Code Review
commit 058d5b2266

View file

@ -32,6 +32,11 @@ config NBLE
the normal Bluetooth API (include/bluetooth/*.h). This driver can
only be enabled if CONFIG_BLUETOOTH has not been enabled.
A fundamental assumption that the driver makes is that it is
run on an architecture with the same ABI (e.g. struct packing
& endianess) as the nRF51 chip. The driver cannot be used on
any architecture that doesn't fulfill this requirement.
if !BLUETOOTH && NBLE
config BLUETOOTH_PERIPHERAL
bool