1# Copyright (c) 2024 Espressif Systems (Shanghai) Co., Ltd.
2# SPDX-License-Identifier: Apache-2.0
3
4mainmenu "RTC CLK Test Configuration"
5
6source "Kconfig.zephyr"
7
8config FIXTURE_XTAL
9	bool "Selected when external crystal is present"
10	default n
11