mirror of
https://github.com/apache/nuttx.git
synced 2026-08-08 05:57:16 +00:00
configs/clicker2-stm32: Fixes Kconfig option dependency
This commit is contained in:
parent
eaf4c05f27
commit
706bce0eb7
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ config CLICKER2_STM32_MB2_BEE
|
|||
config CLICKER2_STM32_MRF24J40LH_VERBOSE
|
||||
bool "Verbose MRF24J40 lowerhalf"
|
||||
default n
|
||||
depends on DEBUG_WIRELESS_INFO
|
||||
depends on IEEE802154_MRF24J40 && DEBUG_WIRELESS_INFO
|
||||
---help---
|
||||
Enable verbose syslog for MRF24J40 lowerhalf
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue