diff --git a/boards/riscv/litex_vexriscv/litex_vexriscv_defconfig b/boards/riscv/litex_vexriscv/litex_vexriscv_defconfig index c5af9dd5f1..7dc5eb216f 100644 --- a/boards/riscv/litex_vexriscv/litex_vexriscv_defconfig +++ b/boards/riscv/litex_vexriscv/litex_vexriscv_defconfig @@ -21,7 +21,6 @@ CONFIG_SPI=y CONFIG_GPIO=y CONFIG_ENTROPY_LITEX_RNG=y CONFIG_I2C=y -CONFIG_I2C_LITEX=y CONFIG_PWM=y CONFIG_XIP=n CONFIG_I2S=y diff --git a/tests/boards/altera_max10/i2c_master/prj.conf b/tests/boards/altera_max10/i2c_master/prj.conf index eee85052cc..3ec9619590 100644 --- a/tests/boards/altera_max10/i2c_master/prj.conf +++ b/tests/boards/altera_max10/i2c_master/prj.conf @@ -1,4 +1,3 @@ CONFIG_I2C=y -CONFIG_I2C_NIOS2=y CONFIG_I2C_INIT_PRIORITY=60 CONFIG_ZTEST=y diff --git a/tests/drivers/eeprom/boards/native_posix.conf b/tests/drivers/eeprom/boards/native_posix.conf index 5c215d5397..2aa6f7c1fc 100644 --- a/tests/drivers/eeprom/boards/native_posix.conf +++ b/tests/drivers/eeprom/boards/native_posix.conf @@ -3,7 +3,6 @@ CONFIG_EMUL=y CONFIG_I2C=y -CONFIG_I2C_EMUL=y CONFIG_EEPROM_AT24=y CONFIG_EEPROM_INIT_PRIORITY=75 CONFIG_EMUL_EEPROM_AT2X=y diff --git a/tests/drivers/i2c/i2c_tca954x/prj.conf b/tests/drivers/i2c/i2c_tca954x/prj.conf index 092868e9eb..08c0a26cd8 100644 --- a/tests/drivers/i2c/i2c_tca954x/prj.conf +++ b/tests/drivers/i2c/i2c_tca954x/prj.conf @@ -1,3 +1,2 @@ CONFIG_ZTEST=y CONFIG_I2C=y -CONFIG_I2C_TCA954X=y diff --git a/tests/drivers/sensor/accel/boards/native_posix.conf b/tests/drivers/sensor/accel/boards/native_posix.conf index 8c5d2e6dcd..c04fd29d79 100644 --- a/tests/drivers/sensor/accel/boards/native_posix.conf +++ b/tests/drivers/sensor/accel/boards/native_posix.conf @@ -3,7 +3,6 @@ CONFIG_EMUL=y CONFIG_I2C=y -CONFIG_I2C_EMUL=y CONFIG_SPI=y CONFIG_EMUL_BMI160=y CONFIG_SENSOR=y