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 | |
Maxime Ripard | 6ca4f460 | 2014-07-01 16:58:40 +0200 | [diff] [blame] | 9 | if POWER_RESET |
| 10 | |
Laxman Dewangan | 56fb8de | 2013-12-20 18:54:00 +0530 | [diff] [blame] | 11 | config POWER_RESET_AS3722 |
| 12 | bool "ams AS3722 power-off driver" |
Maxime Ripard | 6ca4f460 | 2014-07-01 16:58:40 +0200 | [diff] [blame] | 13 | depends on MFD_AS3722 |
Laxman Dewangan | 56fb8de | 2013-12-20 18:54:00 +0530 | [diff] [blame] | 14 | help |
| 15 | This driver supports turning off board via a ams AS3722 power-off. |
| 16 | |
Maxime Ripard | ecfe64d | 2014-07-02 17:46:58 +0200 | [diff] [blame^] | 17 | config POWER_RESET_AT91_RESET |
| 18 | bool "Atmel AT91 reset driver" |
| 19 | depends on MACH_AT91 |
| 20 | default SOC_AT91SAM9 || SOC_SAMA5 |
| 21 | help |
| 22 | This driver supports restart for Atmel AT91SAM9 and SAMA5 |
| 23 | SoCs |
| 24 | |
Anders Berg | 4a315e3 | 2014-05-23 11:08:38 +0200 | [diff] [blame] | 25 | config POWER_RESET_AXXIA |
| 26 | bool "LSI Axxia reset driver" |
Maxime Ripard | 6ca4f460 | 2014-07-01 16:58:40 +0200 | [diff] [blame] | 27 | depends on ARCH_AXXIA |
Anders Berg | 4a315e3 | 2014-05-23 11:08:38 +0200 | [diff] [blame] | 28 | help |
| 29 | This driver supports restart for Axxia SoC. |
| 30 | |
| 31 | Say Y if you have an Axxia family SoC. |
| 32 | |
Jamie Lentin | 96ff0f5 | 2012-11-17 09:51:04 +0100 | [diff] [blame] | 33 | config POWER_RESET_GPIO |
| 34 | bool "GPIO power-off driver" |
Maxime Ripard | 6ca4f460 | 2014-07-01 16:58:40 +0200 | [diff] [blame] | 35 | depends on OF_GPIO |
Jamie Lentin | 96ff0f5 | 2012-11-17 09:51:04 +0100 | [diff] [blame] | 36 | help |
| 37 | This driver supports turning off your board via a GPIO line. |
| 38 | If your board needs a GPIO high/low to power down, say Y and |
| 39 | create a binding in your devicetree. |
Andrew Lunn | e8fc721 | 2012-12-28 13:25:09 +0100 | [diff] [blame] | 40 | |
Abhimanyu Kapur | 78be317 | 2013-07-30 17:05:28 -0700 | [diff] [blame] | 41 | config POWER_RESET_MSM |
| 42 | bool "Qualcomm MSM power-off driver" |
Maxime Ripard | 6ca4f460 | 2014-07-01 16:58:40 +0200 | [diff] [blame] | 43 | depends on ARCH_QCOM |
Abhimanyu Kapur | 78be317 | 2013-07-30 17:05:28 -0700 | [diff] [blame] | 44 | help |
| 45 | Power off and restart support for Qualcomm boards. |
| 46 | |
Andrew Lunn | e8fc721 | 2012-12-28 13:25:09 +0100 | [diff] [blame] | 47 | config POWER_RESET_QNAP |
| 48 | bool "QNAP power-off driver" |
Maxime Ripard | 6ca4f460 | 2014-07-01 16:58:40 +0200 | [diff] [blame] | 49 | depends on OF_GPIO && PLAT_ORION |
Andrew Lunn | e8fc721 | 2012-12-28 13:25:09 +0100 | [diff] [blame] | 50 | help |
| 51 | This driver supports turning off QNAP NAS devices by sending |
| 52 | commands to the microcontroller which controls the main power. |
| 53 | |
| 54 | Say Y if you have a QNAP NAS. |
Andrew Lunn | ffd8f9a | 2012-12-28 13:25:11 +0100 | [diff] [blame] | 55 | |
| 56 | config POWER_RESET_RESTART |
| 57 | bool "Restart power-off driver" |
| 58 | depends on ARM |
| 59 | help |
| 60 | Some boards don't actually have the ability to power off. |
| 61 | Instead they restart, and u-boot holds the SoC until the |
| 62 | user presses a key. u-boot then boots into Linux. |
Catalin Marinas | 2655f51 | 2013-01-15 11:24:14 +0000 | [diff] [blame] | 63 | |
Maxime Ripard | 1be7f55 | 2014-05-06 21:44:20 -0500 | [diff] [blame] | 64 | config POWER_RESET_SUN6I |
| 65 | bool "Allwinner A31 SoC reset driver" |
| 66 | depends on ARCH_SUNXI |
Maxime Ripard | 1be7f55 | 2014-05-06 21:44:20 -0500 | [diff] [blame] | 67 | help |
| 68 | Reboot support for the Allwinner A31 SoCs. |
| 69 | |
Catalin Marinas | 2655f51 | 2013-01-15 11:24:14 +0000 | [diff] [blame] | 70 | config POWER_RESET_VEXPRESS |
Pawel Moll | b52eafc | 2013-06-10 16:12:01 +0100 | [diff] [blame] | 71 | bool "ARM Versatile Express power-off and reset driver" |
| 72 | depends on ARM || ARM64 |
Maxime Ripard | 6ca4f460 | 2014-07-01 16:58:40 +0200 | [diff] [blame] | 73 | depends on VEXPRESS_CONFIG |
Catalin Marinas | 2655f51 | 2013-01-15 11:24:14 +0000 | [diff] [blame] | 74 | help |
| 75 | Power off and reset support for the ARM Ltd. Versatile |
| 76 | Express boards. |
Loc Ho | 67778e0e | 2013-07-02 14:38:58 -0600 | [diff] [blame] | 77 | |
| 78 | config POWER_RESET_XGENE |
| 79 | bool "APM SoC X-Gene reset driver" |
| 80 | depends on ARM64 |
Loc Ho | 67778e0e | 2013-07-02 14:38:58 -0600 | [diff] [blame] | 81 | help |
| 82 | Reboot support for the APM SoC X-Gene Eval boards. |
Ivan Khoronzhuk | a3e01e8 | 2014-05-23 16:32:39 -0400 | [diff] [blame] | 83 | |
| 84 | config POWER_RESET_KEYSTONE |
| 85 | bool "Keystone reset driver" |
| 86 | depends on ARCH_KEYSTONE |
| 87 | select MFD_SYSCON |
| 88 | help |
| 89 | Reboot support for the KEYSTONE SoCs. |
| 90 | |
Maxime Ripard | 6ca4f460 | 2014-07-01 16:58:40 +0200 | [diff] [blame] | 91 | endif |