apps/examples/adc/Kconfig: CONFIG_BOARDCTL_ADCTEST does not exist anymore and should removed as a dependency.

This commit is contained in:
Eunbong Song 2018-09-18 07:28:34 -06:00 committed by Gregory Nutt
parent 2985d3f42b
commit 525e52ff70

View File

@ -7,7 +7,6 @@ config EXAMPLES_ADC
tristate "ADC example"
default n
depends on ADC && LIB_BOARDCTL
select BOARDCTL_ADCTEST
---help---
Enable the ADC example