Files
chrg/rt-thread/components/drivers/pin/Kconfig
T
2025-08-16 22:58:22 +08:00

8 lines
146 B
Plaintext

menuconfig RT_USING_PIN
bool "Using Generic GPIO device drivers"
default y
if RT_USING_PIN
osource "$(SOC_DM_PIN_DIR)/Kconfig"
endif