1*afbe0405Sryan_chenconfig RESET_AST2400 2*afbe0405Sryan_chen bool "Reset controller driver for ASPEED AST2400 SoCs" 3*afbe0405Sryan_chen depends on DM_RESET && WDT_ASPEED && ASPEED_AST2400 4*afbe0405Sryan_chen default y if ARCH_ASPEED 5*afbe0405Sryan_chen help 6*afbe0405Sryan_chen Support for reset controller on ASPEED SoC. This controller uses 7*afbe0405Sryan_chen watchdog to reset different peripherals and thus only supports 8*afbe0405Sryan_chen resets that are supported by watchdog. The main limitation though 9*afbe0405Sryan_chen is that some reset signals, like I2C or MISC reset multiple devices. 10*afbe0405Sryan_chen 118f6d5bbbSryan_chenconfig RESET_AST2500 128f6d5bbbSryan_chen bool "Reset controller driver for ASPEED AST2500 SoCs" 138f6d5bbbSryan_chen depends on DM_RESET && WDT_ASPEED && ASPEED_AST2500 148f6d5bbbSryan_chen default y if ARCH_ASPEED 158f6d5bbbSryan_chen help 168f6d5bbbSryan_chen Support for reset controller on ASPEED SoC. This controller uses 178f6d5bbbSryan_chen watchdog to reset different peripherals and thus only supports 188f6d5bbbSryan_chen resets that are supported by watchdog. The main limitation though 198f6d5bbbSryan_chen is that some reset signals, like I2C or MISC reset multiple devices. 208f6d5bbbSryan_chen 218f6d5bbbSryan_chenconfig RESET_AST2600 228f6d5bbbSryan_chen bool "Reset controller driver for ASPEED AST2600 SoCs" 238f6d5bbbSryan_chen depends on DM_RESET && WDT_ASPEED && ASPEED_AST2600 248f6d5bbbSryan_chen default y if ARCH_ASPEED 258f6d5bbbSryan_chen help 268f6d5bbbSryan_chen Support for reset controller on ASPEED SoC. This controller uses 278f6d5bbbSryan_chen watchdog to reset different peripherals and thus only supports 288f6d5bbbSryan_chen resets that are supported by watchdog. The main limitation though 298f6d5bbbSryan_chen is that some reset signals, like I2C or MISC reset multiple devices. 308f6d5bbbSryan_chen 31