summaryrefslogtreecommitdiffstats
path: root/drivers/reset/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/reset/Kconfig')
-rw-r--r--drivers/reset/Kconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig
index 7ee64988faac..2e01bd833ffd 100644
--- a/drivers/reset/Kconfig
+++ b/drivers/reset/Kconfig
@@ -171,15 +171,15 @@ config RESET_UNIPHIER
171 Say Y if you want to control reset signals provided by System Control 171 Say Y if you want to control reset signals provided by System Control
172 block, Media I/O block, Peripheral Block. 172 block, Media I/O block, Peripheral Block.
173 173
174config RESET_UNIPHIER_USB3 174config RESET_UNIPHIER_GLUE
175 tristate "USB3 reset driver for UniPhier SoCs" 175 tristate "Reset driver in glue layer for UniPhier SoCs"
176 depends on (ARCH_UNIPHIER || COMPILE_TEST) && OF 176 depends on (ARCH_UNIPHIER || COMPILE_TEST) && OF
177 default ARCH_UNIPHIER 177 default ARCH_UNIPHIER
178 select RESET_SIMPLE 178 select RESET_SIMPLE
179 help 179 help
180 Support for the USB3 core reset on UniPhier SoCs. 180 Support for peripheral core reset included in its own glue layer
181 Say Y if you want to control reset signals provided by 181 on UniPhier SoCs. Say Y if you want to control reset signals
182 USB3 glue layer. 182 provided by the glue layer.
183 183
184config RESET_ZYNQ 184config RESET_ZYNQ
185 bool "ZYNQ Reset Driver" if COMPILE_TEST 185 bool "ZYNQ Reset Driver" if COMPILE_TEST