Kconfig 187 B

12345678
  1. menuconfig RT_USING_LED
  2. bool "Using Light Emitting Diode (LED) device drivers"
  3. depends on RT_USING_DM
  4. default n
  5. if RT_USING_LED
  6. osource "$(SOC_DM_LED_DIR)/Kconfig"
  7. endif