summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2016-10-26 22:12:26 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2016-10-28 08:09:08 +0300
commit19138eb2f4d12e16eb3c068365e1ba0e447bfd55 (patch)
tree4e780891092dc6d0828332a7f583bcae35b2fc9f
parenta78e8addadc91267787ee689497191bc7db1464e (diff)
Bluetooth: samples: Remove redundant CONFIG_ARC_INIT=n
CONFIG_ARC_INIT defaults to 'n' now days so there's no reason to try to explicitly disable it in the sample config files. Change-Id: I88df06ba23bdac697f0767384f7b88e3bd9fced9 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
-rw-r--r--samples/bluetooth/beacon/prj.conf1
-rw-r--r--samples/bluetooth/beacon/prj_nble.conf1
-rw-r--r--samples/bluetooth/central/prj.conf1
-rw-r--r--samples/bluetooth/central_hr/prj.conf1
-rw-r--r--samples/bluetooth/eddystone/prj.conf1
-rw-r--r--samples/bluetooth/eddystone/prj_nble.conf1
-rw-r--r--samples/bluetooth/hci-uart/nrf5.conf1
-rw-r--r--samples/bluetooth/hci-uart/prj.conf1
-rw-r--r--samples/bluetooth/hci-usb/prj.conf1
-rw-r--r--samples/bluetooth/ipsp/prj.conf1
-rw-r--r--samples/bluetooth/peripheral/prj.conf1
-rw-r--r--samples/bluetooth/peripheral/prj_nble.conf1
-rw-r--r--samples/bluetooth/peripheral_csc/prj.conf1
-rw-r--r--samples/bluetooth/peripheral_csc/prj_nble.conf1
-rw-r--r--samples/bluetooth/peripheral_dis/prj.conf1
-rw-r--r--samples/bluetooth/peripheral_esp/prj.conf1
-rw-r--r--samples/bluetooth/peripheral_esp/prj_nble.conf1
-rw-r--r--samples/bluetooth/peripheral_hids/prj.conf1
-rw-r--r--samples/bluetooth/peripheral_hids/prj_nble.conf1
-rw-r--r--samples/bluetooth/peripheral_hr/prj.conf1
-rw-r--r--samples/bluetooth/peripheral_hr/prj_nble.conf1
-rw-r--r--samples/bluetooth/peripheral_sc_only/prj.conf1
-rw-r--r--tests/bluetooth/shell/prj_nble.conf1
-rw-r--r--tests/bluetooth/shell/prj_nimble.conf1
-rw-r--r--tests/bluetooth/tester/prj_nble.conf1
-rw-r--r--tests/bluetooth/tester/prj_nimble.conf1
26 files changed, 0 insertions, 26 deletions
diff --git a/samples/bluetooth/beacon/prj.conf b/samples/bluetooth/beacon/prj.conf
index abd442d1f..289635c92 100644
--- a/samples/bluetooth/beacon/prj.conf
+++ b/samples/bluetooth/beacon/prj.conf
@@ -1,4 +1,3 @@
CONFIG_BLUETOOTH=y
CONFIG_BLUETOOTH_LE=y
CONFIG_BLUETOOTH_DEBUG_LOG=y
-CONFIG_ARC_INIT=n
diff --git a/samples/bluetooth/beacon/prj_nble.conf b/samples/bluetooth/beacon/prj_nble.conf
index 97e882cc1..787767308 100644
--- a/samples/bluetooth/beacon/prj_nble.conf
+++ b/samples/bluetooth/beacon/prj_nble.conf
@@ -1,5 +1,4 @@
CONFIG_BLUETOOTH=y
CONFIG_BLUETOOTH_STACK_NBLE=y
CONFIG_NBLE=y
-CONFIG_ARC_INIT=n
CONFIG_BLUETOOTH_DEBUG_LOG=y
diff --git a/samples/bluetooth/central/prj.conf b/samples/bluetooth/central/prj.conf
index 755d8fdb0..b7adcd175 100644
--- a/samples/bluetooth/central/prj.conf
+++ b/samples/bluetooth/central/prj.conf
@@ -1,4 +1,3 @@
CONFIG_BLUETOOTH=y
CONFIG_BLUETOOTH_LE=y
CONFIG_BLUETOOTH_CENTRAL=y
-CONFIG_ARC_INIT=n
diff --git a/samples/bluetooth/central_hr/prj.conf b/samples/bluetooth/central_hr/prj.conf
index e82be55d4..d4aa8314f 100644
--- a/samples/bluetooth/central_hr/prj.conf
+++ b/samples/bluetooth/central_hr/prj.conf
@@ -4,4 +4,3 @@ CONFIG_BLUETOOTH_DEBUG_LOG=y
CONFIG_BLUETOOTH_CENTRAL=y
CONFIG_BLUETOOTH_SMP=y
CONFIG_BLUETOOTH_GATT_CLIENT=y
-CONFIG_ARC_INIT=n
diff --git a/samples/bluetooth/eddystone/prj.conf b/samples/bluetooth/eddystone/prj.conf
index 2d91a4044..d33189405 100644
--- a/samples/bluetooth/eddystone/prj.conf
+++ b/samples/bluetooth/eddystone/prj.conf
@@ -3,4 +3,3 @@ CONFIG_BLUETOOTH_LE=y
CONFIG_BLUETOOTH_DEBUG_LOG=y
CONFIG_BLUETOOTH_PERIPHERAL=y
CONFIG_BLUETOOTH_GATT_DYNAMIC_DB=y
-CONFIG_ARC_INIT=n
diff --git a/samples/bluetooth/eddystone/prj_nble.conf b/samples/bluetooth/eddystone/prj_nble.conf
index 97e882cc1..787767308 100644
--- a/samples/bluetooth/eddystone/prj_nble.conf
+++ b/samples/bluetooth/eddystone/prj_nble.conf
@@ -1,5 +1,4 @@
CONFIG_BLUETOOTH=y
CONFIG_BLUETOOTH_STACK_NBLE=y
CONFIG_NBLE=y
-CONFIG_ARC_INIT=n
CONFIG_BLUETOOTH_DEBUG_LOG=y
diff --git a/samples/bluetooth/hci-uart/nrf5.conf b/samples/bluetooth/hci-uart/nrf5.conf
index 547b75949..07c08d1f8 100644
--- a/samples/bluetooth/hci-uart/nrf5.conf
+++ b/samples/bluetooth/hci-uart/nrf5.conf
@@ -2,7 +2,6 @@ CONFIG_CONSOLE=n
CONFIG_STDOUT_CONSOLE=n
CONFIG_UART_CONSOLE=n
CONFIG_GPIO=y
-CONFIG_ARC_INIT=n
CONFIG_SERIAL=y
CONFIG_UART_INTERRUPT_DRIVEN=y
CONFIG_BLUETOOTH=y
diff --git a/samples/bluetooth/hci-uart/prj.conf b/samples/bluetooth/hci-uart/prj.conf
index 933da9a41..7981c2c53 100644
--- a/samples/bluetooth/hci-uart/prj.conf
+++ b/samples/bluetooth/hci-uart/prj.conf
@@ -2,7 +2,6 @@ CONFIG_CONSOLE=n
CONFIG_STDOUT_CONSOLE=n
CONFIG_UART_CONSOLE=n
CONFIG_GPIO=y
-CONFIG_ARC_INIT=n
CONFIG_SERIAL=y
CONFIG_UART_INTERRUPT_DRIVEN=y
CONFIG_BLUETOOTH=y
diff --git a/samples/bluetooth/hci-usb/prj.conf b/samples/bluetooth/hci-usb/prj.conf
index 5ed510879..4fb357ba9 100644
--- a/samples/bluetooth/hci-usb/prj.conf
+++ b/samples/bluetooth/hci-usb/prj.conf
@@ -1,6 +1,5 @@
CONFIG_STDOUT_CONSOLE=y
CONFIG_GPIO=y
-CONFIG_ARC_INIT=n
CONFIG_USB=y
CONFIG_USB_DW=y
CONFIG_USB_DEVICE_STACK=y
diff --git a/samples/bluetooth/ipsp/prj.conf b/samples/bluetooth/ipsp/prj.conf
index eaa352363..75a6b9f2d 100644
--- a/samples/bluetooth/ipsp/prj.conf
+++ b/samples/bluetooth/ipsp/prj.conf
@@ -4,4 +4,3 @@ CONFIG_NETWORKING_WITH_BT=y
CONFIG_IP_BUF_RX_SIZE=5
CONFIG_IP_BUF_TX_SIZE=3
CONFIG_BLUETOOTH_DEBUG_LOG=y
-CONFIG_ARC_INIT=n
diff --git a/samples/bluetooth/peripheral/prj.conf b/samples/bluetooth/peripheral/prj.conf
index 7568619dd..cf93806d9 100644
--- a/samples/bluetooth/peripheral/prj.conf
+++ b/samples/bluetooth/peripheral/prj.conf
@@ -7,4 +7,3 @@ CONFIG_BLUETOOTH_PERIPHERAL=y
CONFIG_BLUETOOTH_ATT_PREPARE_COUNT=2
CONFIG_BLUETOOTH_GATT_DYNAMIC_DB=y
CONFIG_BLUETOOTH_PRIVACY=y
-CONFIG_ARC_INIT=n
diff --git a/samples/bluetooth/peripheral/prj_nble.conf b/samples/bluetooth/peripheral/prj_nble.conf
index 07df5845e..62486eb84 100644
--- a/samples/bluetooth/peripheral/prj_nble.conf
+++ b/samples/bluetooth/peripheral/prj_nble.conf
@@ -1,6 +1,5 @@
CONFIG_BLUETOOTH=y
CONFIG_BLUETOOTH_STACK_NBLE=y
CONFIG_NBLE=y
-CONFIG_ARC_INIT=n
CONFIG_BLUETOOTH_DEBUG_LOG=y
CONFIG_BLUETOOTH_ATT_PREPARE_COUNT=2
diff --git a/samples/bluetooth/peripheral_csc/prj.conf b/samples/bluetooth/peripheral_csc/prj.conf
index 45c91185c..a5b6bd95f 100644
--- a/samples/bluetooth/peripheral_csc/prj.conf
+++ b/samples/bluetooth/peripheral_csc/prj.conf
@@ -2,4 +2,3 @@ CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_BLUETOOTH=y
CONFIG_BLUETOOTH_PERIPHERAL=y
CONFIG_BLUETOOTH_GATT_DYNAMIC_DB=y
-CONFIG_ARC_INIT=n
diff --git a/samples/bluetooth/peripheral_csc/prj_nble.conf b/samples/bluetooth/peripheral_csc/prj_nble.conf
index 694f4e753..9eb7cd484 100644
--- a/samples/bluetooth/peripheral_csc/prj_nble.conf
+++ b/samples/bluetooth/peripheral_csc/prj_nble.conf
@@ -3,5 +3,4 @@ CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_BLUETOOTH=y
CONFIG_BLUETOOTH_STACK_NBLE=y
CONFIG_NBLE=y
-CONFIG_ARC_INIT=n
CONFIG_BLUETOOTH_DEBUG_STDOUT=y
diff --git a/samples/bluetooth/peripheral_dis/prj.conf b/samples/bluetooth/peripheral_dis/prj.conf
index da3b69090..ae1632c77 100644
--- a/samples/bluetooth/peripheral_dis/prj.conf
+++ b/samples/bluetooth/peripheral_dis/prj.conf
@@ -2,4 +2,3 @@ CONFIG_BLUETOOTH=y
CONFIG_BLUETOOTH_LE=y
CONFIG_BLUETOOTH_PERIPHERAL=y
CONFIG_BLUETOOTH_GATT_DYNAMIC_DB=y
-CONFIG_ARC_INIT=n
diff --git a/samples/bluetooth/peripheral_esp/prj.conf b/samples/bluetooth/peripheral_esp/prj.conf
index 18c165665..6dd0bcd13 100644
--- a/samples/bluetooth/peripheral_esp/prj.conf
+++ b/samples/bluetooth/peripheral_esp/prj.conf
@@ -5,4 +5,3 @@ CONFIG_BLUETOOTH_PERIPHERAL=y
CONFIG_BLUETOOTH_GATT_DYNAMIC_DB=y
CONFIG_BLUETOOTH_SMP=y
CONFIG_TINYCRYPT=y
-CONFIG_ARC_INIT=n
diff --git a/samples/bluetooth/peripheral_esp/prj_nble.conf b/samples/bluetooth/peripheral_esp/prj_nble.conf
index 97e882cc1..787767308 100644
--- a/samples/bluetooth/peripheral_esp/prj_nble.conf
+++ b/samples/bluetooth/peripheral_esp/prj_nble.conf
@@ -1,5 +1,4 @@
CONFIG_BLUETOOTH=y
CONFIG_BLUETOOTH_STACK_NBLE=y
CONFIG_NBLE=y
-CONFIG_ARC_INIT=n
CONFIG_BLUETOOTH_DEBUG_LOG=y
diff --git a/samples/bluetooth/peripheral_hids/prj.conf b/samples/bluetooth/peripheral_hids/prj.conf
index f9672545a..a9de3174c 100644
--- a/samples/bluetooth/peripheral_hids/prj.conf
+++ b/samples/bluetooth/peripheral_hids/prj.conf
@@ -4,4 +4,3 @@ CONFIG_BLUETOOTH_DEBUG_LOG=y
CONFIG_BLUETOOTH_SMP=y
CONFIG_BLUETOOTH_PERIPHERAL=y
CONFIG_BLUETOOTH_GATT_DYNAMIC_DB=y
-CONFIG_ARC_INIT=n
diff --git a/samples/bluetooth/peripheral_hids/prj_nble.conf b/samples/bluetooth/peripheral_hids/prj_nble.conf
index 97e882cc1..787767308 100644
--- a/samples/bluetooth/peripheral_hids/prj_nble.conf
+++ b/samples/bluetooth/peripheral_hids/prj_nble.conf
@@ -1,5 +1,4 @@
CONFIG_BLUETOOTH=y
CONFIG_BLUETOOTH_STACK_NBLE=y
CONFIG_NBLE=y
-CONFIG_ARC_INIT=n
CONFIG_BLUETOOTH_DEBUG_LOG=y
diff --git a/samples/bluetooth/peripheral_hr/prj.conf b/samples/bluetooth/peripheral_hr/prj.conf
index f9672545a..a9de3174c 100644
--- a/samples/bluetooth/peripheral_hr/prj.conf
+++ b/samples/bluetooth/peripheral_hr/prj.conf
@@ -4,4 +4,3 @@ CONFIG_BLUETOOTH_DEBUG_LOG=y
CONFIG_BLUETOOTH_SMP=y
CONFIG_BLUETOOTH_PERIPHERAL=y
CONFIG_BLUETOOTH_GATT_DYNAMIC_DB=y
-CONFIG_ARC_INIT=n
diff --git a/samples/bluetooth/peripheral_hr/prj_nble.conf b/samples/bluetooth/peripheral_hr/prj_nble.conf
index 97e882cc1..787767308 100644
--- a/samples/bluetooth/peripheral_hr/prj_nble.conf
+++ b/samples/bluetooth/peripheral_hr/prj_nble.conf
@@ -1,5 +1,4 @@
CONFIG_BLUETOOTH=y
CONFIG_BLUETOOTH_STACK_NBLE=y
CONFIG_NBLE=y
-CONFIG_ARC_INIT=n
CONFIG_BLUETOOTH_DEBUG_LOG=y
diff --git a/samples/bluetooth/peripheral_sc_only/prj.conf b/samples/bluetooth/peripheral_sc_only/prj.conf
index 7196115b3..9bbe3f8f6 100644
--- a/samples/bluetooth/peripheral_sc_only/prj.conf
+++ b/samples/bluetooth/peripheral_sc_only/prj.conf
@@ -5,4 +5,3 @@ CONFIG_BLUETOOTH_SMP=y
CONFIG_BLUETOOTH_SMP_SC_ONLY=y
CONFIG_BLUETOOTH_TINYCRYPT_ECC=y
CONFIG_BLUETOOTH_MAX_PAIRED=2
-CONFIG_ARC_INIT=n
diff --git a/tests/bluetooth/shell/prj_nble.conf b/tests/bluetooth/shell/prj_nble.conf
index 36e43eeff..5cbcf27f7 100644
--- a/tests/bluetooth/shell/prj_nble.conf
+++ b/tests/bluetooth/shell/prj_nble.conf
@@ -3,7 +3,6 @@ CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_BLUETOOTH=y
CONFIG_BLUETOOTH_STACK_NBLE=y
CONFIG_NBLE=y
-CONFIG_ARC_INIT=n
CONFIG_CONSOLE_HANDLER=y
CONFIG_CONSOLE_HANDLER_SHELL=y
CONFIG_BLUETOOTH_DEBUG_LOG=y
diff --git a/tests/bluetooth/shell/prj_nimble.conf b/tests/bluetooth/shell/prj_nimble.conf
index 36f32af7b..2c3e653c1 100644
--- a/tests/bluetooth/shell/prj_nimble.conf
+++ b/tests/bluetooth/shell/prj_nimble.conf
@@ -12,4 +12,3 @@ CONFIG_BLUETOOTH_SIGNING=y
CONFIG_BLUETOOTH_GATT_CLIENT=y
CONFIG_BLUETOOTH_L2CAP_DYNAMIC_CHANNEL=y
CONFIG_CONSOLE_HANDLER_SHELL=y
-CONFIG_ARC_INIT=n
diff --git a/tests/bluetooth/tester/prj_nble.conf b/tests/bluetooth/tester/prj_nble.conf
index e5812ef10..dd43eb085 100644
--- a/tests/bluetooth/tester/prj_nble.conf
+++ b/tests/bluetooth/tester/prj_nble.conf
@@ -3,6 +3,5 @@ CONFIG_CONSOLE_HANDLER=y
CONFIG_BLUETOOTH=y
CONFIG_BLUETOOTH_STACK_NBLE=y
CONFIG_NBLE=y
-CONFIG_ARC_INIT=n
CONFIG_UART_CONSOLE=n
CONFIG_BLUETOOTH_ATT_PREPARE_COUNT=4
diff --git a/tests/bluetooth/tester/prj_nimble.conf b/tests/bluetooth/tester/prj_nimble.conf
index 37b466f76..d94a132d8 100644
--- a/tests/bluetooth/tester/prj_nimble.conf
+++ b/tests/bluetooth/tester/prj_nimble.conf
@@ -11,5 +11,4 @@ CONFIG_BLUETOOTH_GATT_DYNAMIC_DB=y
CONFIG_BLUETOOTH_GATT_CLIENT=y
CONFIG_BLUETOOTH_L2CAP_DYNAMIC_CHANNEL=y
CONFIG_BLUETOOTH_PRIVACY=y
-CONFIG_ARC_INIT=n
CONFIG_UART_CONSOLE=n