Victor Ding has uploaded this change for review.
Allow ENE_LPC to build against DOS and libpayload
ENE LPC interface keyboard controller driver compiles successfully
against DOS and libpayload.
Signed-off-by: Victor Ding <victording@google.com>
Change-Id: I0a7e675c344a2ccac558b8c32720930c15fe92ee
---
M Makefile
1 file changed, 0 insertions(+), 10 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/89/55889/1
diff --git a/Makefile b/Makefile
index 4d68cdb..373d99d 100644
--- a/Makefile
+++ b/Makefile
@@ -170,11 +170,6 @@
else
override CONFIG_DEVELOPERBOX_SPI = no
endif
-ifeq ($(CONFIG_ENE_LPC), yes)
-UNSUPPORTED_FEATURES += CONFIG_ENE_LPC=yes
-else
-override CONFIG_ENE_LPC = no
-endif
ifeq ($(CONFIG_FT2232_SPI), yes)
UNSUPPORTED_FEATURES += CONFIG_FT2232_SPI=yes
else
@@ -381,11 +376,6 @@
else
override CONFIG_DEVELOPERBOX_SPI = no
endif
-ifeq ($(CONFIG_ENE_LPC), yes)
-UNSUPPORTED_FEATURES += CONFIG_ENE_LPC=yes
-else
-override CONFIG_ENE_LPC = no
-endif
ifeq ($(CONFIG_FT2232_SPI), yes)
UNSUPPORTED_FEATURES += CONFIG_FT2232_SPI=yes
else
To view, visit change 55889. To unsubscribe, or for help writing mail filters, visit settings.