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