diff --git a/components/driver/Kconfig b/components/driver/Kconfig index ad4e8c4500..f191fc1d49 100644 --- a/components/driver/Kconfig +++ b/components/driver/Kconfig @@ -372,6 +372,7 @@ menu "Driver Configurations" orsource "./ledc/Kconfig.ledc" menu "I2C Configuration" + depends on SOC_I2C_SUPPORTED config I2C_ISR_IRAM_SAFE bool "I2C ISR IRAM-Safe" default n @@ -389,6 +390,12 @@ menu "Driver Configurations" note: This cannot be used in the I2C legacy driver. + 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 # I2C Configurations endmenu # Driver configurations