summaryrefslogtreecommitdiff
path: root/chip/host
diff options
context:
space:
mode:
authorVijay Hiremath <vijay.p.hiremath@intel.com>2022-04-21 13:52:47 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-04-25 17:38:08 +0000
commitbd981b048badd21451233164b3cea4320e538a70 (patch)
tree03f88ffb5f10629beb275b85848b9677f35a1478 /chip/host
parent0b6ee501c3aef52a3f684f90a08b514ac54cadd8 (diff)
downloadchrome-ec-bd981b048badd21451233164b3cea4320e538a70.tar.gz
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 <vijay.p.hiremath@intel.com> Change-Id: I9be3ff570681f88e1fc3ac0650f9919ad272b847 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3600627 Reviewed-by: Denis Brockus <dbrockus@chromium.org> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
Diffstat (limited to 'chip/host')
-rw-r--r--chip/host/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/host/build.mk b/chip/host/build.mk
index 6f8ea250ca..ce4fc8f704 100644
--- a/chip/host/build.mk
+++ b/chip/host/build.mk
@@ -11,7 +11,7 @@ CORE:=host
chip-y=system.o gpio.o uart.o persistence.o flash.o lpc.o reboot.o \
clock.o spi_controller.o trng.o
-ifndef CONFIG_KEYBOARD_NOT_RAW
+ifndef CONFIG_KEYBOARD_DISCRETE
chip-$(HAS_TASK_KEYSCAN)+=keyboard_raw.o
endif
chip-$(CONFIG_USB_PD_TCPC)+=usb_pd_phy.o