| # Analog Devices MAX32xxx MCU family | |
| # Copyright (c) 2023-2024 Analog Devices, Inc. | |
| # SPDX-License-Identifier: Apache-2.0 | |
| if SOC_FAMILY_MAX32 | |
| rsource "Kconfig.defconfig.max*" | |
| choice PM_PREWAKEUP_CONV_MODE | |
| default PM_PREWAKEUP_CONV_MODE_CEIL | |
| endchoice # PM_PREWAKEUP_CONV_MODE | |
| endif # SOC_FAMILY_MAX32 |