blob: 88603b6990ed5abca5b4776a29d5bf7167d6a94c [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
Haojian Zhuang4a9b3732014-05-13 17:11:28 +080042config POWER_RESET_HISI
43 bool "Hisilicon power-off driver"
44 depends on POWER_RESET && ARCH_HISI
45 help
46 Reboot support for Hisilicon boards.
47
Abhimanyu Kapur78be3172013-07-30 17:05:28 -070048config POWER_RESET_MSM
49 bool "Qualcomm MSM power-off driver"
Kumar Galad1189662014-01-30 14:46:08 -060050 depends on POWER_RESET && ARCH_QCOM
Abhimanyu Kapur78be3172013-07-30 17:05:28 -070051 help
52 Power off and restart support for Qualcomm boards.
53
René Moll66471562014-08-08 13:12:17 +000054config POWER_RESET_LTC2952
55 bool "LTC2952 PowerPath power-off driver"
56 depends on OF_GPIO && POWER_RESET
57 help
58 This driver supports an external powerdown trigger and board power
59 down via the LTC2952. Bindings are made in the device tree.
60
Andrew Lunne8fc7212012-12-28 13:25:09 +010061config POWER_RESET_QNAP
62 bool "QNAP power-off driver"
63 depends on OF_GPIO && POWER_RESET && PLAT_ORION
64 help
65 This driver supports turning off QNAP NAS devices by sending
66 commands to the microcontroller which controls the main power.
67
68 Say Y if you have a QNAP NAS.
Andrew Lunnffd8f9a2012-12-28 13:25:11 +010069
70config POWER_RESET_RESTART
71 bool "Restart power-off driver"
72 depends on ARM
73 help
74 Some boards don't actually have the ability to power off.
75 Instead they restart, and u-boot holds the SoC until the
76 user presses a key. u-boot then boots into Linux.
Catalin Marinas2655f512013-01-15 11:24:14 +000077
Maxime Ripard1be7f552014-05-06 21:44:20 -050078config POWER_RESET_SUN6I
79 bool "Allwinner A31 SoC reset driver"
80 depends on ARCH_SUNXI
81 depends on POWER_RESET
82 help
83 Reboot support for the Allwinner A31 SoCs.
84
Lee Jonesf0745f32014-07-22 15:52:28 +010085config POWER_RESET_ST
86 bool "ST restart power-off driver"
87 depends on POWER_RESET && ARCH_STI
88 help
89 Power off and reset support for STMicroelectronics boards.
90
Catalin Marinas2655f512013-01-15 11:24:14 +000091config POWER_RESET_VEXPRESS
Pawel Mollb52eafc2013-06-10 16:12:01 +010092 bool "ARM Versatile Express power-off and reset driver"
93 depends on ARM || ARM64
Pawel Molla2c02062013-08-15 16:35:52 +010094 depends on POWER_RESET && VEXPRESS_CONFIG
Catalin Marinas2655f512013-01-15 11:24:14 +000095 help
96 Power off and reset support for the ARM Ltd. Versatile
97 Express boards.
Loc Ho67778e0e2013-07-02 14:38:58 -060098
99config POWER_RESET_XGENE
100 bool "APM SoC X-Gene reset driver"
101 depends on ARM64
102 depends on POWER_RESET
103 help
104 Reboot support for the APM SoC X-Gene Eval boards.
Ivan Khoronzhuka3e01e82014-05-23 16:32:39 -0400105
106config POWER_RESET_KEYSTONE
107 bool "Keystone reset driver"
108 depends on ARCH_KEYSTONE
109 select MFD_SYSCON
110 help
111 Reboot support for the KEYSTONE SoCs.
112