1# Copyright (c) 2025 Silicon Laboratories Inc.
2# SPDX-License-Identifier: Apache-2.0
3
4menu "WiSeConnect configuration"
5	depends on HAS_SILABS_WISECONNECT
6
7config SILABS_SISDK_SLEEPTIMER
8	bool "Sleeptimer service"
9	select SRAM_VECTOR_TABLE
10	select CODE_DATA_RELOCATION_SRAM
11	help
12	  Set if the Sleeptimer HAL module is used.
13
14endmenu
15