Jamie Lentin | 96ff0f5 | 2012-11-17 09:51:04 +0100 | [diff] [blame] | 1 | menuconfig POWER_RESET |
| 2 | bool "Board level reset or power off" |
| 3 | help |
| 4 | Provides a number of drivers which either reset a complete board |
| 5 | or shut it down, by manipulating the main power supply on the board. |
| 6 | |
| 7 | Say Y here to enable board reset and power off |
| 8 | |
Laxman Dewangan | 56fb8de | 2013-12-20 18:54:00 +0530 | [diff] [blame] | 9 | config POWER_RESET_AS3722 |
| 10 | bool "ams AS3722 power-off driver" |
| 11 | depends on MFD_AS3722 && POWER_RESET |
| 12 | help |
| 13 | This driver supports turning off board via a ams AS3722 power-off. |
| 14 | |
Anders Berg | 4a315e3 | 2014-05-23 11:08:38 +0200 | [diff] [blame^] | 15 | config POWER_RESET_AXXIA |
| 16 | bool "LSI Axxia reset driver" |
| 17 | depends on POWER_RESET && ARCH_AXXIA |
| 18 | help |
| 19 | This driver supports restart for Axxia SoC. |
| 20 | |
| 21 | Say Y if you have an Axxia family SoC. |
| 22 | |
Jamie Lentin | 96ff0f5 | 2012-11-17 09:51:04 +0100 | [diff] [blame] | 23 | config POWER_RESET_GPIO |
| 24 | bool "GPIO power-off driver" |
| 25 | depends on OF_GPIO && POWER_RESET |
| 26 | help |
| 27 | This driver supports turning off your board via a GPIO line. |
| 28 | If your board needs a GPIO high/low to power down, say Y and |
| 29 | create a binding in your devicetree. |
Andrew Lunn | e8fc721 | 2012-12-28 13:25:09 +0100 | [diff] [blame] | 30 | |
Abhimanyu Kapur | 78be317 | 2013-07-30 17:05:28 -0700 | [diff] [blame] | 31 | config POWER_RESET_MSM |
| 32 | bool "Qualcomm MSM power-off driver" |
Kumar Gala | d118966 | 2014-01-30 14:46:08 -0600 | [diff] [blame] | 33 | depends on POWER_RESET && ARCH_QCOM |
Abhimanyu Kapur | 78be317 | 2013-07-30 17:05:28 -0700 | [diff] [blame] | 34 | help |
| 35 | Power off and restart support for Qualcomm boards. |
| 36 | |
Andrew Lunn | e8fc721 | 2012-12-28 13:25:09 +0100 | [diff] [blame] | 37 | config POWER_RESET_QNAP |
| 38 | bool "QNAP power-off driver" |
| 39 | depends on OF_GPIO && POWER_RESET && PLAT_ORION |
| 40 | help |
| 41 | This driver supports turning off QNAP NAS devices by sending |
| 42 | commands to the microcontroller which controls the main power. |
| 43 | |
| 44 | Say Y if you have a QNAP NAS. |
Andrew Lunn | ffd8f9a | 2012-12-28 13:25:11 +0100 | [diff] [blame] | 45 | |
| 46 | config POWER_RESET_RESTART |
| 47 | bool "Restart power-off driver" |
| 48 | depends on ARM |
| 49 | help |
| 50 | Some boards don't actually have the ability to power off. |
| 51 | Instead they restart, and u-boot holds the SoC until the |
| 52 | user presses a key. u-boot then boots into Linux. |
Catalin Marinas | 2655f51 | 2013-01-15 11:24:14 +0000 | [diff] [blame] | 53 | |
| 54 | config POWER_RESET_VEXPRESS |
Pawel Moll | b52eafc | 2013-06-10 16:12:01 +0100 | [diff] [blame] | 55 | bool "ARM Versatile Express power-off and reset driver" |
| 56 | depends on ARM || ARM64 |
Pawel Moll | a2c0206 | 2013-08-15 16:35:52 +0100 | [diff] [blame] | 57 | depends on POWER_RESET && VEXPRESS_CONFIG |
Catalin Marinas | 2655f51 | 2013-01-15 11:24:14 +0000 | [diff] [blame] | 58 | help |
| 59 | Power off and reset support for the ARM Ltd. Versatile |
| 60 | Express boards. |
Loc Ho | 67778e0e | 2013-07-02 14:38:58 -0600 | [diff] [blame] | 61 | |
| 62 | config POWER_RESET_XGENE |
| 63 | bool "APM SoC X-Gene reset driver" |
| 64 | depends on ARM64 |
| 65 | depends on POWER_RESET |
| 66 | help |
| 67 | Reboot support for the APM SoC X-Gene Eval boards. |