blob: f0ff2be682b6537efcd60e6a2fdbd4125c3baa99 [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')
Thomas Heijligenb7341b12022-08-13 12:21:44 +02005option('ich_descriptors_tool', type : 'feature', value : 'auto', description : 'Build ich_descriptors_tool')
Daniel Campellof7a84fd2021-03-16 17:17:14 -06006option('print_wiki', type : 'boolean', value : true, description : 'Print Wiki')
Richard Hughescb973682018-12-19 11:44:22 +00007
8option('config_atahpt', type : 'boolean', value : false, description : 'Highpoint (HPT) ATA/RAID controllers')
9option('config_atapromise', type : 'boolean', value : false, description : 'Promise ATA controller')
10option('config_atavia', type : 'boolean', value : true, description : 'VIA VT6421A LPC memory')
11option('config_buspirate_spi', type : 'boolean', value : true, description : 'Bus Pirate SPI')
12option('config_ch341a_spi', type : 'boolean', value : true, description : 'Winchiphead CH341A')
13option('config_dediprog', type : 'boolean', value : true, description : 'Dediprog SF100')
14option('config_developerbox_spi', type : 'boolean', value : true, description : 'Developerbox emergency recovery')
15option('config_digilent_spi', type : 'boolean', value : true, description : 'Digilent Development board JTAG')
Jean THOMASe28d8e42022-10-11 17:54:30 +020016option('config_dirtyjtag_spi', type : 'boolean', value : true, description : 'DirtyJTAG')
Richard Hughescb973682018-12-19 11:44:22 +000017option('config_drkaiser', type : 'boolean', value : true, description : 'Dr. Kaiser')
18option('config_dummy', type : 'boolean', value : true, description : 'dummy tracing')
19option('config_ft2232_spi', type : 'boolean', value : true, description : 'FT2232 SPI dongles')
20option('config_gfxnvidia', type : 'boolean', value : true, description : 'NVIDIA graphics cards')
21option('config_internal', type : 'boolean', value : true, description : 'internal/onboard')
22option('config_internal_dmi', type : 'boolean', value : true, description : 'Use internal DMI parser')
23option('config_it8212', type : 'boolean', value : true, description : 'ITE IT8212F PATA')
Marc Schink7ec2d632020-12-08 22:20:50 +010024option('config_jlink_spi', type : 'boolean', value : false, description : 'SEGGER J-Link and compatible devices')
Richard Hughescb973682018-12-19 11:44:22 +000025option('config_linux_mtd', type : 'boolean', value : true, description : 'Linux MTD interfaces')
26option('config_linux_spi', type : 'boolean', value : true, description : 'Linux spidev interfaces')
27option('config_mstarddc_spi', type : 'boolean', value : false, description : 'MSTAR DDC support')
28option('config_nic3com', type : 'boolean', value : true, description : '3Com NICs')
29option('config_nicintel_eeprom', type : 'boolean', value : true, description : 'EEPROM on Intel NICs')
30option('config_nicintel_spi', type : 'boolean', value : true, description : 'SPI on Intel NICs')
31option('config_nicintel', type : 'boolean', value : true, description : 'Intel NICs')
32option('config_nicnatsemi', type : 'boolean', value : false, description : 'National Semiconductor NICs')
33option('config_nicrealtek', type : 'boolean', value : true, description : 'Realtek NICs')
34option('config_ogp_spi', type : 'boolean', value : true, description : 'SPI on OGP cards')
Thomas Heijligenb221cd72019-04-05 15:08:35 +020035option('config_pickit2_spi', type : 'boolean', value : true, description : 'PICkit2 SPI')
Richard Hughescb973682018-12-19 11:44:22 +000036option('config_pony_spi', type : 'boolean', value : true, description : 'PonyProg2000 SPI')
37option('config_rayer_spi', type : 'boolean', value : true, description : 'RayeR SPIPGM')
38option('config_satamv', type : 'boolean', value : true, description : 'Marvell SATA controllers')
39option('config_satasii', type : 'boolean', value : true, description : 'SiI SATA controllers')
40option('config_serprog', type : 'boolean', value : true, description : 'serprog')
41option('config_usbblaster_spi', type : 'boolean', value : true, description : 'Altera USB-Blaster dongles')
Angel Pons3eae6952020-01-31 10:53:47 +010042option('config_stlinkv3_spi', type : 'boolean', value : true, description : 'STMicroelectronics STLINK-V3')