You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
453 B
14 lines
453 B
# 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.
|
|
|