SAMV7 DAC configuration needs some conditional logic

This commit is contained in:
Gregory Nutt 2016-08-15 08:55:11 -06:00
parent c367e4985f
commit e53118ffc2

View File

@ -1677,6 +1677,8 @@ config SAMV7_DAC_TRIGGER
---help---
Enable DAC trigger mode
if SAMV7_DAC_TRIGGER
config SAMV7_DAC_TRIGGER_FREQUENCY
int "DAC trigger frequency"
---help---
@ -1690,6 +1692,7 @@ config SAMV7_DAC_TRIGGER_SELECT
Define DAC trigger source (only support for TC0, TC1, TC2 output is
currently implemented)
endif # SAMV7_DAC_TRIGGER
endmenu # DAC device driver configuration
menu "HSMCI device driver options"