File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -231,6 +231,14 @@ config RESET_RZG2L_USBPHY_CTRL
231231 Support for USBPHY Control found on RZ/G2L family. It mainly
232232 controls reset and power down of the USB/PHY.
233233
234+ config RESET_SC5XX
235+ bool "ADI SC5CC Reset Driver"
236+ depends on ARCH_SC59X_64
237+ default y
238+ help
239+ This enables simple reset controller for ADI ADSP-SC5xx family.
240+ Support software reset.
241+
234242config RESET_SCMI
235243 tristate "Reset driver controlled via ARM SCMI interface"
236244 depends on ARM_SCMI_PROTOCOL || COMPILE_TEST
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ obj-y += hisilicon/
44obj-y += starfive/
55obj-y += sti/
66obj-y += tegra/
7+ obj-$(CONFIG_RESET_SC5XX) += reset-sc5xx.o
78obj-$(CONFIG_RESET_A10SR) += reset-a10sr.o
89obj-$(CONFIG_RESET_ATH79) += reset-ath79.o
910obj-$(CONFIG_RESET_AXS10X) += reset-axs10x.o
You can’t perform that action at this time.
0 commit comments