zephyr/drivers/fpga/Kconfig.ice40
Anas Nashif bc03455f37 drivers: fpga: imply CRC
This driver needs CRC, so select it instead of relying on it set by
default.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-08-18 08:52:16 +03:00

11 lines
239 B
Plaintext

# Copyright (c) 2022 Meta
# SPDX-License-Identifier: Apache-2.0
config ICE40_FPGA
bool "Lattice iCE40 fpga driver [EXPERIMENTAL]"
select EXPERIMENTAL
imply CRC
depends on SPI
help
Enable support for the Lattice iCE40 fpga driver.