1# Sequans HW spinlock configuration
2
3# Copyright (c) 2023 Sequans Communications.
4# SPDX-License-Identifier: Apache-2.0
5
6config SQN_HWSPINLOCK
7	bool "Sequans HW spinlock Driver"
8	default y
9	depends on DT_HAS_SQN_HWSPINLOCK_ENABLED
10	help
11	  Enable HW spinlock for SQN
12
13if SQN_HWSPINLOCK
14config SQN_HWSPINLOCK_RELAX_TIME
15	int "Sequans HW spinlock relax time"
16	default 50
17	help
18	  Default HW spinlock relax time in microseconds.
19
20endif #SQN_HWSPINLOCK
21