Kconfig 146 B

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