1# Copyright (c) 2023 Intel Corporation 2# SPDX-License-Identifier: Apache-2.0 3 4menuconfig SPI_PW 5 bool "Penwell SPI driver" 6 default y 7 depends on DT_HAS_INTEL_PENWELL_SPI_ENABLED 8 help 9 Enable the Penwell SPI driver. 10 11if SPI_PW 12 13config SPI_PW_INTERRUPT 14 bool "Penwell SPI Interrupt mode Support" 15 help 16 Enable Interrupt support for the SPI Driver. 17 18endif # SPI_PW 19