1# Copyright (c) 2025 Silicon Laboratories Inc.
2# SPDX-License-Identifier: Apache-2.0
3
4menu "SiSDK configuration"
5	depends on HAS_SILABS_SISDK
6
7config RAIL_PA_CURVE_HEADER
8	string "RAIL PA custom curve header file"
9	default "pa_curves_efr32.h"
10	help
11	  Name of custom PA curve header file for use by PA initialization.
12	  See AN1127 for information on how to create a custom PA curve.
13	  The header file must be available on the include path.
14
15config RAIL_PA_CURVE_TYPES_HEADER
16	string "RAIL PA curve types header file"
17	default "pa_curve_types_efr32.h"
18	help
19	  Name of custom PA curve type header file for use by PA initialization.
20	  See AN1127 for information on how to create a custom PA curve.
21	  The header file must be available on the include path.
22
23config RAIL_PA_ENABLE_CALIBRATION
24	bool "RAIL PA: apply factory calibration offset"
25	default y
26	help
27	  Ensure that the PA power remains constant chip-to-chip by applying factory
28	  calibration. This option is enabled by default, and is recommended for all
29	  Series 2 devices.
30
31endmenu
32