zephyr/drivers/spi/Kconfig.pw
Ramesh Babu B 3d44508c38 drivers: spi: Add Intel SPI penwell driver
Added support for intel pch penwell spi driver.

Signed-off-by: Ramesh Babu B <ramesh.babu.b@intel.com>
2023-03-21 13:39:33 +01:00

19 lines
368 B
Plaintext

# Copyright (c) 2023 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
menuconfig SPI_PW
bool "Penwell SPI driver"
default y
depends on DT_HAS_INTEL_PENWELL_SPI_ENABLED
help
Enable the Penwell SPI driver.
if SPI_PW
config SPI_PW_INTERRUPT
bool "Penwell SPI Interrupt mode Support"
help
Enable Interrupt support for the SPI Driver.
endif # SPI_PW