From 9e8fb08c0fd635f9d076ffdeeae2f3eba2b996e7 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Thu, 11 Aug 2022 23:05:22 -0500 Subject: [PATCH] eeprom: remove defconfig/proj setting of eeprom drivers Now that eeprom drivers are enabled based on devicetree we can remove any cases of them getting enabled by proj.conf files. Signed-off-by: Kumar Gala --- samples/drivers/eeprom/boards/gd32e103v_eval.conf | 2 -- samples/drivers/eeprom/boards/gd32f450i_eval.conf | 2 -- tests/drivers/build_all/eeprom/prj.conf | 4 ---- tests/drivers/eeprom/boards/native_posix.conf | 2 -- 4 files changed, 10 deletions(-) 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