1# Copyright (c) 2022, Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4config RESET_INTEL_SOCFPGA
5	bool "Intel SoC FPGA Reset Controller driver"
6	default y
7	depends on DT_HAS_INTEL_SOCFPGA_RESET_ENABLED
8	help
9	  Enable the Reset driver for Intel SoC FPGA device
10