mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 22:43:17 +02:00
pickit2_spi: update to libusb1 and drop libusb0 dependency
TESTED: read, write, verify Change-Id: Icfc5372aa1789d35ed22d68297d5e68a74d40388 Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/32213 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:

committed by
Nico Huber

parent
d2d3993a25
commit
b221cd7048
@ -26,7 +26,7 @@ option('config_nicintel', type : 'boolean', value : true, description : 'Intel N
|
||||
option('config_nicnatsemi', type : 'boolean', value : false, description : 'National Semiconductor NICs')
|
||||
option('config_nicrealtek', type : 'boolean', value : true, description : 'Realtek NICs')
|
||||
option('config_ogp_spi', type : 'boolean', value : true, description : 'SPI on OGP cards')
|
||||
option('config_pickit2_spi', type : 'boolean', value : false, description : 'PICkit2 SPI')
|
||||
option('config_pickit2_spi', type : 'boolean', value : true, description : 'PICkit2 SPI')
|
||||
option('config_pony_spi', type : 'boolean', value : true, description : 'PonyProg2000 SPI')
|
||||
option('config_rayer_spi', type : 'boolean', value : true, description : 'RayeR SPIPGM')
|
||||
option('config_satamv', type : 'boolean', value : true, description : 'Marvell SATA controllers')
|
||||
|
Reference in New Issue
Block a user