diff --git a/components/drivers/pinctrl/Kconfig b/components/drivers/pinctrl/Kconfig index 227c8a903b..536049b1b5 100644 --- a/components/drivers/pinctrl/Kconfig +++ b/components/drivers/pinctrl/Kconfig @@ -4,3 +4,6 @@ menuconfig RT_USING_PINCTRL depends on RT_USING_PIN default n +if RT_USING_PINCTRL + osource "$(SOC_DM_PINCTRL_DIR)/Kconfig" +endif