Skip to content

Conversation

@eivindj-nordic
Copy link
Contributor

No description provided.

@eivindj-nordic eivindj-nordic self-assigned this Jan 8, 2026
@eivindj-nordic eivindj-nordic requested review from a team as code owners January 8, 2026 11:22
@github-actions github-actions bot added the changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. label Jan 8, 2026
@eivindj-nordic eivindj-nordic changed the title Add Kconfig dependencies Update Kconfig dependencies Jan 8, 2026
@eivindj-nordic eivindj-nordic requested a review from a team as a code owner January 8, 2026 11:22
@github-actions github-actions bot added doc-required PR must not be merged without tech writer approval. and removed changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Jan 8, 2026
@github-actions
Copy link

github-actions bot commented Jan 8, 2026

You can find the documentation preview for this PR here.

Copy link
Contributor

@anhmolt anhmolt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good. Left some comments.

Comment on lines 10 to 11
depends on NRFX_UARTE
depends on NRFX_GPIOTE
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
depends on NRFX_UARTE
depends on NRFX_GPIOTE
depends on NRFX_GPIOTE
depends on NRFX_UARTE


menuconfig BLE_ADV
bool "Bluetooth LE Advertising"
depends on SOFTDEVICE
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
depends on SOFTDEVICE
depends on SOFTDEVICE_PERIPHERAL

Comment on lines 7 to +10
menuconfig BLE_SCAN
bool "Bluetooth LE Scan [EXPERIMENTAL]"
depends on SOFTDEVICE_CENTRAL
depends on NRF_SDH_BLE
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
menuconfig BLE_SCAN
bool "Bluetooth LE Scan [EXPERIMENTAL]"
depends on SOFTDEVICE_CENTRAL
depends on NRF_SDH_BLE
menuconfig BLE_SCAN
bool "Bluetooth LE Scan [EXPERIMENTAL]"
depends on SOFTDEVICE_CENTRAL
depends on NRF_SDH_BLE
depends on BLE_ADV_DATA

depends on NRF_SDH
depends on NRF_SDH_BLE
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
depends on NRF_SDH
depends on NRF_SDH_BLE
depends on NRF_SDH_BLE

menuconfig BLE_MCUMGR
bool "MCUmgr service"
depends on SOFTDEVICE_PERIPHERAL
depends on NRF_SDH
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not needed I think. It's a dependency of NRF_SDH_BLE, but I cannot find any use of functions, macros or types from the nrf_sdh/nrf_sdh_soc APIs.

Suggested change
depends on NRF_SDH

Update Kconfig dependencies.

Signed-off-by: Eivind Jølsgard <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc-required PR must not be merged without tech writer approval.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants