zephyr/boards/shields/x_nucleo_eeprma2/Kconfig.defconfig
Kumar Gala 12cc7a83cb eeprom: remove Kconfig.defconfig* setting of eeprom drivers
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>
2022-08-12 11:34:16 +02:00

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