mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
Merge branch 'bugfix/missing_kconfig_definition_v5.3' into 'release/v5.3'
fix(i2c): add Kconfig to skip driver conflict check (v5.3) See merge request espressif/esp-idf!37762
This commit is contained in:
@@ -153,6 +153,15 @@ menu "Driver Configurations"
|
|||||||
This configuration option allows the user to bypass the conflict check mechanism with legacy code.
|
This configuration option allows the user to bypass the conflict check mechanism with legacy code.
|
||||||
endmenu # Legacy I2S Driver Configurationss
|
endmenu # Legacy I2S Driver Configurationss
|
||||||
|
|
||||||
|
menu "Legacy I2C Driver Configurations"
|
||||||
|
depends on SOC_I2C_SUPPORTED
|
||||||
|
config I2C_SKIP_LEGACY_CONFLICT_CHECK
|
||||||
|
bool "Skip legacy conflict check"
|
||||||
|
default n
|
||||||
|
help
|
||||||
|
This configuration option allows the user to bypass the conflict check mechanism with legacy code.
|
||||||
|
endmenu # Legacy I2C Driver Configurationss
|
||||||
|
|
||||||
menu "Legacy PCNT Driver Configurations"
|
menu "Legacy PCNT Driver Configurations"
|
||||||
depends on SOC_PCNT_SUPPORTED
|
depends on SOC_PCNT_SUPPORTED
|
||||||
config PCNT_SUPPRESS_DEPRECATE_WARN
|
config PCNT_SUPPRESS_DEPRECATE_WARN
|
||||||
|
Reference in New Issue
Block a user