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:
parent
86887dafde
commit
51125b2890
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ if ADC
|
|||
|
||||
config ADC_SHELL
|
||||
bool "Enable ADC Shell"
|
||||
depends on SHELL
|
||||
help
|
||||
Enable ADC Shell for testing.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue