File tree Expand file tree Collapse file tree 6 files changed +595
-0
lines changed
tests/drivers/gpio/gpio_basic_api/boards Expand file tree Collapse file tree 6 files changed +595
-0
lines changed Original file line number Diff line number Diff line change 221221/drivers /flash / @ nashif @ nvlsianpu
222222/drivers /flash /* nrf * @ nvlsianpu
223223/drivers /gpio / @ mnkp
224+ /drivers /gpio /* b91 * @ yurvyn
224225/drivers /gpio /* lmp90xxx * @ henrikbrixandersen
225226/drivers /gpio /* stm32 * @ erwango
226227/drivers /gpio /* eos_s3 * @ wtatarski @ kowalewskijan @ kgugala
Original file line number Diff line number Diff line change 22
33zephyr_library()
44
5+ zephyr_library_sources_ifdef(CONFIG_GPIO_TELINK_B91 gpio_b91.c)
56zephyr_library_sources_ifdef(CONFIG_GPIO_CC13XX_CC26XX gpio_cc13xx_cc26xx.c)
67zephyr_library_sources_ifdef(CONFIG_GPIO_CC32XX gpio_cc32xx.c)
78zephyr_library_sources_ifdef(CONFIG_GPIO_CMSDK_AHB gpio_cmsdk_ahb.c)
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ config GPIO_SHELL
2121 help
2222 Enable GPIO Shell for testing.
2323
24+ source "drivers/gpio/Kconfig.b91"
25+
2426source "drivers/gpio/Kconfig.dw"
2527
2628source "drivers/gpio/Kconfig.pca95xx"
Original file line number Diff line number Diff line change 1+ # Copyright (c) 2021 Telink Semiconductor
2+ # SPDX-License-Identifier: Apache-2.0
3+
4+ # Telink B91 GPIO configuration options
5+
6+ config GPIO_TELINK_B91
7+ bool "Telink B91 GPIO driver"
8+ depends on SOC_RISCV_TELINK_B91
9+ help
10+ Enable the B91 GPIO driver.
You can’t perform that action at this time.
0 commit comments