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 <galak@kernel.org>
This commit is contained in:
Kumar Gala 2022-08-11 23:05:22 -05:00 committed by Carles Cufí
parent 12cc7a83cb
commit 9e8fb08c0f
4 changed files with 0 additions and 10 deletions

View File

@ -1,3 +1 @@
CONFIG_I2C=y
CONFIG_EEPROM_AT24=y
CONFIG_EEPROM_INIT_PRIORITY=75

View File

@ -1,3 +1 @@
CONFIG_I2C=y
CONFIG_EEPROM_AT24=y
CONFIG_EEPROM_INIT_PRIORITY=75

View File

@ -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

View File

@ -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