2019-09-11 21:49:19 +08:00
|
|
|
# Kconfig.litex - LiteX SPI (LiteSPI) configuration option
|
|
|
|
#
|
|
|
|
# Copyright (c) 2019 Antmicro <www.antmicro.com>
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
|
2019-10-22 07:04:04 +08:00
|
|
|
config SPI_LITESPI
|
2019-09-11 21:49:19 +08:00
|
|
|
bool "LiteX SPI controller driver"
|
|
|
|
depends on SOC_RISCV32_LITEX_VEXRISCV
|
|
|
|
help
|
|
|
|
Enable the SPI peripherals on LiteX
|