blob: d042b896c6026b8037b101b23a4bfeb51b7e73cc [file] [log] [blame]
# Kconfig - counter configuration options
#
# Copyright (c) 2016 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#
config AON_COUNTER_QMSI
bool "AON counter driver"
depends on COUNTER && QMSI
help
Enable support for AON counter.
config AON_COUNTER_QMSI_DEV_NAME
string "QMSI AON Counter Device Name"
depends on AON_COUNTER_QMSI
default "AON_COUNTER"
help
Specify the device name for AON counter driver.
config AON_TIMER_QMSI
bool "AON periodic timer driver"
depends on COUNTER && QMSI
help
Enable support for AON periodic timer.
config AON_TIMER_QMSI_DEV_NAME
string "QMSI AON Timer Device Name"
depends on AON_TIMER_QMSI
default "AON_TIMER"
help
Specify the device name for AON timer driver.
config AON_TIMER_IRQ_PRI
int "Interrupt priority"
depends on AON_TIMER_QMSI
help
aon timer interrupt priority.
config AON_API_REENTRANCY
bool "AON driver API reentrancy"
depends on AON_TIMER_QMSI
help
Enable support for AON driver API reentrancy.