@@ -63,6 +63,17 @@ menu "Driver Configurations"
6363 endmenu # Legacy ADC Calibration Configuration
6464 endmenu # Legacy ADC Driver Configuration
6565
66+ menu "Legacy DAC Driver Configurations"
67+ depends on SOC_DAC_SUPPORTED
68+ config DAC_SUPPRESS_DEPRECATE_WARN
69+ bool "Suppress legacy driver deprecated warning"
70+ default n
71+ help
72+ Whether to suppress the deprecation warnings when using legacy dac driver (driver/dac.h).
73+ If you want to continue using the legacy driver, and don't want to see related deprecation warnings,
74+ you can enable this option.
75+ endmenu # Legacy DAC Driver Configurations
76+
6677 menu "Legacy MCPWM Driver Configurations"
6778 depends on SOC_MCPWM_SUPPORTED
6879 config MCPWM_SUPPRESS_DEPRECATE_WARN
@@ -97,4 +108,48 @@ menu "Driver Configurations"
97108 you can enable this option.
98109 endmenu # Legacy RMT Driver Configurations
99110
111+ menu "Legacy I2S Driver Configurations"
112+ depends on SOC_I2S_SUPPORTED
113+ config I2S_SUPPRESS_DEPRECATE_WARN
114+ bool "Suppress legacy driver deprecated warning"
115+ default n
116+ help
117+ Whether to suppress the deprecation warnings when using legacy i2s driver (driver/i2s.h).
118+ If you want to continue using the legacy driver, and don't want to see related deprecation warnings,
119+ you can enable this option.
120+ endmenu # Legacy I2S Driver Configurationss
121+
122+ menu "Legacy PCNT Driver Configurations"
123+ depends on SOC_PCNT_SUPPORTED
124+ config PCNT_SUPPRESS_DEPRECATE_WARN
125+ bool "Suppress legacy driver deprecated warning"
126+ default n
127+ help
128+ whether to suppress the deprecation warnings when using legacy PCNT driver (driver/pcnt.h).
129+ If you want to continue using the legacy driver, and don't want to see related deprecation warnings,
130+ you can enable this option.
131+ endmenu # Legacy PCNT Driver Configurationss
132+
133+ menu "Legacy SDM Driver Configurations"
134+ depends on SOC_SDM_SUPPORTED
135+ config SDM_SUPPRESS_DEPRECATE_WARN
136+ bool "Suppress legacy driver deprecated warning"
137+ default n
138+ help
139+ whether to suppress the deprecation warnings when using legacy SDM driver (driver/sigmadelta.h).
140+ If you want to continue using the legacy driver, and don't want to see related deprecation warnings,
141+ you can enable this option.
142+ endmenu # Legacy SDM Driver Configurationss
143+
144+ menu "Legacy Temperature Sensor Driver Configurations"
145+ depends on SOC_TEMP_SENSOR_SUPPORTED
146+ config TEMP_SENSOR_SUPPRESS_DEPRECATE_WARN
147+ bool "Suppress legacy driver deprecated warning"
148+ default n
149+ help
150+ whether to suppress the deprecation warnings when using legacy temperature sensor driver
151+ (driver/temp_sensor.h). If you want to continue using the legacy driver,
152+ and don't want to see related deprecation warnings, you can enable this option.
153+ endmenu # Legacy Temperature Sensor Driver Configurationss
154+
100155endmenu # Driver configurations
0 commit comments