1# Copyright (c) 2014-2015 Wind River Systems, Inc. 2# Copyright (c) 2016 Cadence Design Systems, Inc. 3# Copyright (c) 2019 Intel Corp. 4# SPDX-License-Identifier: Apache-2.0 5 6config LEON_GPTIMER 7 bool "LEON timer" 8 default y 9 depends on DT_HAS_GAISLER_GPTIMER_ENABLED 10 select DYNAMIC_INTERRUPTS 11 help 12 This module implements a kernel device driver for the GRLIB 13 GPTIMER which is common in LEON systems. 14