summaryrefslogtreecommitdiff
path: root/zephyr/program/corsola
diff options
context:
space:
mode:
authorFabio Baltieri <fabiobaltieri@google.com>2022-11-16 16:51:21 +0000
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-11-21 19:27:00 +0000
commit193457f17af848b0c3232967f6af4a019c77908b (patch)
treeb940b6421317bc44e57dd69ef883e5e2fb21b16a /zephyr/program/corsola
parent87f7a365391dbe2c23e23ff7f06000d9944daa99 (diff)
downloadchrome-ec-193457f17af848b0c3232967f6af4a019c77908b.tar.gz
zephyr: config: select PWM automatically
Add the missing dependency to the PWM subsystem for the drivers that depends on PWM. This is done using the select Kconfig directive, so that the subsystem gets enabled explicitly as soon as the first of these gets defined in the devicetree. Drop a bunch of now unnecessary CONFIG_PWM=y settings. BRANCH=none BUG=none TEST=cq dry run Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com> Change-Id: I55a78d6324f753fe5fe13a0b81b5e129626621af Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4031191 Reviewed-by: Aaron Massey <aaronmassey@google.com> Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com>
Diffstat (limited to 'zephyr/program/corsola')
-rw-r--r--zephyr/program/corsola/ite_program.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/zephyr/program/corsola/ite_program.conf b/zephyr/program/corsola/ite_program.conf
index dc0e54a665..55aecebb90 100644
--- a/zephyr/program/corsola/ite_program.conf
+++ b/zephyr/program/corsola/ite_program.conf
@@ -36,9 +36,6 @@ CONFIG_PLATFORM_EC_HOST_COMMAND_STATUS=y
# LED
CONFIG_PLATFORM_EC_LED_DT=y
-# PWM
-CONFIG_PWM=y
-
# Sensors
CONFIG_PLATFORM_EC_MOTIONSENSE=y
CONFIG_PLATFORM_EC_ACCEL_FIFO=y