mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-05-30 11:08:49 +08:00
[dm][pin] fixup the DM Kconfig import in DM mode only
Signed-off-by: GuEe-GUI <2991707448@qq.com>
This commit is contained in:
@@ -2,6 +2,6 @@ menuconfig RT_USING_PIN
|
|||||||
bool "Using Generic GPIO device drivers"
|
bool "Using Generic GPIO device drivers"
|
||||||
default y
|
default y
|
||||||
|
|
||||||
if RT_USING_PIN
|
if RT_USING_DM && RT_USING_PIN
|
||||||
osource "$(SOC_DM_PIN_DIR)/Kconfig"
|
osource "$(SOC_DM_PIN_DIR)/Kconfig"
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user