From fd4d439d721dab0ea2a25eb3b45ab4e021177a70 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 13 Nov 2015 08:52:45 +0200 Subject: [PATCH] Bluetooth: samples/shell: Remove dependency on CONFIG_EXPERIMENTAL There's no reason to depend on this config option, in fact it looks like it doesn't even exist. Change-Id: I3e072466700ca7115dfde5af09b08f98707062bb Signed-off-by: Johan Hedberg --- samples/bluetooth/shell/prj_arm.conf | 1 - samples/bluetooth/shell/prj_x86.conf | 1 - 2 files changed, 2 deletions(-) diff --git a/samples/bluetooth/shell/prj_arm.conf b/samples/bluetooth/shell/prj_arm.conf index 1d911e17771..592c23bcba0 100644 --- a/samples/bluetooth/shell/prj_arm.conf +++ b/samples/bluetooth/shell/prj_arm.conf @@ -1,4 +1,3 @@ -CONFIG_EXPERIMENTAL=y CONFIG_MINIMAL_LIBC_EXTENDED=y CONFIG_BLUETOOTH=y CONFIG_BLUETOOTH_LE=y diff --git a/samples/bluetooth/shell/prj_x86.conf b/samples/bluetooth/shell/prj_x86.conf index fdeec7a4dff..203ddbe35ff 100644 --- a/samples/bluetooth/shell/prj_x86.conf +++ b/samples/bluetooth/shell/prj_x86.conf @@ -1,4 +1,3 @@ -CONFIG_EXPERIMENTAL=y CONFIG_MINIMAL_LIBC_EXTENDED=y CONFIG_TEST_RANDOM_GENERATOR=y CONFIG_BLUETOOTH=y