summaryrefslogtreecommitdiff
path: root/include/led_pwm.h
diff options
context:
space:
mode:
authorFabio Baltieri <fabiobaltieri@google.com>2022-04-08 16:14:06 +0000
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-04-14 09:25:52 +0000
commit82a02ccb826edbb8ecb6b9f2eb93accf198a3a98 (patch)
treecb459c25b51d41e9a81c09198ca3f583d9b2a75d /include/led_pwm.h
parent78b5c132cfbac962931ba43b363008ec27892812 (diff)
downloadchrome-ec-82a02ccb826edbb8ecb6b9f2eb93accf198a3a98.tar.gz
zephyr: shim: drop the shim PWM code
Drop the shim PWM code, all drivers of Zephyr enable projects are now using the Zephyr PWM APIs. The pwm.c file only contains the PWM host command now, so rename the corresponding Kconfig option and file to reflect that. BRANCH=none BUG=b:217741090 TEST=cq dry run TEST=build and run on brya Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com> Change-Id: I3837a81be98c4c2a9c2f7ceea24e05fe7940c7d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3578701 Reviewed-by: Abe Levkoy <alevkoy@chromium.org>
Diffstat (limited to 'include/led_pwm.h')
-rw-r--r--include/led_pwm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/led_pwm.h b/include/led_pwm.h
index d0295b8061..7f286130e7 100644
--- a/include/led_pwm.h
+++ b/include/led_pwm.h
@@ -9,7 +9,6 @@
#include "ec_commands.h"
#ifdef CONFIG_ZEPHYR
-#include "pwm/pwm.h"
#include "drivers/pwm.h"
#endif