From bd981b048badd21451233164b3cea4320e538a70 Mon Sep 17 00:00:00 2001 From: Vijay Hiremath Date: Thu, 21 Apr 2022 13:52:47 -0700 Subject: cleanup: it8801: Rename discrete Keyboard configs Renamed IT8801 discrete keyboard related names like NOT_RAW, I2C_PORT, I2C_ADDRESS and Interrupt GPIO to support discrete keyboard in Zephyr Shim. BUG=b:230008245 BRANCH=none TEST=make buildall Signed-off-by: Vijay Hiremath Change-Id: I9be3ff570681f88e1fc3ac0650f9919ad272b847 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3600627 Reviewed-by: Denis Brockus Reviewed-by: Jack Rosenthal --- chip/npcx/build.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chip/npcx/build.mk') diff --git a/chip/npcx/build.mk b/chip/npcx/build.mk index 246ab84f34..1fe524763b 100644 --- a/chip/npcx/build.mk +++ b/chip/npcx/build.mk @@ -41,7 +41,7 @@ chip-$(CONFIG_CEC)+=cec.o chip-$(CONFIG_PWM)+=pwm.o chip-$(CONFIG_SPI)+=spi.o chip-$(CONFIG_WATCHDOG)+=watchdog.o -ifndef CONFIG_KEYBOARD_NOT_RAW +ifndef CONFIG_KEYBOARD_DISCRETE chip-$(HAS_TASK_KEYSCAN)+=keyboard_raw.o endif -- cgit v1.2.1