1# Copyright (c) 2020 Seagate Technology LLC
2# SPDX-License-Identifier: Apache-2.0
3
4config EEPROM_LPC11U6X
5	bool "LPC11U6x EEPROM driver"
6	default y
7	depends on DT_HAS_NXP_LPC11U6X_EEPROM_ENABLED
8	help
9	  Enable support for the on-chip EEPROM found on NXP LPC11U6x MCUs.
10