File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ option(ENABLE_CMSISDAP "enable cmsis DAP interface (requires hidapi)" ${
3434option (ENABLE_DIRTYJTAG "enable dirtyJtag cable (requires libUSB)" ${ENABLE_CABLE_ALL} )
3535option (ENABLE_ESP_USB "enable ESP32S3 cable (requires libUSB)" ${ENABLE_CABLE_ALL} )
3636option (ENABLE_JLINK "enable JLink cable (requires libUSB)" ${ENABLE_CABLE_ALL} )
37- option (ENABLE_DFU ${ENABLE_CABLE_ALL} )
38- option (ENABLE_FTDI_BASED_CABLE ${ENABLE_CABLE_ALL} )
37+ option (ENABLE_DFU "enable DFU support (requires libUSB)" ${ENABLE_CABLE_ALL} )
38+ option (ENABLE_FTDI_BASED_CABLE "enable cables based on FTDI (requires libFTDI" ${ENABLE_CABLE_ALL} )
3939option (ENABLE_GOWIN_GWU2X "enable Gowin GWU2X interface" ${ENABLE_CABLE_ALL} )
40- option (ENABLE_USB_BLASTERI ${ENABLE_CABLE_ALL} )
41- option (ENABLE_USB_BLASTERII ${ENABLE_CABLE_ALL} )
40+ option (ENABLE_USB_BLASTERI "enable Altera USB Blaster I support" ${ENABLE_CABLE_ALL} )
41+ option (ENABLE_USB_BLASTERII "enable Altera USB Blaster II support" ${ENABLE_CABLE_ALL} )
4242
4343set (BLASTERII_PATH "" CACHE STRING "usbBlasterII firmware directory" )
4444set (ISE_PATH "/opt/Xilinx/14.7" CACHE STRING "ise root directory (default: /opt/Xilinx/14.7)" )
You can’t perform that action at this time.
0 commit comments