commit | d7bb10d85cad58cc049a297462b3a097ea867801 | [log] [tgz] |
---|---|---|
author | Amneesh Singh <a-singh7@ti.com> | Thu Mar 20 18:30:03 2025 +0530 |
committer | Benjamin Cabé <kartben@gmail.com> | Tue Apr 22 14:02:44 2025 +0200 |
tree | bb8e601de8d2c9f5babbe5d5b19f2a6cfc417693 | |
parent | f3bc550117d8585c96aaac690f0b9630ae788b0d [diff] |
drivers: timer: ti_dmtimer: provide timer IRQ for tests This patch allows ti_dmtimer to provide the symbol z_sys_timer_irq_for_test whenever tests are enabled. Not providing this results in failing some kernel test cases which require this symbol. Signed-off-by: Amneesh Singh <a-singh7@ti.com>