Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
449 B

# Sequans HW spinlock configuration
# Copyright (c) 2023 Sequans Communications.
# SPDX-License-Identifier: Apache-2.0
config SQN_HWSPINLOCK
bool "Sequans HW spinlock Driver"
default y
depends on DT_HAS_SQN_HWSPINLOCK_ENABLED
help
Enable HW spinlock for SQN
if SQN_HWSPINLOCK
config SQN_HWSPINLOCK_RELAX_TIME
int "Sequans HW spinlock relax time"
default 50
help
Default HW spinlock relax time in microseconds.
endif #SQN_HWSPINLOCK