8 lines
184 B
Plaintext
8 lines
184 B
Plaintext
|
# Copyright (c) 2022 Google Inc
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
config RESET_STM32
|
||
|
bool "STM32 Reset Controller Driver"
|
||
|
default y
|
||
|
depends on DT_HAS_ST_STM32_RCC_RCTL_ENABLED
|