summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig
diff options
context:
space:
mode:
authorAndrew McRae <amcrae@google.com>2022-07-07 12:59:14 +1000
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-07 04:44:33 +0000
commitac352c63e5a8d4329f6d12e2beaf1c40cd6c0f59 (patch)
treeaf3c3423bf6d34b6e1e0f7eba4583843ba4fcc30 /zephyr/Kconfig
parent6eff324277b4467c372dc98ef1d7685942c2db42 (diff)
downloadchrome-ec-ac352c63e5a8d4329f6d12e2beaf1c40cd6c0f59.tar.gz
zephyr: Remove gpio_map.h legacy include file
Remove gpio_map.h and update Kconfig references to it. BUG=b:237716584 TEST=zmake testall BRANCH=none Signed-off-by: Andrew McRae <amcrae@google.com> Change-Id: I4b21b53a4a63c6a934f9ab3bef3707e225bd01b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3750267 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
Diffstat (limited to 'zephyr/Kconfig')
-rw-r--r--zephyr/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/zephyr/Kconfig b/zephyr/Kconfig
index 6e17b9ed13..33176c4237 100644
--- a/zephyr/Kconfig
+++ b/zephyr/Kconfig
@@ -327,7 +327,7 @@ config PLATFORM_EC_EXTPOWER_GPIO
Enable shimming the extpower_gpio module, which provides
GPIO-based external power presence detection features. The
project should define a GPIO pin named GPIO_AC_PRESENT, with
- extpower_interrupt configured as the handler in gpio_map.h.
+ extpower_interrupt configured as the handler.
config PLATFORM_EC_FLASH_CROS
bool
@@ -429,7 +429,7 @@ config PLATFORM_EC_LID_SWITCH
behaviour. For example, when the lid is opened, the device may
automatically power on.
- This requires a GPIO named GPIO_LID_OPEN to be defined in gpio_map.h.
+ This requires a GPIO named GPIO_LID_OPEN to be defined or aliased.
config PLATFORM_EC_MKBP_INPUT_DEVICES
bool "Input devices via MKBP"
@@ -540,7 +540,7 @@ config PLATFORM_EC_POWER_BUTTON
commands in platform/ec. This is used to implement the Chromium OS
shutdown sequence.
- This requires a GPIO named GPIO_POWER_BUTTON_L in gpio_map.h.
+ This requires a GPIO named GPIO_POWER_BUTTON_L.
config PLATFORM_EC_PWM_HC
bool