Fix some Kconfig files so that they authomatically select the correct BOARDCTL options

This commit is contained in:
Gregory Nutt 2016-03-30 07:37:45 -06:00
parent 3eba860864
commit 0c124ca2e1
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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