Richard Hughes | cb97368 | 2018-12-19 11:44:22 +0000 | [diff] [blame] | 1 | option('pciutils', type : 'boolean', value : true, description : 'use pciutils') |
| 2 | option('usb', type : 'boolean', value : true, description : 'use libusb1') |
Thomas Heijligen | 84e9c91 | 2021-06-01 16:22:14 +0200 | [diff] [blame] | 3 | option('default_programmer_name', type : 'string', description : 'default programmer') |
| 4 | option('default_programmer_args', type : 'string', description : 'default programmer arguments') |
Richard Hughes | cb97368 | 2018-12-19 11:44:22 +0000 | [diff] [blame] | 5 | |
| 6 | option('config_atahpt', type : 'boolean', value : false, description : 'Highpoint (HPT) ATA/RAID controllers') |
| 7 | option('config_atapromise', type : 'boolean', value : false, description : 'Promise ATA controller') |
| 8 | option('config_atavia', type : 'boolean', value : true, description : 'VIA VT6421A LPC memory') |
| 9 | option('config_buspirate_spi', type : 'boolean', value : true, description : 'Bus Pirate SPI') |
| 10 | option('config_ch341a_spi', type : 'boolean', value : true, description : 'Winchiphead CH341A') |
| 11 | option('config_dediprog', type : 'boolean', value : true, description : 'Dediprog SF100') |
| 12 | option('config_developerbox_spi', type : 'boolean', value : true, description : 'Developerbox emergency recovery') |
| 13 | option('config_digilent_spi', type : 'boolean', value : true, description : 'Digilent Development board JTAG') |
| 14 | option('config_drkaiser', type : 'boolean', value : true, description : 'Dr. Kaiser') |
| 15 | option('config_dummy', type : 'boolean', value : true, description : 'dummy tracing') |
| 16 | option('config_ft2232_spi', type : 'boolean', value : true, description : 'FT2232 SPI dongles') |
| 17 | option('config_gfxnvidia', type : 'boolean', value : true, description : 'NVIDIA graphics cards') |
| 18 | option('config_internal', type : 'boolean', value : true, description : 'internal/onboard') |
| 19 | option('config_internal_dmi', type : 'boolean', value : true, description : 'Use internal DMI parser') |
| 20 | option('config_it8212', type : 'boolean', value : true, description : 'ITE IT8212F PATA') |
| 21 | option('config_linux_mtd', type : 'boolean', value : true, description : 'Linux MTD interfaces') |
| 22 | option('config_linux_spi', type : 'boolean', value : true, description : 'Linux spidev interfaces') |
| 23 | option('config_mstarddc_spi', type : 'boolean', value : false, description : 'MSTAR DDC support') |
| 24 | option('config_nic3com', type : 'boolean', value : true, description : '3Com NICs') |
| 25 | option('config_nicintel_eeprom', type : 'boolean', value : true, description : 'EEPROM on Intel NICs') |
| 26 | option('config_nicintel_spi', type : 'boolean', value : true, description : 'SPI on Intel NICs') |
| 27 | option('config_nicintel', type : 'boolean', value : true, description : 'Intel NICs') |
| 28 | option('config_nicnatsemi', type : 'boolean', value : false, description : 'National Semiconductor NICs') |
| 29 | option('config_nicrealtek', type : 'boolean', value : true, description : 'Realtek NICs') |
| 30 | option('config_ogp_spi', type : 'boolean', value : true, description : 'SPI on OGP cards') |
Thomas Heijligen | b221cd7 | 2019-04-05 15:08:35 +0200 | [diff] [blame] | 31 | option('config_pickit2_spi', type : 'boolean', value : true, description : 'PICkit2 SPI') |
Richard Hughes | cb97368 | 2018-12-19 11:44:22 +0000 | [diff] [blame] | 32 | option('config_pony_spi', type : 'boolean', value : true, description : 'PonyProg2000 SPI') |
| 33 | option('config_rayer_spi', type : 'boolean', value : true, description : 'RayeR SPIPGM') |
| 34 | option('config_satamv', type : 'boolean', value : true, description : 'Marvell SATA controllers') |
| 35 | option('config_satasii', type : 'boolean', value : true, description : 'SiI SATA controllers') |
| 36 | option('config_serprog', type : 'boolean', value : true, description : 'serprog') |
| 37 | option('config_usbblaster_spi', type : 'boolean', value : true, description : 'Altera USB-Blaster dongles') |
Angel Pons | 3eae695 | 2020-01-31 10:53:47 +0100 | [diff] [blame] | 38 | option('config_stlinkv3_spi', type : 'boolean', value : true, description : 'STMicroelectronics STLINK-V3') |