Files
zephyr/drivers/mfd/Kconfig.mchp_sam
Tony Han cc206e05b9 drivers: mfd: add FLEXCOM drivers for Microchip SAM devices
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>
2025-05-28 08:14:08 +02:00

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.