summaryrefslogtreecommitdiff
path: root/tests/bluetooth/init/prj_1.conf
diff options
context:
space:
mode:
authorSzymon Janc <ext.szymon.janc@tieto.com>2016-03-23 12:47:04 +0100
committerGerrit Code Review <gerrit@zephyrproject.org>2016-03-23 12:50:30 +0000
commit6f9ce0b41721d0c6a5cdfd85da4afa84bf27907e (patch)
tree992bb165a22c49758baa7218823b0aa804060ba7 /tests/bluetooth/init/prj_1.conf
parentdc6085667e67180ff7201df9cf936c8e7e3ac4b9 (diff)
Bluetooth: Provide more config options to init sample
This allows to excersize different kconfig configurations in single app. Thanks to this other samples don't have to get extra extra options enabled just to improve test build coverage. Change-Id: Ie5d261f3d38c60e227cf963d938b6fac6d0fb3b9 Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
Diffstat (limited to 'tests/bluetooth/init/prj_1.conf')
-rw-r--r--tests/bluetooth/init/prj_1.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/bluetooth/init/prj_1.conf b/tests/bluetooth/init/prj_1.conf
new file mode 100644
index 000000000..8e286c669
--- /dev/null
+++ b/tests/bluetooth/init/prj_1.conf
@@ -0,0 +1,3 @@
+CONFIG_BLUETOOTH=y
+CONFIG_BLUETOOTH_LE=y
+CONFIG_BLUETOOTH_PERIPHERAL=y