summaryrefslogtreecommitdiff
path: root/drivers/nble
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/nble')
-rw-r--r--drivers/nble/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/nble/Kconfig b/drivers/nble/Kconfig
index c9df72492..f4d16a7b4 100644
--- a/drivers/nble/Kconfig
+++ b/drivers/nble/Kconfig
@@ -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