@@ -2,72 +2,6 @@ menu "Driver Configurations"
22
33 orsource "./twai/Kconfig.twai"
44
5- menu "Legacy ADC Driver Configuration"
6-
7- config ADC_DISABLE_DAC
8- depends on SOC_DAC_SUPPORTED
9- bool "Disable DAC when ADC2 is used on GPIO 25 and 26"
10- default y
11- help
12- If this is set, the ADC2 driver will disable the output of the DAC corresponding to the specified
13- channel. This is the default value.
14-
15- For testing, disable this option so that we can measure the output of DAC by internal ADC.
16-
17- config ADC_SUPPRESS_DEPRECATE_WARN
18- bool "Suppress legacy driver deprecated warning"
19- default n
20- help
21- Whether to suppress the deprecation warnings when using legacy adc driver (driver/adc.h).
22- If you want to continue using the legacy driver, and don't want to see related deprecation warnings,
23- you can enable this option.
24-
25- config ADC_SKIP_LEGACY_CONFLICT_CHECK
26- bool "Skip legacy conflict check"
27- default n
28- help
29- This configuration option allows the user to bypass the conflict check mechanism with legacy code.
30- menu "Legacy ADC Calibration Configuration"
31-
32- config ADC_CAL_EFUSE_TP_ENABLE
33- depends on IDF_TARGET_ESP32
34- bool "Use Two Point Values"
35- default "y"
36- help
37- Some ESP32s have Two Point calibration values burned into eFuse BLOCK3.
38- This option will allow the ADC calibration component to characterize the
39- ADC-Voltage curve using Two Point values if they are available.
40-
41- config ADC_CAL_EFUSE_VREF_ENABLE
42- depends on IDF_TARGET_ESP32
43- bool "Use eFuse Vref"
44- default "y"
45- help
46- Some ESP32s have Vref burned into eFuse BLOCK0. This option will allow
47- the ADC calibration component to characterize the ADC-Voltage curve using
48- eFuse Vref if it is available.
49-
50- config ADC_CAL_LUT_ENABLE
51- depends on IDF_TARGET_ESP32
52- bool "Use Lookup Tables"
53- default "y"
54- help
55- This option will allow the ADC calibration component to use Lookup Tables
56- to correct for non-linear behavior in 11db attenuation. Other attenuations
57- do not exhibit non-linear behavior hence will not be affected by this option.
58-
59- config ADC_CALI_SUPPRESS_DEPRECATE_WARN
60- bool "Suppress legacy driver deprecated warning"
61- default n
62- help
63- Whether to suppress the deprecation warnings when using legacy adc calibration
64- driver (esp_adc_cal.h).
65- If you want to continue using the legacy driver, and don't want to see related
66- deprecation warnings, you can enable this option.
67-
68- endmenu # Legacy ADC Calibration Configuration
69- endmenu # Legacy ADC Driver Configuration
70-
715 menu "Legacy MCPWM Driver Configurations"
726 depends on SOC_MCPWM_SUPPORTED
737 config MCPWM_SUPPRESS_DEPRECATE_WARN
0 commit comments