From c33d61e00e10576ce48dc54d707d629f90870d5e Mon Sep 17 00:00:00 2001 From: Juha Niskanen Date: Thu, 30 Jul 2015 07:38:45 -0600 Subject: [PATCH] Add missing configuration option for last set of ADC changed --- drivers/analog/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/drivers/analog/Kconfig b/drivers/analog/Kconfig index 5d785dc504..1bbc219f81 100644 --- a/drivers/analog/Kconfig +++ b/drivers/analog/Kconfig @@ -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