1menuconfig RT_USING_HWTIMER
2    bool "Using Hardware Timer device drivers"
3    default n
4
5config RT_HWTIMER_ARM_ARCH
6    bool "ARM ARCH Timer"
7    depends on RT_USING_DM
8    depends on RT_USING_HWTIMER
9    depends on ARCH_ARM_CORTEX_A || ARCH_ARMV8
10    default n
11