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 RV32M1_LPTMR_TIMER 7 bool "RV32M1 LPTMR system timer driver" 8 default y 9 depends on DT_HAS_OPENISA_RV32M1_LPTMR_ENABLED 10 depends on RV32M1_INTMUX 11 help 12 This module implements a kernel device driver for using the LPTMR 13 peripheral as the system clock. It provides the standard "system clock 14 driver" interfaces. 15