summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFabio Baltieri <fabiobaltieri@google.com>2022-03-02 17:49:31 +0000
committerCommit Bot <commit-bot@chromium.org>2022-03-03 16:11:22 +0000
commit357dcb09ab629fbbfc45bb92d4eb15763da5fd78 (patch)
treeb5780527517b87735a5f0f0bfaa1d1ba2cae7104 /docs
parentfe3358e673ee45a2a5061b0011ad18186f34135c (diff)
downloadchrome-ec-357dcb09ab629fbbfc45bb92d4eb15763da5fd78.tar.gz
docs: zephyr: fix kconfig links
Kconfig generated documentation links changed with https://github.com/zephyrproject-rtos/zephyr/pull/41753, this fixes all the upstream links in the existing documentation. BRANCH=none BUG=none TEST=check link on gerrit Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com> Change-Id: Ib619924837ace0a482d7977fb2676456e2fc6858 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3500306 Reviewed-by: Aaron Massey <aaronmassey@google.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/zephyr/zephyr_adc.md2
-rw-r--r--docs/zephyr/zephyr_gpio.md2
-rw-r--r--docs/zephyr/zephyr_i2c.md2
-rw-r--r--docs/zephyr/zephyr_pwm.md4
4 files changed, 5 insertions, 5 deletions
diff --git a/docs/zephyr/zephyr_adc.md b/docs/zephyr/zephyr_adc.md
index 437c53bf80..c57f4bd3a6 100644
--- a/docs/zephyr/zephyr_adc.md
+++ b/docs/zephyr/zephyr_adc.md
@@ -185,7 +185,7 @@ named-adc-channels {
[EC ADC]:
https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/platform/ec/zephyr/Kconfig.adc?q=%22menuconfig%20PLATFORM_EC_ADC%22&ss=chromiumos
[CONFIG_ADC_SHELL]:
-https://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_ADC_SHELL.html
+https://docs.zephyrproject.org/latest/kconfig.html#CONFIG_ADC_SHELL
[ADC cmd]:
https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/platform/ec/zephyr/Kconfig.adc?q=%22config%20PLATFORM_EC_ADC_CMD%22&ss=chromiumos
[ADC resolution]:
diff --git a/docs/zephyr/zephyr_gpio.md b/docs/zephyr/zephyr_gpio.md
index 82b54790fe..1d563513cd 100644
--- a/docs/zephyr/zephyr_gpio.md
+++ b/docs/zephyr/zephyr_gpio.md
@@ -446,7 +446,7 @@ project.
[GPIO]: ../ec_terms.md#gpio
[GPIO Example]: ../images/gpio_example.png
-[Include GPIO drivers in system config]: https://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_GPIO.html
+[Include GPIO drivers in system config]: https://docs.zephyrproject.org/latest/kconfig.html#CONFIG_GPIO
[GPIO Init Priority]: https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/platform/ec/zephyr/Kconfig.init_priority?q=%22config%20PLATFORM_EC_GPIO_INIT_PRIORITY%22&ss=chromiumos
[nuvoton,npcx-lvolctrl-def]: https://github.com/zephyrproject-rtos/zephyr/blob/main/dts/bindings/pinctrl/nuvoton,npcx-lvolctrl-def.yaml
[gpio-enum-name.yaml]: ../../zephyr/dts/bindings/gpio/gpio-enum-name.yaml
diff --git a/docs/zephyr/zephyr_i2c.md b/docs/zephyr/zephyr_i2c.md
index 625efa98a5..bac1af0bae 100644
--- a/docs/zephyr/zephyr_i2c.md
+++ b/docs/zephyr/zephyr_i2c.md
@@ -359,7 +359,7 @@ below:
[subcommands]: https://github.com/zephyrproject-rtos/zephyr/blob/f4a0ea7b43eee4d2ee735ab6beccc68c9d40a7d0/drivers/i2c/i2c_shell.c#L245
[I2C Example]: ../images/i2c_example.png
[EC I2C]: https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/platform/ec/zephyr/Kconfig;?q="config%20PLATFORM_EC_I2C"&ss=chromiumos
-[CONFIG_I2C_SHELL]: https://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_I2C_SHELL.html
+[CONFIG_I2C_SHELL]: https://docs.zephyrproject.org/latest/kconfig.html#CONFIG_I2C_SHELL
[I2C Debug]: https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/platform/ec/zephyr/Kconfig;?q=PLATFORM_EC_I2C_DEBUG&sq=&ss=chromiumos
[I2C Debug Passthru]: https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/platform/ec/zephyr/Kconfig;?q=PLATFORM_EC_I2C_DEBUG_PASSTHRU&ss=chromiumos
[I2C Portmap]: https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/platform/ec/zephyr/Kconfig?q=PLATFORM_EC_CONSOLE_CMD_I2C_PORTMAP&ss=chromiumos%2Fchromiumos%2Fcodesearch
diff --git a/docs/zephyr/zephyr_pwm.md b/docs/zephyr/zephyr_pwm.md
index a1c2ba1129..8c050e8d2e 100644
--- a/docs/zephyr/zephyr_pwm.md
+++ b/docs/zephyr/zephyr_pwm.md
@@ -122,10 +122,10 @@ channel per PWM on NPCX), normal polarity:
```
[PWM]: ../ec_terms.md#pwm
-[PWM (Pulse Width Modulation) Drivers]: https://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_PWM.html
+[PWM (Pulse Width Modulation) Drivers]: https://docs.zephyrproject.org/latest/kconfig.html#CONFIG_PWM
[PWM (Pulse Width Modulation) module]: https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/platform/ec/zephyr/Kconfig?q=%22config%20PLATFORM_EC_PWM%22
[Init priority of the PWM module]: https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/platform/ec/zephyr/Kconfig.init_priority?q=%22config%20PLATFORM_EC_PWM_INIT_PRIORITY%22
-[CONFIG_PWM_SHELL]: https://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_PWM_SHELL.html
+[CONFIG_PWM_SHELL]: https://docs.zephyrproject.org/latest/kconfig.html#CONFIG_PWM_SHELL
[PWM display backlight]:https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/platform/ec/zephyr/Kconfig?q=%22config%20PLATFORM_EC_PWM_DISPLIGHT%22
[PWM keyboard backlight]:https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/platform/ec/zephyr/Kconfig?q=%22config%20PLATFORM_EC_PWM_KBLIGHT%22
[dt-bindings/pwm/pwm.h]: https://github.com/zephyrproject-rtos/zephyr/blob/main/include/dt-bindings/pwm/pwm.h