The FLEXCOM offers several serial communication protocols that are managed by the three sub-modules USART, SPI, and TWI (I2C). Signed-off-by: Tony Han <tony.han@microchip.com>
11 lines
293 B
Plaintext
11 lines
293 B
Plaintext
# Copyright (C) 2025 Microchip Technology Inc. and its subsidiaries
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config MFD_MCHP_SAM_FLEXCOM
|
|
bool "Driver for the Microchip SAM FLEXCOM Interface"
|
|
default y
|
|
depends on DT_HAS_MICROCHIP_SAM_FLEXCOM_ENABLED
|
|
help
|
|
Enabled the SAM FLEXCOM driver.
|