From 4dd4b3153b2f067e5ee9efbcb4852c424be57348 Mon Sep 17 00:00:00 2001 From: Mathew King Date: Tue, 26 Feb 2019 15:04:21 -0700 Subject: ec: Cleanup ish config options Remove all ISH related CONFIG_* options except for: CONFIG_HOSTCMD_HECI: This will be used to enable the host command interface using HECI. Similar to CONFIG_HOSTCMD_LPC or CONFIG_HOSTCMD_ESPI. arcada_ish uses this config. CONFIG_HID_HECI: This will be used to enable a HID interface using HECI. It is compatible with the intel-ish-hid kernel driver. atlas_ish uses this config. Also remove ipc.c the functionality it has been superceded by ipc_heci.c. BUG=b:123634700 TEST=Built and tested on a arcada device Verified that atlas_ish builds BRANCH=none Change-Id: I9d97693e2beca1c9fec8c4f17bd3706b0ea8e795 Signed-off-by: Mathew King Reviewed-on: https://chromium-review.googlesource.com/1490551 Commit-Ready: ChromeOS CL Exonerator Bot Reviewed-by: Jett Rink --- board/arcada_ish/board.c | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'board/arcada_ish/board.c') diff --git a/board/arcada_ish/board.c b/board/arcada_ish/board.c index 0c0fabc86e..3cddfa393a 100644 --- a/board/arcada_ish/board.c +++ b/board/arcada_ish/board.c @@ -86,19 +86,3 @@ int board_idle_task(void *unused) while (1) task_wait_event(-1); } - -/* - * Dummy functions to remove 'undefined' symbol link error for acpi.o - * due to CONFIG_LPC flag - * TODO(b/123634700): clean this up when implement EC->AP communication - */ -#ifdef CONFIG_HOSTCMD_LPC -int lpc_query_host_event_state(void) -{ - return 0; -} - -void lpc_set_acpi_status_mask(uint8_t mask) -{ -} -#endif -- cgit v1.2.1