1# Copyright (c) 2022 Meta
2# SPDX-License-Identifier: Apache-2.0
3
4config ICE40_FPGA
5	bool "Lattice iCE40 fpga driver [EXPERIMENTAL]"
6	select EXPERIMENTAL
7	imply CRC
8	depends on SPI
9	help
10	  Enable support for the Lattice iCE40 fpga driver.
11