Files
kernel_common_drivers/drivers/reset/Kconfig
T
hongyu.chen1 f38f2c2a81 sm1: add power domain. [1/1]
PD#SWPL-104278

Problem:
add power domain.

Solution:
add power domain.

Verify:
sm1

Change-Id: I0aab1e2e3b65d279a4194095ded67b063cdfb7f7
Signed-off-by: hongyu.chen1 <hongyu.chen1@amlogic.com>
2023-04-04 19:35:44 +08:00

16 lines
329 B
Plaintext

# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
if RESET_CONTROLLER
config AMLOGIC_RESET_MESON
tristate "Meson Reset Driver"
help
This enables the reset driver for Amlogic Meson SoCs.
config AMLOGIC_DOS_RESET_MESON
tristate "Meson Dos Reset Driver"
help
This enables the reset driver for Amlogic Dos Meson SoCs.
endif