-
Notifications
You must be signed in to change notification settings - Fork 33
Update Kconfig dependencies #603
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Update Kconfig dependencies #603
Conversation
73267bb to
8616910
Compare
|
You can find the documentation preview for this PR here. |
8616910 to
8c61231
Compare
anhmolt
left a comment
There was a problem hiding this 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.
drivers/bm_lpuarte/Kconfig
Outdated
| depends on NRFX_UARTE | ||
| depends on NRFX_GPIOTE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| depends on NRFX_UARTE | |
| depends on NRFX_GPIOTE | |
| depends on NRFX_GPIOTE | |
| depends on NRFX_UARTE |
lib/bluetooth/ble_adv/Kconfig
Outdated
|
|
||
| menuconfig BLE_ADV | ||
| bool "Bluetooth LE Advertising" | ||
| depends on SOFTDEVICE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| depends on SOFTDEVICE | |
| depends on SOFTDEVICE_PERIPHERAL |
| menuconfig BLE_SCAN | ||
| bool "Bluetooth LE Scan [EXPERIMENTAL]" | ||
| depends on SOFTDEVICE_CENTRAL | ||
| depends on NRF_SDH_BLE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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 |
There was a problem hiding this comment.
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.
| depends on NRF_SDH |
Update Kconfig dependencies. Signed-off-by: Eivind Jølsgard <[email protected]>
8c61231 to
ea14b63
Compare
No description provided.