319d9d94a8
This patch adds adds an EEPROM driver supporting the on-chip EEPROM found on NXP LPC11U6X MCUs. Note that this driver is only a wrapper relying entirely on the IAP (In-Application Programming) EEPROM commands. Signed-off-by: Simon Guinot <simon.guinot@seagate.com>
10 lines
255 B
Plaintext
10 lines
255 B
Plaintext
# Copyright (c) 2020 Seagate Technology LLC
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config EEPROM_LPC11U6X
|
|
bool "LPC11U6x EEPROM driver"
|
|
depends on SOC_SERIES_LPC11U6X
|
|
default y
|
|
help
|
|
Enable support for the on-chip EEPROM found on NXP LPC11U6x MCUs.
|