12cc7a83cb
Now that eeprom drivers are enabled based on devicetree we need to remove any cases of them getting enabled by Kconfig.defconfig* files as this can lead to errors. Signed-off-by: Kumar Gala <galak@kernel.org>
14 lines
204 B
Plaintext
14 lines
204 B
Plaintext
# Copyright (c) 2021 Thomas Stranger
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SHIELD_X_NUCLEO_EEPRMA2
|
|
|
|
if EEPROM
|
|
|
|
config EEPROM_INIT_PRIORITY
|
|
default 75
|
|
|
|
endif # EEPROM
|
|
|
|
endif # SHIELD_X_NUCLEO_EEPRMA2
|