Ver Fonte

[bsp][renesas] add a DAC entry for ra6m3-hmi-board

hywing há 1 ano atrás
pai
commit
d8c96e13c6
1 ficheiros alterados com 10 adições e 0 exclusões
  1. 10 0
      bsp/renesas/ra6m3-hmi-board/board/Kconfig

+ 10 - 0
bsp/renesas/ra6m3-hmi-board/board/Kconfig

@@ -522,6 +522,16 @@ menu "Hardware Drivers Config"
                 default n
         endif
 
+        menuconfig BSP_USING_DAC
+	        bool "Enable DAC"
+	        default n
+	        select RT_USING_DAC
+	        if BSP_USING_DAC
+	            config BSP_USING_DAC0
+	                bool "Enable DAC0"
+	                default n
+	        endif
+
         menuconfig BSP_USING_FS
             bool "Enable filesystem"
             default n