2019-11-01 20:45:29 +08:00
|
|
|
# Simple SPI Driver configuration options
|
2019-09-12 04:16:28 +08:00
|
|
|
|
|
|
|
# Copyright (c) 2019 Western Digital Corporation or its affiliates
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
menuconfig SPI_OC_SIMPLE
|
|
|
|
bool "OpenCores Simple SPI controller driver"
|
|
|
|
help
|
|
|
|
Enable the Simple SPI controller
|
|
|
|
|
|
|
|
if SPI_OC_SIMPLE
|
|
|
|
|
|
|
|
config SPI_OC_SIMPLE_BUS_WIDTH
|
|
|
|
def_int 8
|
|
|
|
|
|
|
|
endif # SPI_OC_SIMPLE
|