zephyr/drivers/spi/Kconfig.ifx_cat1
Sreeram Tatapudi fd04f8cc81 drivers: spi: Initial version of the Infineon CAT1 SPI driver
Initial version of Infineon CAT1 SPI Driver supporting synchronous
and asynchronous data transfer API

Signed-off-by: Sreeram Tatapudi <sreeram.praveen@infineon.com>
2023-09-12 10:55:01 +02:00

13 lines
347 B
Plaintext

# Infineon CAT1 SPI configuration options
# Copyright (c) 2022 Cypress Semiconductor Corporation.
# SPDX-License-Identifier: Apache-2.0
config SPI_INFINEON_CAT1
bool "Infineon CAT1 SPI driver"
default y
depends on DT_HAS_INFINEON_CAT1_SPI_ENABLED
select USE_INFINEON_SPI
help
This option enables the SPI driver for Infineon CAT1 family.