bda6455234
Update EEPROM drivers to use DT_HAS_<compat>_ENABLED Kconfig symbol to expose the driver and enable it by default based on devicetree. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
10 lines
270 B
Plaintext
10 lines
270 B
Plaintext
# Copyright (c) 2020 Seagate Technology LLC
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config EEPROM_LPC11U6X
|
|
bool "LPC11U6x EEPROM driver"
|
|
default y
|
|
depends on DT_HAS_NXP_LPC11U6X_EEPROM_ENABLED
|
|
help
|
|
Enable support for the on-chip EEPROM found on NXP LPC11U6x MCUs.
|