zephyr/drivers/reset/Kconfig.mmio
Mohith Potluri c1edfbcf4b drivers: reset: Add generic reset MMIO driver
Introduce a generic reset MMIO driver to be used for devices with a
single memory mapped reset bit required to take them out of reset.

Signed-off-by: Mohith Potluri <saimohith@google.com>
2025-04-02 10:31:12 +02:00

12 lines
371 B
Plaintext

# 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.