1menuconfig RT_USING_PIN 2 bool "Using Generic GPIO device drivers" 3 default y 4 5if RT_USING_PIN 6 osource "$(SOC_DM_PIN_DIR)/Kconfig" 7endif 8