4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-25 21:37:21 +08:00
2023-01-08 22:52:13 -05:00

13 lines
211 B
Plaintext

menu "GPIO Devices"
config DRIVERS_GPIO
bool "enable gpio driver"
default y
config HAL_TEST_GPIO
bool "enable gpio hal APIs test command"
depends on DRIVERS_GPIO
default n
endmenu