mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-12 07:55:42 +00:00
Fix some Kconfig files so that they authomatically select the correct BOARDCTL options
This commit is contained in:
parent
3eba860864
commit
0c124ca2e1
2 changed files with 4 additions and 2 deletions
|
|
@ -6,7 +6,8 @@
|
|||
config EXAMPLES_ADC
|
||||
bool "ADC example"
|
||||
default n
|
||||
depends on ADC && BOARDCTL_ADCTEST
|
||||
depends on ADC && LIB_BOARDCTL
|
||||
select BOARDCTL_ADCTEST
|
||||
---help---
|
||||
Enable the ADC example
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,8 @@
|
|||
config EXAMPLES_CAN
|
||||
bool "CAN example"
|
||||
default n
|
||||
depends on CAN && BOARDCTL_CANINIT
|
||||
depends on CAN && LIB_BOARDCTL
|
||||
select BOARDCTL_CANINIT
|
||||
---help---
|
||||
Enable the CAN example
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue