Fix some Kconfig files so that they authomatically select the correct BOARDCTL options
This commit is contained in:
parent
3eba860864
commit
0c124ca2e1
@ -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…
Reference in New Issue
Block a user