drivers: adc: adc_shell: Kconfig ADC_SHELL must depends on SHELL

To avoid linking errors ADC_SHELL must depends on SHELL.

Signed-off-by: Paolo Teti <paolo.teti@gmail.com>
This commit is contained in:
Paolo Teti 2020-04-11 18:18:21 +02:00 committed by Anas Nashif
commit 51125b2890

View file

@ -17,6 +17,7 @@ if ADC
config ADC_SHELL
bool "Enable ADC Shell"
depends on SHELL
help
Enable ADC Shell for testing.