mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 17:40:53 +07:00
reset: build simple reset controller driver for Agilex
The Intel SoCFPGA Agilex platform shares the same reset controller that is on the Stratix10. Signed-off-by: Dinh Nguyen <dinguyen@kernel.org> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
This commit is contained in:
parent
bdb369e1e9
commit
96a2f50305
@ -129,7 +129,7 @@ config RESET_SCMI
|
|||||||
|
|
||||||
config RESET_SIMPLE
|
config RESET_SIMPLE
|
||||||
bool "Simple Reset Controller Driver" if COMPILE_TEST
|
bool "Simple Reset Controller Driver" if COMPILE_TEST
|
||||||
default ARCH_STM32 || ARCH_STRATIX10 || ARCH_SUNXI || ARCH_ZX || ARCH_ASPEED || ARCH_BITMAIN || ARC
|
default ARCH_STM32 || ARCH_STRATIX10 || ARCH_SUNXI || ARCH_ZX || ARCH_ASPEED || ARCH_BITMAIN || ARC || ARCH_AGILEX
|
||||||
help
|
help
|
||||||
This enables a simple reset controller driver for reset lines that
|
This enables a simple reset controller driver for reset lines that
|
||||||
that can be asserted and deasserted by toggling bits in a contiguous,
|
that can be asserted and deasserted by toggling bits in a contiguous,
|
||||||
|
Loading…
Reference in New Issue
Block a user