Skip to content

Commit 74183ee

Browse files
treewide: remove module-dep=LOG from Kconfig
Remove module-dep=LOG from Kconfig. This is removed in Zephyr. Signed-off-by: Eivind Jølsgard <[email protected]>
1 parent 249d3cc commit 74183ee

File tree

40 files changed

+2
-40
lines changed

40 files changed

+2
-40
lines changed

doc/nrf-bm/release_notes/release_notes_changelog.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ No changes since the latest nRF Connect SDK Bare Metal release.
4242
Logging
4343
=======
4444

45-
No changes since the latest nRF Connect SDK Bare Metal release.
45+
* Removed ``module-dep=LOG`` in Kconfig files.
46+
This is no longer defined.
4647

4748
Drivers
4849
=======

lib/ble_adv/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ config BLE_ADV_SECONDARY_PHY
120120
default 0x04 if BLE_ADV_SECONDARY_PHY_CODED
121121

122122
module=BLE_ADV
123-
module-dep=LOG
124123
module-str=BLE Advertising
125124
source "$(ZEPHYR_BASE)/subsys/logging/Kconfig.template.log_config"
126125

lib/ble_conn_params/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ config BLE_CONN_PARAMS_INITIATE_PHY_UPDATE
158158
endif # BLE_CONN_PARAMS_AUTO_PHY_UPDATE
159159

160160
module=BLE_CONN_PARAMS
161-
module-dep=LOG
162161
module-str=BLE Connection Parameters
163162
source "$(ZEPHYR_BASE)/subsys/logging/Kconfig.template.log_config"
164163

lib/ble_conn_state/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ config BLE_CONN_STATE_BLE_OBSERVER_PRIO
2323
default 0
2424

2525
module=BLE_CONN_STATE
26-
module-dep=LOG
2726
module-str=BLE Connection state
2827
source "${ZEPHYR_BASE}/subsys/logging/Kconfig.template.log_config"
2928

lib/ble_gq/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ config BLE_GQ_OBSERVER_PRIO
3535
default 0
3636

3737
module=BLE_GQ
38-
module-dep=LOG
3938
module-str=BLE GATT Queue
4039
source "$(ZEPHYR_BASE)/subsys/logging/Kconfig.template.log_config"
4140

lib/ble_qwr/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ config BLE_QWR_BLE_OBSERVER_PRIO
1919
default 2
2020

2121
module=BLE_QWR
22-
module-dep=LOG
2322
module-str=BLE QWR
2423
source "$(ZEPHYR_BASE)/subsys/logging/Kconfig.template.log_config"
2524

lib/ble_racp/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ menuconfig BLE_RACP
1010
if BLE_RACP
1111

1212
module=BLE_RACP
13-
module-dep=LOG
1413
module-str=BLE RACP
1514
source "$(ZEPHYR_BASE)/subsys/logging/Kconfig.template.log_config"
1615

lib/bm_buttons/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ config BM_BUTTONS_NUM_PINS
2020
default 24 if SOC_SERIES_NRF54LX
2121

2222
module=BM_BUTTONS
23-
module-dep=LOG
2423
module-str=Bare Metal Buttons
2524
source "$(ZEPHYR_BASE)/subsys/logging/Kconfig.template.log_config"
2625

lib/bm_timer/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ config BM_TIMER_IRQ_PRIO
2222
when softdevice is used.
2323

2424
module=BM_TIMER
25-
module-dep=LOG
2625
module-str=Bare Metal Timer
2726
source "$(ZEPHYR_BASE)/subsys/logging/Kconfig.template.log_config"
2827

lib/bm_zms/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ config BM_ZMS_OP_QUEUE_SIZE
7272
defines the maximum number of operations that can be queued in BM_ZMS
7373

7474
module=BM_ZMS
75-
module-dep=LOG
7675
module-str=BM_ZMS
7776
source "subsys/logging/Kconfig.template.log_config"
7877

0 commit comments

Comments
 (0)