196ff0f5cSJamie Lentinmenuconfig POWER_RESET 296ff0f5cSJamie Lentin bool "Board level reset or power off" 396ff0f5cSJamie Lentin help 496ff0f5cSJamie Lentin Provides a number of drivers which either reset a complete board 596ff0f5cSJamie Lentin or shut it down, by manipulating the main power supply on the board. 696ff0f5cSJamie Lentin 796ff0f5cSJamie Lentin Say Y here to enable board reset and power off 896ff0f5cSJamie Lentin 96ca4f460SMaxime Ripardif POWER_RESET 106ca4f460SMaxime Ripard 1156fb8de5SLaxman Dewanganconfig POWER_RESET_AS3722 1256fb8de5SLaxman Dewangan bool "ams AS3722 power-off driver" 136ca4f460SMaxime Ripard depends on MFD_AS3722 1456fb8de5SLaxman Dewangan help 1556fb8de5SLaxman Dewangan This driver supports turning off board via a ams AS3722 power-off. 1656fb8de5SLaxman Dewangan 17*ae499f0fSMaxime Ripardconfig POWER_RESET_AT91_POWEROFF 18*ae499f0fSMaxime Ripard bool "Atmel AT91 poweroff driver" 19*ae499f0fSMaxime Ripard depends on MACH_AT91 20*ae499f0fSMaxime Ripard default SOC_AT91SAM9 || SOC_SAMA5 21*ae499f0fSMaxime Ripard help 22*ae499f0fSMaxime Ripard This driver supports poweroff for Atmel AT91SAM9 and SAMA5 23*ae499f0fSMaxime Ripard SoCs 24*ae499f0fSMaxime Ripard 25ecfe64d8SMaxime Ripardconfig POWER_RESET_AT91_RESET 26ecfe64d8SMaxime Ripard bool "Atmel AT91 reset driver" 27ecfe64d8SMaxime Ripard depends on MACH_AT91 28ecfe64d8SMaxime Ripard default SOC_AT91SAM9 || SOC_SAMA5 29ecfe64d8SMaxime Ripard help 30ecfe64d8SMaxime Ripard This driver supports restart for Atmel AT91SAM9 and SAMA5 31ecfe64d8SMaxime Ripard SoCs 32ecfe64d8SMaxime Ripard 334a315e34SAnders Bergconfig POWER_RESET_AXXIA 344a315e34SAnders Berg bool "LSI Axxia reset driver" 356ca4f460SMaxime Ripard depends on ARCH_AXXIA 364a315e34SAnders Berg help 374a315e34SAnders Berg This driver supports restart for Axxia SoC. 384a315e34SAnders Berg 394a315e34SAnders Berg Say Y if you have an Axxia family SoC. 404a315e34SAnders Berg 4196ff0f5cSJamie Lentinconfig POWER_RESET_GPIO 4296ff0f5cSJamie Lentin bool "GPIO power-off driver" 436ca4f460SMaxime Ripard depends on OF_GPIO 4496ff0f5cSJamie Lentin help 4596ff0f5cSJamie Lentin This driver supports turning off your board via a GPIO line. 4696ff0f5cSJamie Lentin If your board needs a GPIO high/low to power down, say Y and 4796ff0f5cSJamie Lentin create a binding in your devicetree. 48e8fc721aSAndrew Lunn 4978be3176SAbhimanyu Kapurconfig POWER_RESET_MSM 5078be3176SAbhimanyu Kapur bool "Qualcomm MSM power-off driver" 516ca4f460SMaxime Ripard depends on ARCH_QCOM 5278be3176SAbhimanyu Kapur help 5378be3176SAbhimanyu Kapur Power off and restart support for Qualcomm boards. 5478be3176SAbhimanyu Kapur 55e8fc721aSAndrew Lunnconfig POWER_RESET_QNAP 56e8fc721aSAndrew Lunn bool "QNAP power-off driver" 576ca4f460SMaxime Ripard depends on OF_GPIO && PLAT_ORION 58e8fc721aSAndrew Lunn help 59e8fc721aSAndrew Lunn This driver supports turning off QNAP NAS devices by sending 60e8fc721aSAndrew Lunn commands to the microcontroller which controls the main power. 61e8fc721aSAndrew Lunn 62e8fc721aSAndrew Lunn Say Y if you have a QNAP NAS. 63ffd8f9a7SAndrew Lunn 64ffd8f9a7SAndrew Lunnconfig POWER_RESET_RESTART 65ffd8f9a7SAndrew Lunn bool "Restart power-off driver" 66ffd8f9a7SAndrew Lunn depends on ARM 67ffd8f9a7SAndrew Lunn help 68ffd8f9a7SAndrew Lunn Some boards don't actually have the ability to power off. 69ffd8f9a7SAndrew Lunn Instead they restart, and u-boot holds the SoC until the 70ffd8f9a7SAndrew Lunn user presses a key. u-boot then boots into Linux. 712655f51dSCatalin Marinas 721be7f552SMaxime Ripardconfig POWER_RESET_SUN6I 731be7f552SMaxime Ripard bool "Allwinner A31 SoC reset driver" 741be7f552SMaxime Ripard depends on ARCH_SUNXI 751be7f552SMaxime Ripard help 761be7f552SMaxime Ripard Reboot support for the Allwinner A31 SoCs. 771be7f552SMaxime Ripard 782655f51dSCatalin Marinasconfig POWER_RESET_VEXPRESS 79b52eafcdSPawel Moll bool "ARM Versatile Express power-off and reset driver" 80b52eafcdSPawel Moll depends on ARM || ARM64 816ca4f460SMaxime Ripard depends on VEXPRESS_CONFIG 822655f51dSCatalin Marinas help 832655f51dSCatalin Marinas Power off and reset support for the ARM Ltd. Versatile 842655f51dSCatalin Marinas Express boards. 8567778e0eSLoc Ho 8667778e0eSLoc Hoconfig POWER_RESET_XGENE 8767778e0eSLoc Ho bool "APM SoC X-Gene reset driver" 8867778e0eSLoc Ho depends on ARM64 8967778e0eSLoc Ho help 9067778e0eSLoc Ho Reboot support for the APM SoC X-Gene Eval boards. 91a3e01e80SIvan Khoronzhuk 92a3e01e80SIvan Khoronzhukconfig POWER_RESET_KEYSTONE 93a3e01e80SIvan Khoronzhuk bool "Keystone reset driver" 94a3e01e80SIvan Khoronzhuk depends on ARCH_KEYSTONE 95a3e01e80SIvan Khoronzhuk select MFD_SYSCON 96a3e01e80SIvan Khoronzhuk help 97a3e01e80SIvan Khoronzhuk Reboot support for the KEYSTONE SoCs. 98a3e01e80SIvan Khoronzhuk 996ca4f460SMaxime Ripardendif 100