1*0d6140beSAndroid Build Coastguard Workeroption('classic_cli', type : 'feature', value : 'enabled', description : 'classic flashrom cli binary') 2*0d6140beSAndroid Build Coastguard Workeroption('classic_cli_print_wiki', type : 'feature', value : 'disabled', description : 'Print Wiki') 3*0d6140beSAndroid Build Coastguard Workeroption('default_programmer_name', type : 'string', description : 'default programmer') 4*0d6140beSAndroid Build Coastguard Workeroption('default_programmer_args', type : 'string', description : 'default programmer arguments') 5*0d6140beSAndroid Build Coastguard Workeroption('ich_descriptors_tool', type : 'feature', value : 'auto', description : 'Build ich_descriptors_tool') 6*0d6140beSAndroid Build Coastguard Workeroption('bash_completion', type : 'feature', value : 'auto', description : 'Install bash completion') 7*0d6140beSAndroid Build Coastguard Workeroption('tests', type : 'feature', value : 'auto', description : 'Build unit tests') 8*0d6140beSAndroid Build Coastguard Workeroption('use_internal_dmi', type : 'boolean', value : true) 9*0d6140beSAndroid Build Coastguard Workeroption('programmer', type : 'array', value : ['auto'], choices : [ 10*0d6140beSAndroid Build Coastguard Worker 'auto', 'all', 11*0d6140beSAndroid Build Coastguard Worker 'group_internal', 'group_external', 12*0d6140beSAndroid Build Coastguard Worker 'group_ftdi', 'group_i2c', 'group_jlink', 'group_pci', 'group_serial', 'group_usb', 13*0d6140beSAndroid Build Coastguard Worker 'asm106x', 'atahpt', 'atapromise', 'atavia', 'buspirate_spi', 'ch341a_spi', 'ch347_spi','dediprog', 14*0d6140beSAndroid Build Coastguard Worker 'developerbox_spi', 'digilent_spi', 'dirtyjtag_spi', 'drkaiser', 'dummy', 'ft2232_spi', 15*0d6140beSAndroid Build Coastguard Worker 'gfxnvidia', 'internal', 'it8212', 'jlink_spi', 'linux_mtd', 'linux_spi', 'mediatek_i2c_spi', 16*0d6140beSAndroid Build Coastguard Worker 'mstarddc_spi', 'ni845x_spi', 'nic3com', 'nicintel', 'nicintel_eeprom', 'nicintel_spi', 'nicnatsemi', 17*0d6140beSAndroid Build Coastguard Worker 'nicrealtek', 'ogp_spi', 'parade_lspcon', 'pickit2_spi', 'pony_spi', 'raiden_debug_spi', 18*0d6140beSAndroid Build Coastguard Worker 'rayer_spi', 'realtek_mst_i2c_spi', 'satamv', 'satasii', 'serprog', 'stlinkv3_spi', 'usbblaster_spi', 19*0d6140beSAndroid Build Coastguard Worker], description: 'Active programmers') 20*0d6140beSAndroid Build Coastguard Workeroption('llvm_cov', type : 'feature', value : 'disabled', description : 'build for llvm code coverage') 21*0d6140beSAndroid Build Coastguard Workeroption('man-pages', type : 'feature', value : 'auto', description : 'build the man-page for classic_cli') 22*0d6140beSAndroid Build Coastguard Workeroption('documentation', type : 'feature', value : 'auto', description : 'build the html documentation') 23*0d6140beSAndroid Build Coastguard Workeroption('ni845x_search_path', type : 'string', value : 'C:\Program Files (x86)\National Instruments\Ni-845x\MS Visual C', 24*0d6140beSAndroid Build Coastguard Worker description : 'Path to search for the proprietary ni845x library and header (32-bit Windows only)') 25*0d6140beSAndroid Build Coastguard Workeroption('delay_minimum_sleep_us', type : 'integer', min : 0, value : 100, 26*0d6140beSAndroid Build Coastguard Worker description : 'Minimum time in microseconds to suspend execution for (rather than polling) when a delay is required.' 27*0d6140beSAndroid Build Coastguard Worker + ' Larger values may perform better on machines with low timer resolution, at the cost of increased power.') 28