Kconfig 562 B

1234567891011121314151617181920212223
  1. # Favr-32 customization
  2. if BOARD_FAVR_32
  3. config BOARD_FAVR32_ABDAC_RATE
  4. int "DAC target rate"
  5. default 44100
  6. range 32000 50000
  7. help
  8. Specify the target rate the internal DAC should try to match. This
  9. will use PLL1 to generate a frequency as close as possible to this
  10. rate.
  11. Must be within the range 32000 to 50000, which should be suitable to
  12. generate most other frequencies in power of 2 steps.
  13. Ex:
  14. 48000 will also suit 24000 and 12000
  15. 44100 will also suit 22050 and 11025
  16. 32000 will also suit 16000 and 8000
  17. endif # BOARD_FAVR_32