Skip to content

Commit

Permalink
[DM/FEATURE] Support import SoC PIN config
Browse files Browse the repository at this point in the history
Signed-off-by: GuEe-GUI <[email protected]>
  • Loading branch information
GuEe-GUI authored and Rbb666 committed Dec 2, 2024
1 parent e3340ec commit 8c0a6c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/drivers/pin/Kconfig
Original file line number Diff line number Diff line change
@@ -1,3 +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

0 comments on commit 8c0a6c9

Please sign in to comment.