blob: ea5dd5638637d36719dd82c8124072e30bd227c9 [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 Heijligena12e0102022-08-13 12:42:05 +02003option('classic_cli', type : 'feature', value : 'enabled', description : 'classic flashrom cli binary')
Thomas Heijligenb975da12022-08-13 12:10:05 +02004option('classic_cli_print_wiki', type : 'feature', value : 'disabled', description : 'Print Wiki')
Thomas Heijligen84e9c912021-06-01 16:22:14 +02005option('default_programmer_name', type : 'string', description : 'default programmer')
6option('default_programmer_args', type : 'string', description : 'default programmer arguments')
Thomas Heijligenb7341b12022-08-13 12:21:44 +02007option('ich_descriptors_tool', type : 'feature', value : 'auto', description : 'Build ich_descriptors_tool')
Richard Hughescb973682018-12-19 11:44:22 +00008
9option('config_atahpt', type : 'boolean', value : false, description : 'Highpoint (HPT) ATA/RAID controllers')
10option('config_atapromise', type : 'boolean', value : false, description : 'Promise ATA controller')
11option('config_atavia', type : 'boolean', value : true, description : 'VIA VT6421A LPC memory')
12option('config_buspirate_spi', type : 'boolean', value : true, description : 'Bus Pirate SPI')
13option('config_ch341a_spi', type : 'boolean', value : true, description : 'Winchiphead CH341A')
14option('config_dediprog', type : 'boolean', value : true, description : 'Dediprog SF100')
15option('config_developerbox_spi', type : 'boolean', value : true, description : 'Developerbox emergency recovery')
16option('config_digilent_spi', type : 'boolean', value : true, description : 'Digilent Development board JTAG')
Jean THOMASe28d8e42022-10-11 17:54:30 +020017option('config_dirtyjtag_spi', type : 'boolean', value : true, description : 'DirtyJTAG')
Richard Hughescb973682018-12-19 11:44:22 +000018option('config_drkaiser', type : 'boolean', value : true, description : 'Dr. Kaiser')
19option('config_dummy', type : 'boolean', value : true, description : 'dummy tracing')
20option('config_ft2232_spi', type : 'boolean', value : true, description : 'FT2232 SPI dongles')
21option('config_gfxnvidia', type : 'boolean', value : true, description : 'NVIDIA graphics cards')
22option('config_internal', type : 'boolean', value : true, description : 'internal/onboard')
23option('config_internal_dmi', type : 'boolean', value : true, description : 'Use internal DMI parser')
24option('config_it8212', type : 'boolean', value : true, description : 'ITE IT8212F PATA')
Marc Schink7ec2d632020-12-08 22:20:50 +010025option('config_jlink_spi', type : 'boolean', value : false, description : 'SEGGER J-Link and compatible devices')
Richard Hughescb973682018-12-19 11:44:22 +000026option('config_linux_mtd', type : 'boolean', value : true, description : 'Linux MTD interfaces')
27option('config_linux_spi', type : 'boolean', value : true, description : 'Linux spidev interfaces')
28option('config_mstarddc_spi', type : 'boolean', value : false, description : 'MSTAR DDC support')
29option('config_nic3com', type : 'boolean', value : true, description : '3Com NICs')
30option('config_nicintel_eeprom', type : 'boolean', value : true, description : 'EEPROM on Intel NICs')
31option('config_nicintel_spi', type : 'boolean', value : true, description : 'SPI on Intel NICs')
32option('config_nicintel', type : 'boolean', value : true, description : 'Intel NICs')
33option('config_nicnatsemi', type : 'boolean', value : false, description : 'National Semiconductor NICs')
34option('config_nicrealtek', type : 'boolean', value : true, description : 'Realtek NICs')
35option('config_ogp_spi', type : 'boolean', value : true, description : 'SPI on OGP cards')
Thomas Heijligenb221cd72019-04-05 15:08:35 +020036option('config_pickit2_spi', type : 'boolean', value : true, description : 'PICkit2 SPI')
Richard Hughescb973682018-12-19 11:44:22 +000037option('config_pony_spi', type : 'boolean', value : true, description : 'PonyProg2000 SPI')
38option('config_rayer_spi', type : 'boolean', value : true, description : 'RayeR SPIPGM')
39option('config_satamv', type : 'boolean', value : true, description : 'Marvell SATA controllers')
40option('config_satasii', type : 'boolean', value : true, description : 'SiI SATA controllers')
41option('config_serprog', type : 'boolean', value : true, description : 'serprog')
42option('config_usbblaster_spi', type : 'boolean', value : true, description : 'Altera USB-Blaster dongles')
Angel Pons3eae6952020-01-31 10:53:47 +010043option('config_stlinkv3_spi', type : 'boolean', value : true, description : 'STMicroelectronics STLINK-V3')