mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-02-04 12:41:34 +00:00
This moves the timer interrupt unmasking configuration option to make it more available to other BSPs that might need it.
17 lines
447 B
YAML
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
|