原始版本
This commit is contained in:
9
RT_Thread/components/drivers/pinctrl/Kconfig
Normal file
9
RT_Thread/components/drivers/pinctrl/Kconfig
Normal file
@ -0,0 +1,9 @@
|
||||
menuconfig RT_USING_PINCTRL
|
||||
bool "Using Pin controllers device drivers"
|
||||
depends on RT_USING_DM
|
||||
depends on RT_USING_PIN
|
||||
default n
|
||||
|
||||
if RT_USING_PINCTRL
|
||||
osource "$(SOC_DM_PINCTRL_DIR)/Kconfig"
|
||||
endif
|
||||
Reference in New Issue
Block a user