Files
rtems/spec/build/bsps/optgentmunmask.yml
Kinsey Moore 726a659eb0 spec: Move timer interrupt unmasking option
This moves the timer interrupt unmasking configuration option to make it
more available to other BSPs that might need it.
2025-07-11 11:36:51 -05:00

17 lines
447 B
YAML

SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
actions:
- get-boolean: null
- define-condition: null
build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
default:
- enabled-by: true
value: true
description: |
unmask the timer in the tick handler, since Xen will mask the virtual timer before injecting the interrupt to the guest
enabled-by: true
links: []
name: ARM_GENERIC_TIMER_UNMASK_AT_TICK
type: build