mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-28 23:43:42 +02:00
Automatically disable atapromise on non-x86
We do not support PCI port I/O on non-x86 (yet). Atapromise needs PCI port I/O. Corresponding to flashrom svn r1935. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
This commit is contained in:
parent
16c0aecebe
commit
f636ffc4ef
5
Makefile
5
Makefile
@ -396,6 +396,11 @@ UNSUPPORTED_FEATURES += CONFIG_ATAHPT=yes
|
||||
else
|
||||
override CONFIG_ATAHPT = no
|
||||
endif
|
||||
ifeq ($(CONFIG_ATAPROMISE), yes)
|
||||
UNSUPPORTED_FEATURES += CONFIG_ATAPROMISE=yes
|
||||
else
|
||||
override CONFIG_ATAPROMISE = no
|
||||
endif
|
||||
ifeq ($(CONFIG_SATAMV), yes)
|
||||
UNSUPPORTED_FEATURES += CONFIG_SATAMV=yes
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user