1# Copyright 2024 NXP 2# 3# SPDX-License-Identifier: Apache-2.0 4 5config NXP_LP_FLEXCOMM 6 bool "Driver for the NXP Low Power FlexComm Interface" 7 default y 8 depends on DT_HAS_NXP_LP_FLEXCOMM_ENABLED 9 help 10 Enabled the Low Power FlexComm shim driver. 11 LP FLexcomm allows enablement of LPUART and LPI2C 12 at the same time with reduced interface. This driver 13 checks concurrent enablement and returns and error for 14 unsupported concurrent enablement. 15