Add missing configuration option for last set of ADC changed

This commit is contained in:
Juha Niskanen 2015-07-30 07:38:45 -06:00 committed by Gregory Nutt
parent 3a93be8902
commit c33d61e00e

View File

@ -23,6 +23,13 @@ config ADC_FIFOSIZE
this is a ring buffer, the actual number of bytes that can be
retained in buffer is (ADC_FIFOSIZE - 1).
config ADC_NO_STARTUP_CONV
bool "Do not start conversion when opening ADC device"
default n
depends on ARCH_CHIP_STM32
---help---
Do not start conversion when opening ADC device.
config ADC_ADS125X
bool "TI ADS1255/ADS1256 support"
default n