From 6e1449eb477f73dbba8bddf4c3dae907a93bb065 Mon Sep 17 00:00:00 2001 From: Dawid Niedzwiecki Date: Tue, 11 May 2021 13:37:40 +0200 Subject: zephyr: Rework CBI to be used as a driver Rework the CBI support in Zephyr to be used via driver API. Change also approach what to do with SSFC - let sensor drivers decide how to handle alternative sensors. BUG=b:183990188 BRANCH=none TEST=Add alternative motion sensors to the device tree, modify CBI SSFC with 'cbi set 8 value 4', reboot EC and verify that the new sensors are used with the 'accelinfo' command. Signed-off-by: Dawid Niedzwiecki Change-Id: I701af96bfa7a17333220530a5c63b8e8aaeb0d6b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2862727 Reviewed-by: Yuval Peress --- zephyr/drivers/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'zephyr/drivers/CMakeLists.txt') diff --git a/zephyr/drivers/CMakeLists.txt b/zephyr/drivers/CMakeLists.txt index 5435ee6b84..6ab8383eb5 100644 --- a/zephyr/drivers/CMakeLists.txt +++ b/zephyr/drivers/CMakeLists.txt @@ -3,6 +3,7 @@ # found in the LICENSE file. add_subdirectory(cros_bbram) +add_subdirectory(cros_cbi) add_subdirectory(cros_flash) add_subdirectory(cros_kb_raw) add_subdirectory(cros_rtc) -- cgit v1.2.1