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 RCAR_CMT_TIMER 7 bool "Renesas RCar cmt timer" 8 default y 9 depends on DT_HAS_RENESAS_RCAR_CMT_ENABLED 10 help 11 This module implements a kernel device driver for the Renesas RCAR 12 platform provides the standard "system clock driver" interfaces. 13 If unchecked, no timer will be used. 14