summaryrefslogtreecommitdiff
path: root/samples/bluetooth
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2016-12-15 11:16:55 -0500
committerAnas Nashif <nashif@linux.intel.com>2016-12-15 22:31:28 +0000
commitfe958df4dd91475538c36c3ffc995c82f09da92f (patch)
tree5e6aa4d0af17c1cd9f6f3caaae1f95d1c69e275a /samples/bluetooth
parentb12a8e0914f091a2142ca09cefe3e70342ff440f (diff)
libc: rework libc selection and reduce Kconfigs
Moved all libc Kconfigs to where the code is and remove the default Kconfig for selecting the minimal libc. Minimal libc is now the default if nothing else is configured in. Removed the options for extended libc, this obviously was restricting features in the minimal libc without a good reason, most of the functions are available directly when using newlib, so there is no reason why we need to restrict those in minimal libc. Jira: ZEP-1440 Change-Id: If0a3adf4314e2ebdf0e139dee3eb4f47ce07aa89 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Diffstat (limited to 'samples/bluetooth')
-rw-r--r--samples/bluetooth/handsfree/prj.conf1
-rw-r--r--samples/bluetooth/peripheral_csc/prj_nble.conf1
2 files changed, 0 insertions, 2 deletions
diff --git a/samples/bluetooth/handsfree/prj.conf b/samples/bluetooth/handsfree/prj.conf
index 4debd315b..284ece708 100644
--- a/samples/bluetooth/handsfree/prj.conf
+++ b/samples/bluetooth/handsfree/prj.conf
@@ -1,4 +1,3 @@
-CONFIG_MINIMAL_LIBC_EXTENDED=y
CONFIG_BLUETOOTH=y
CONFIG_BLUETOOTH_BREDR=y
CONFIG_BLUETOOTH_RFCOMM=y
diff --git a/samples/bluetooth/peripheral_csc/prj_nble.conf b/samples/bluetooth/peripheral_csc/prj_nble.conf
index bae8eac90..33a4bce42 100644
--- a/samples/bluetooth/peripheral_csc/prj_nble.conf
+++ b/samples/bluetooth/peripheral_csc/prj_nble.conf
@@ -1,4 +1,3 @@
-CONFIG_MINIMAL_LIBC_EXTENDED=y
CONFIG_RANDOM_GENERATOR=y
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_BLUETOOTH=y