diff --git a/samples/drivers/eeprom/boards/gd32e103v_eval.conf b/samples/drivers/eeprom/boards/gd32e103v_eval.conf index f6a16047dec..9e8e5d75bce 100644 --- a/samples/drivers/eeprom/boards/gd32e103v_eval.conf +++ b/samples/drivers/eeprom/boards/gd32e103v_eval.conf @@ -1,3 +1 @@ -CONFIG_I2C=y -CONFIG_EEPROM_AT24=y CONFIG_EEPROM_INIT_PRIORITY=75 diff --git a/samples/drivers/eeprom/boards/gd32f450i_eval.conf b/samples/drivers/eeprom/boards/gd32f450i_eval.conf index f6a16047dec..9e8e5d75bce 100644 --- a/samples/drivers/eeprom/boards/gd32f450i_eval.conf +++ b/samples/drivers/eeprom/boards/gd32f450i_eval.conf @@ -1,3 +1 @@ -CONFIG_I2C=y -CONFIG_EEPROM_AT24=y CONFIG_EEPROM_INIT_PRIORITY=75 diff --git a/tests/drivers/build_all/eeprom/prj.conf b/tests/drivers/build_all/eeprom/prj.conf index 535b91a0992..e8ce5369aff 100644 --- a/tests/drivers/build_all/eeprom/prj.conf +++ b/tests/drivers/build_all/eeprom/prj.conf @@ -2,7 +2,3 @@ CONFIG_TEST=y CONFIG_TEST_USERSPACE=y CONFIG_EEPROM=y CONFIG_GPIO=y -CONFIG_I2C=y -CONFIG_SPI=y -CONFIG_EEPROM_AT24=y -CONFIG_EEPROM_AT25=y diff --git a/tests/drivers/eeprom/boards/native_posix.conf b/tests/drivers/eeprom/boards/native_posix.conf index 2aa6f7c1fc8..a131100e89d 100644 --- a/tests/drivers/eeprom/boards/native_posix.conf +++ b/tests/drivers/eeprom/boards/native_posix.conf @@ -2,7 +2,5 @@ # SPDX-License-Identifier: Apache-2.0 CONFIG_EMUL=y -CONFIG_I2C=y -CONFIG_EEPROM_AT24=y CONFIG_EEPROM_INIT_PRIORITY=75 CONFIG_EMUL_EEPROM_AT2X=y