Kconfig.acts 473 B

12345678910111213141516
  1. menuconfig ACTS_TIMER
  2. bool "Actions SoC timer"
  3. default n
  4. depends on SOC_FAMILY_ACTS
  5. select TICKLESS_CAPABLE
  6. help
  7. This module implements a kernel device driver for the Actions
  8. SoC timer and provides the standard "system clock driver" interfaces.
  9. config ACTS_HRTIMER
  10. bool "Actions hardware timer"
  11. default n
  12. help
  13. This module implements a kernel device driver for the Actions
  14. SoC timer and provides the standard "system clock driver" interfaces.