You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
371 B
11 lines
371 B
# MMIO reset driver configuration options |
|
|
|
# Copyright (c) 2025 Google LLC |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config RESET_MMIO |
|
bool "Generic MMIO reset driver" |
|
default y |
|
depends on DT_HAS_RESET_MMIO_ENABLED |
|
help |
|
This option enables the generic MMIO reset driver. This is meant for IPs with a single memory mapped reset bit required to take them out of reset.
|
|
|