mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
f38f2c2a81
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>
16 lines
329 B
Plaintext
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
|