1# Simple SPI Driver configuration options 2 3# Copyright (c) 2019 Western Digital Corporation or its affiliates 4# SPDX-License-Identifier: Apache-2.0 5 6menuconfig SPI_OC_SIMPLE 7 bool "OpenCores Simple SPI controller driver" 8 default y 9 depends on DT_HAS_OPENCORES_SPI_SIMPLE_ENABLED 10 help 11 Enable the Simple SPI controller 12 13config SPI_OC_SIMPLE_BUS_WIDTH 14 def_int 8 15 depends on SPI_OC_SIMPLE 16