summaryrefslogtreecommitdiff
path: root/samples/bluetooth
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2016-11-01 12:40:36 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2016-11-01 21:40:39 +0200
commit1b804f9d74370fd4a12434d99bdecd9e59ec25ef (patch)
tree453d8113a5818bed2964abe0323d7f30505419d6 /samples/bluetooth
parent9dc033cb84762ab0d161150f9d91f32774c060bb (diff)
Bluetooth: samples/hci-uart: Fix up configuration files
Right now the hci-uart samples doesn't really work anywhere else than nRF5x, so make that the default configuration. Also rename the old prj.conf to generic.conf to give a generic starting point for creating configurations for other targets. Change-Id: I1c940339b457d0e77c8ddad4b2474fc7e5b12a51 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'samples/bluetooth')
-rw-r--r--samples/bluetooth/hci-uart/Makefile2
-rw-r--r--samples/bluetooth/hci-uart/generic.conf (renamed from samples/bluetooth/hci-uart/prj.conf)4
2 files changed, 1 insertions, 5 deletions
diff --git a/samples/bluetooth/hci-uart/Makefile b/samples/bluetooth/hci-uart/Makefile
index 6a59a114f..f00c8a327 100644
--- a/samples/bluetooth/hci-uart/Makefile
+++ b/samples/bluetooth/hci-uart/Makefile
@@ -1,5 +1,5 @@
KERNEL_TYPE = unified
-CONF_FILE ?= prj.conf
+CONF_FILE ?= nrf5.conf
BOARD ?= nrf52_pca10040
include $(ZEPHYR_BASE)/Makefile.inc
diff --git a/samples/bluetooth/hci-uart/prj.conf b/samples/bluetooth/hci-uart/generic.conf
index 7981c2c53..b66a93e38 100644
--- a/samples/bluetooth/hci-uart/prj.conf
+++ b/samples/bluetooth/hci-uart/generic.conf
@@ -1,11 +1,7 @@
CONFIG_CONSOLE=n
CONFIG_STDOUT_CONSOLE=n
CONFIG_UART_CONSOLE=n
-CONFIG_GPIO=y
CONFIG_SERIAL=y
CONFIG_UART_INTERRUPT_DRIVEN=y
CONFIG_BLUETOOTH=y
-CONFIG_BLUETOOTH_LE=y
CONFIG_BLUETOOTH_STACK_HCI_RAW=y
-CONFIG_BLUETOOTH_DEBUG_LOG=n
-CONFIG_BLUETOOTH_DEBUG_MONITOR=n