From 6f9ce0b41721d0c6a5cdfd85da4afa84bf27907e Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Wed, 23 Mar 2016 12:47:04 +0100 Subject: 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 --- tests/bluetooth/init/prj_1.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/bluetooth/init/prj_1.conf (limited to 'tests/bluetooth/init/prj_1.conf') 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 -- cgit v1.2.3