File tree Expand file tree Collapse file tree 3 files changed +390
-0
lines changed Expand file tree Collapse file tree 3 files changed +390
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ zephyr_library_sources_ifdef(CONFIG_GPIO_AW9523B gpio_aw9523b.c)
15
15
zephyr_library_sources_ifdef(CONFIG_GPIO_AXP192 gpio_axp192.c)
16
16
zephyr_library_sources_ifdef(CONFIG_GPIO_BCM2711 gpio_bcm2711.c)
17
17
zephyr_library_sources_ifdef(CONFIG_GPIO_BD8LB600FS gpio_bd8lb600fs.c)
18
+ zephyr_library_sources_ifdef(CONFIG_GPIO_BFLB_BL60X_70X gpio_bflb_bl60x_70x.c)
18
19
zephyr_library_sources_ifdef(CONFIG_GPIO_BFLB_BL61X gpio_bflb_bl61x.c)
19
20
zephyr_library_sources_ifdef(CONFIG_GPIO_BRCMSTB gpio_brcmstb.c)
20
21
zephyr_library_sources_ifdef(CONFIG_GPIO_CC13XX_CC26XX gpio_cc13xx_cc26xx.c)
Original file line number Diff line number Diff line change 1
1
# Copyright (c) 2024-2025 MASSDRIVER EI (massdriver.space)
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
+ config GPIO_BFLB_BL60X_70X
5
+ bool "Bouffalo Lab BL60x and BL70x GPIO driver"
6
+ depends on DT_HAS_BFLB_BL60X_70X_GPIO_ENABLED
7
+ default y
8
+ help
9
+ Bouffalo Lab BL60x and BL70x GPIO driver
10
+
4
11
config GPIO_BFLB_BL61X
5
12
bool "Bouffalo Lab BL61X GPIO driver"
6
13
depends on DT_HAS_BFLB_BL61X_GPIO_ENABLED
You can’t perform that action at this time.
0 commit comments