blob: addb26afae5aa29381f9e3a6aed200c42589f590 [file] [log] [blame]
Jamie Lentin96ff0f52012-11-17 09:51:04 +01001menuconfig 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 Dewangan56fb8de2013-12-20 18:54:00 +05309config 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 Berg4a315e32014-05-23 11:08:38 +020015config 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
Marc Carino030494e2014-07-22 16:48:03 -070023config POWER_RESET_BRCMSTB
24 bool "Broadcom STB reset driver" if COMPILE_TEST
25 depends on POWER_RESET && ARM
26 default ARCH_BRCMSTB
27 help
28 This driver provides restart support for ARM-based Broadcom STB
29 boards.
30
31 Say Y here if you have an ARM-based Broadcom STB board and you wish
32 to have restart support.
33
Jamie Lentin96ff0f52012-11-17 09:51:04 +010034config POWER_RESET_GPIO
35 bool "GPIO power-off driver"
36 depends on OF_GPIO && POWER_RESET
37 help
38 This driver supports turning off your board via a GPIO line.
39 If your board needs a GPIO high/low to power down, say Y and
40 create a binding in your devicetree.
Andrew Lunne8fc7212012-12-28 13:25:09 +010041
David Riley371bb202014-08-27 12:23:51 -070042config POWER_RESET_GPIO_RESTART
43 bool "GPIO restart driver"
44 depends on OF_GPIO && POWER_RESET
45 help
46 This driver supports restarting your board via a GPIO line.
47 If your board needs a GPIO high/low to restart, say Y and
48 create a binding in your devicetree.
49
Haojian Zhuang4a9b3732014-05-13 17:11:28 +080050config POWER_RESET_HISI
51 bool "Hisilicon power-off driver"
52 depends on POWER_RESET && ARCH_HISI
53 help
54 Reboot support for Hisilicon boards.
55
Abhimanyu Kapur78be31762013-07-30 17:05:28 -070056config POWER_RESET_MSM
57 bool "Qualcomm MSM power-off driver"
Kumar Galad1189662014-01-30 14:46:08 -060058 depends on POWER_RESET && ARCH_QCOM
Abhimanyu Kapur78be31762013-07-30 17:05:28 -070059 help
60 Power off and restart support for Qualcomm boards.
61
René Moll66471562014-08-08 13:12:17 +000062config POWER_RESET_LTC2952
63 bool "LTC2952 PowerPath power-off driver"
64 depends on OF_GPIO && POWER_RESET
65 help
66 This driver supports an external powerdown trigger and board power
67 down via the LTC2952. Bindings are made in the device tree.
68
Andrew Lunne8fc7212012-12-28 13:25:09 +010069config POWER_RESET_QNAP
70 bool "QNAP power-off driver"
71 depends on OF_GPIO && POWER_RESET && PLAT_ORION
72 help
73 This driver supports turning off QNAP NAS devices by sending
74 commands to the microcontroller which controls the main power.
75
76 Say Y if you have a QNAP NAS.
Andrew Lunnffd8f9a2012-12-28 13:25:11 +010077
78config POWER_RESET_RESTART
79 bool "Restart power-off driver"
80 depends on ARM
81 help
82 Some boards don't actually have the ability to power off.
83 Instead they restart, and u-boot holds the SoC until the
84 user presses a key. u-boot then boots into Linux.
Catalin Marinas2655f512013-01-15 11:24:14 +000085
Maxime Ripard1be7f552014-05-06 21:44:20 -050086config POWER_RESET_SUN6I
87 bool "Allwinner A31 SoC reset driver"
88 depends on ARCH_SUNXI
89 depends on POWER_RESET
90 help
91 Reboot support for the Allwinner A31 SoCs.
92
Lee Jonesf0745f32014-07-22 15:52:28 +010093config POWER_RESET_ST
94 bool "ST restart power-off driver"
95 depends on POWER_RESET && ARCH_STI
96 help
97 Power off and reset support for STMicroelectronics boards.
98
Catalin Marinas2655f512013-01-15 11:24:14 +000099config POWER_RESET_VEXPRESS
Pawel Mollb52eafc2013-06-10 16:12:01 +0100100 bool "ARM Versatile Express power-off and reset driver"
101 depends on ARM || ARM64
Pawel Molla2c02062013-08-15 16:35:52 +0100102 depends on POWER_RESET && VEXPRESS_CONFIG
Catalin Marinas2655f512013-01-15 11:24:14 +0000103 help
104 Power off and reset support for the ARM Ltd. Versatile
105 Express boards.
Loc Ho67778e0e2013-07-02 14:38:58 -0600106
107config POWER_RESET_XGENE
108 bool "APM SoC X-Gene reset driver"
109 depends on ARM64
110 depends on POWER_RESET
111 help
112 Reboot support for the APM SoC X-Gene Eval boards.
Ivan Khoronzhuka3e01e82014-05-23 16:32:39 -0400113
114config POWER_RESET_KEYSTONE
115 bool "Keystone reset driver"
116 depends on ARCH_KEYSTONE
117 select MFD_SYSCON
118 help
119 Reboot support for the KEYSTONE SoCs.
120
Feng Kan09fb07b2014-09-30 16:25:03 -0700121config POWER_RESET_SYSCON
122 bool "Generic SYSCON regmap reset driver"
123 depends on POWER_RESET && MFD_SYSCON && OF
124 help
125 Reboot support for generic SYSCON mapped register reset.