原始版本
This commit is contained in:
7
RT_Thread/components/drivers/pin/Kconfig
Normal file
7
RT_Thread/components/drivers/pin/Kconfig
Normal file
@ -0,0 +1,7 @@
|
||||
menuconfig RT_USING_PIN
|
||||
bool "Using Generic GPIO device drivers"
|
||||
default y
|
||||
|
||||
if RT_USING_PIN
|
||||
osource "$(SOC_DM_PIN_DIR)/Kconfig"
|
||||
endif
|
||||
Reference in New Issue
Block a user