1# Copyright (c) 2022 Google Inc 2# SPDX-License-Identifier: Apache-2.0 3 4config RESET_STM32 5 bool "STM32 Reset Controller Driver" 6 default y 7 depends on DT_HAS_ST_STM32_RCC_RCTL_ENABLED 8