mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-28 23:43:42 +02:00
Makefile: Blacklist Digilent SPI (using USB) for DOS
Change-Id: I9a7dd5a2afcd12dd247e1f5534db61b79d77525e Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/flashrom/+/33295 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Thomas Heijligen <src@posteo.de> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
620ceb0e8f
commit
9c78142964
7
Makefile
7
Makefile
@ -154,7 +154,12 @@ UNSUPPORTED_FEATURES += CONFIG_PONY_SPI=yes
|
|||||||
else
|
else
|
||||||
override CONFIG_PONY_SPI = no
|
override CONFIG_PONY_SPI = no
|
||||||
endif
|
endif
|
||||||
# Dediprog, Developerbox, USB-Blaster, PICkit2, CH341A and FT2232 are not supported under DOS (missing USB support).
|
# Digilent SPI, Dediprog, Developerbox, USB-Blaster, PICkit2, CH341A and FT2232 are not supported under DOS (missing USB support).
|
||||||
|
ifeq ($(CONFIG_DIGILENT_SPI), yes)
|
||||||
|
UNSUPPORTED_FEATURES += CONFIG_DIGILENT_SPI=yes
|
||||||
|
else
|
||||||
|
override CONFIG_DIGILENT_SPI = no
|
||||||
|
endif
|
||||||
ifeq ($(CONFIG_DEDIPROG), yes)
|
ifeq ($(CONFIG_DEDIPROG), yes)
|
||||||
UNSUPPORTED_FEATURES += CONFIG_DEDIPROG=yes
|
UNSUPPORTED_FEATURES += CONFIG_DEDIPROG=yes
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user