summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2016-02-20 22:04:39 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2016-02-20 22:04:39 +0000
commitf636ffc4ef46d106ea123f01a2d01c193dc13f39 (patch)
tree9d95341adf70f341fca7788c1f5d13232beab5fd /Makefile
parent16c0aecebe6543a72b47f52022038450bda7df00 (diff)
downloadast2050-flashrom-f636ffc4ef46d106ea123f01a2d01c193dc13f39.zip
ast2050-flashrom-f636ffc4ef46d106ea123f01a2d01c193dc13f39.tar.gz
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e430bad..d77c701 100644
--- a/Makefile
+++ b/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
OpenPOWER on IntegriCloud