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 committed Nov 21, 2024
1 parent 18b2271 commit a5c443b
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 a5c443b

Please sign in to comment.