15 lines
453 B
Plaintext
15 lines
453 B
Plaintext
|
# Copyright 2024 NXP
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
config NXP_LP_FLEXCOMM
|
||
|
bool "Driver for the NXP Low Power FlexComm Interface"
|
||
|
default y
|
||
|
depends on DT_HAS_NXP_LP_FLEXCOMM_ENABLED
|
||
|
help
|
||
|
Enabled the Low Power FlexComm shim driver.
|
||
|
LP FLexcomm allows enablement of LPUART and LPI2C
|
||
|
at the same time with reduced interface. This driver
|
||
|
checks concurrent enablement and returns and error for
|
||
|
unsupported concurrent enablement.
|