README.imx31 490 B

12345678910111213
  1. i.MX31 specific Configuration Options:
  2. --------------------------------------
  3. - Timer precision:
  4. CONFIG_MX31_TIMER_HIGH_PRECISION
  5. Enable higher precision timer. The low-precision timer
  6. (default) provides approximately 4% error, whereas the
  7. high-precision timer is about 0.4% accurate. The extra
  8. accuracy is achieved at the cost of higher computational
  9. overhead, which, in places where time is measured, should
  10. not be critical, so, it should be safe to enable this
  11. option.