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

This commit is contained in:
hywing 2023-11-19 21:53:52 -08:00 committed by Meco Man
parent 41ab3f7535
commit d8c96e13c6
1 changed files with 10 additions and 0 deletions

View File

@ -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