1# Copyright (c) 2022 ASPEED Technology Inc.
2# SPDX-License-Identifier: Apache-2.0
3
4config RESET_AST10X0
5	bool "ASPEED reset driver"
6	default y
7	depends on DT_HAS_ASPEED_AST10X0_RESET_ENABLED
8	help
9	  This option enables the reset driver for ASPEED AST10X0 series SOC.
10