Browse Source

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>
pull/61632/head
Anas Nashif 2 years ago committed by Johan Hedberg
parent
commit
bc03455f37
  1. 1
      drivers/fpga/Kconfig.ice40

1
drivers/fpga/Kconfig.ice40

@ -4,6 +4,7 @@ @@ -4,6 +4,7 @@
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.

Loading…
Cancel
Save