zephyr/boards/shields/x_nucleo_eeprma2/Kconfig.shield
Thomas Stranger 002ea39561 shields: add st x-nucleo-eeprma2 eeprom shiled for m24xx, m95xx devices
This commit adds st microelectronics x-nucleo-eeprma2 shield,
which has populated 6 different i2c and spi eeproms.
They are all compatible with the existing at24 and at25 drivers.

Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>
2021-06-07 12:06:08 +02:00

6 lines
159 B
Plaintext

# Copyright (c) 2021 Thomas Stranger
# SPDX-License-Identifier: Apache-2.0
config SHIELD_X_NUCLEO_EEPRMA2
def_bool $(shields_list_contains,x_nucleo_eeprma2)