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:
parent
3df0272a38
commit
058d5b2266
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue