10 lines
268 B
Plaintext
10 lines
268 B
Plaintext
|
# Copyright (c) 2022 ASPEED Technology Inc.
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
config RESET_AST10X0
|
||
|
bool "ASPEED reset driver"
|
||
|
default y
|
||
|
depends on DT_HAS_ASPEED_AST10X0_RESET_ENABLED
|
||
|
help
|
||
|
This option enables the reset driver for ASPEED AST10X0 series SOC.
|