summaryrefslogtreecommitdiff
path: root/samples/bluetooth/peripheral/prj_nble.conf
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2016-11-09 12:23:21 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2016-11-11 07:59:15 +0200
commitc583a9f43bd7895cad2287ffe0589117122a2ccc (patch)
tree78750f496021fee18013fd3feeaa3e0f77fb7a9c /samples/bluetooth/peripheral/prj_nble.conf
parent1c40b964a0a2cf4af55a273e172db76cc75487ec (diff)
Bluetooth: Kconfig: Restructure for a more logical hierarchy
Restructure the Bluetooth options more logically. - Both host and controller are now behind the same high level CONFIG_BLUETOOTH. - Selecting controller support disables other HCI driver selection, so the controller isn't in the same list as HCI drivers any more. - Under the top-level there's a "Custom stack" option, which when enabled opens up the option of choosing CONFIG_NBLE. There are various other cleanups and simplifications in this patch as well, since splitting these up would have been fairly tricky while making sure all test cases still build. Change-Id: I5bb715cb9d20201cb8b72fbd149c8a09a4b2d7d2 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'samples/bluetooth/peripheral/prj_nble.conf')
-rw-r--r--samples/bluetooth/peripheral/prj_nble.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/bluetooth/peripheral/prj_nble.conf b/samples/bluetooth/peripheral/prj_nble.conf
index 62486eb84..08982e791 100644
--- a/samples/bluetooth/peripheral/prj_nble.conf
+++ b/samples/bluetooth/peripheral/prj_nble.conf
@@ -1,5 +1,5 @@
CONFIG_BLUETOOTH=y
-CONFIG_BLUETOOTH_STACK_NBLE=y
+CONFIG_BLUETOOTH_CUSTOM=y
CONFIG_NBLE=y
CONFIG_BLUETOOTH_DEBUG_LOG=y
CONFIG_BLUETOOTH_ATT_PREPARE_COUNT=2