1*89c1e2daSStephen Warrenmenu "Reset Controller Support" 2*89c1e2daSStephen Warren 3*89c1e2daSStephen Warrenconfig DM_RESET 4*89c1e2daSStephen Warren bool "Enable reset controllers using Driver Model" 5*89c1e2daSStephen Warren depends on DM && OF_CONTROL 6*89c1e2daSStephen Warren help 7*89c1e2daSStephen Warren Enable support for the reset controller driver class. Many hardware 8*89c1e2daSStephen Warren modules are equipped with a reset signal, typically driven by some 9*89c1e2daSStephen Warren reset controller hardware module within the chip. In U-Boot, reset 10*89c1e2daSStephen Warren controller drivers allow control over these reset signals. In some 11*89c1e2daSStephen Warren cases this API is applicable to chips outside the CPU as well, 12*89c1e2daSStephen Warren although driving such reset isgnals using GPIOs may be more 13*89c1e2daSStephen Warren appropriate in this case. 14*89c1e2daSStephen Warren 15*89c1e2daSStephen Warrenendmenu 16