blob: 13f1714cf6f79887ce7ccd9411a6c4d5bc443820 [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
Maxime Ripard6ca4f4602014-07-01 16:58:40 +02009if POWER_RESET
10
Laxman Dewangan56fb8de2013-12-20 18:54:00 +053011config POWER_RESET_AS3722
12 bool "ams AS3722 power-off driver"
Maxime Ripard6ca4f4602014-07-01 16:58:40 +020013 depends on MFD_AS3722
Laxman Dewangan56fb8de2013-12-20 18:54:00 +053014 help
15 This driver supports turning off board via a ams AS3722 power-off.
16
Maxime Ripardae499f02014-07-03 14:07:18 +020017config POWER_RESET_AT91_POWEROFF
Alexandre Belloni6dd1ad12015-08-11 11:12:49 +020018 tristate "Atmel AT91 poweroff driver"
Nicolas Ferre94d450e2014-09-01 10:26:04 +020019 depends on ARCH_AT91
Maxime Ripardae499f02014-07-03 14:07:18 +020020 default SOC_AT91SAM9 || SOC_SAMA5
21 help
22 This driver supports poweroff for Atmel AT91SAM9 and SAMA5
23 SoCs
24
Maxime Ripardecfe64d2014-07-02 17:46:58 +020025config POWER_RESET_AT91_RESET
Alexandre Belloni6e641802015-08-11 11:12:47 +020026 tristate "Atmel AT91 reset driver"
Nicolas Ferre94d450e2014-09-01 10:26:04 +020027 depends on ARCH_AT91
Maxime Ripardecfe64d2014-07-02 17:46:58 +020028 default SOC_AT91SAM9 || SOC_SAMA5
29 help
30 This driver supports restart for Atmel AT91SAM9 and SAMA5
31 SoCs
32
Nicolas Ferref80cb482016-03-16 14:19:50 +010033config POWER_RESET_AT91_SAMA5D2_SHDWC
34 tristate "Atmel AT91 SAMA5D2-Compatible shutdown controller driver"
Alexandre Belloni0b040872016-10-25 11:37:59 +020035 depends on ARCH_AT91
Nicolas Ferref80cb482016-03-16 14:19:50 +010036 default SOC_SAMA5
37 help
38 This driver supports the alternate shutdown controller for some Atmel
39 SAMA5 SoCs. It is present for example on SAMA5D2 SoC.
40
Anders Berg4a315e32014-05-23 11:08:38 +020041config POWER_RESET_AXXIA
42 bool "LSI Axxia reset driver"
Maxime Ripard6ca4f4602014-07-01 16:58:40 +020043 depends on ARCH_AXXIA
Anders Berg4a315e32014-05-23 11:08:38 +020044 help
45 This driver supports restart for Axxia SoC.
46
47 Say Y if you have an Axxia family SoC.
48
Chris Brand783cb942016-05-11 14:36:17 -070049config POWER_RESET_BRCMKONA
50 bool "Broadcom Kona reset driver"
51 depends on ARM || COMPILE_TEST
52 default ARCH_BCM_MOBILE
53 help
54 This driver provides restart support for Broadcom Kona chips.
55
56 Say Y here if you have a Broadcom Kona-based board and you wish
57 to have restart support.
58
Marc Carino030494e2014-07-22 16:48:03 -070059config POWER_RESET_BRCMSTB
Kevin Cernekee4f5fd642014-11-25 16:49:46 -080060 bool "Broadcom STB reset driver"
61 depends on ARM || MIPS || COMPILE_TEST
Florian Fainelli0a731252015-04-30 12:55:02 -070062 depends on MFD_SYSCON
Marc Carino030494e2014-07-22 16:48:03 -070063 default ARCH_BRCMSTB
64 help
Kevin Cernekee4f5fd642014-11-25 16:49:46 -080065 This driver provides restart support for Broadcom STB boards.
Marc Carino030494e2014-07-22 16:48:03 -070066
Kevin Cernekee4f5fd642014-11-25 16:49:46 -080067 Say Y here if you have a Broadcom STB board and you wish
Marc Carino030494e2014-07-22 16:48:03 -070068 to have restart support.
69
Linus Walleijf7a388d2017-03-12 23:36:21 +010070config POWER_RESET_GEMINI_POWEROFF
71 bool "Cortina Gemini power-off driver"
72 depends on ARCH_GEMINI || COMPILE_TEST
73 depends on OF && HAS_IOMEM
74 default ARCH_GEMINI
75 help
76 This driver supports turning off the Cortina Gemini SoC.
77 Select this if you're building a kernel with Gemini SoC support.
78
Jamie Lentin96ff0f52012-11-17 09:51:04 +010079config POWER_RESET_GPIO
80 bool "GPIO power-off driver"
Maxime Ripard6ca4f4602014-07-01 16:58:40 +020081 depends on OF_GPIO
Jamie Lentin96ff0f52012-11-17 09:51:04 +010082 help
83 This driver supports turning off your board via a GPIO line.
84 If your board needs a GPIO high/low to power down, say Y and
85 create a binding in your devicetree.
Andrew Lunne8fc7212012-12-28 13:25:09 +010086
David Riley371bb202014-08-27 12:23:51 -070087config POWER_RESET_GPIO_RESTART
88 bool "GPIO restart driver"
Linus Torvalds50fa8612014-10-15 06:56:23 +020089 depends on OF_GPIO
David Riley371bb202014-08-27 12:23:51 -070090 help
91 This driver supports restarting your board via a GPIO line.
92 If your board needs a GPIO high/low to restart, say Y and
93 create a binding in your devicetree.
94
Haojian Zhuang4a9b3732014-05-13 17:11:28 +080095config POWER_RESET_HISI
96 bool "Hisilicon power-off driver"
Linus Torvalds50fa8612014-10-15 06:56:23 +020097 depends on ARCH_HISI
Haojian Zhuang4a9b3732014-05-13 17:11:28 +080098 help
99 Reboot support for Hisilicon boards.
100
Robin Gong3db47dc2014-11-12 16:20:38 +0800101config POWER_RESET_IMX
102 bool "IMX6 power-off driver"
103 depends on POWER_RESET && SOC_IMX6
104 help
105 This driver support power off external PMIC by PMIC_ON_REQ on i.mx6
106 boards.If you want to use other pin to control external power,please
107 say N here or disable in dts to make sure pm_power_off never be
108 overwrote wrongly by this driver.
109
Abhimanyu Kapur78be3172013-07-30 17:05:28 -0700110config POWER_RESET_MSM
111 bool "Qualcomm MSM power-off driver"
Maxime Ripard6ca4f4602014-07-01 16:58:40 +0200112 depends on ARCH_QCOM
Abhimanyu Kapur78be3172013-07-30 17:05:28 -0700113 help
114 Power off and restart support for Qualcomm boards.
115
Paul Burton29676832016-09-28 16:30:56 +0100116config POWER_RESET_PIIX4_POWEROFF
117 tristate "Intel PIIX4 power-off driver"
118 depends on PCI
119 depends on MIPS || COMPILE_TEST
120 help
121 This driver supports powering off a system using the Intel PIIX4
122 southbridge, for example the MIPS Malta development board. The
123 southbridge SOff state is entered in response to a request to
124 power off the system.
125
René Moll66471562014-08-08 13:12:17 +0000126config POWER_RESET_LTC2952
127 bool "LTC2952 PowerPath power-off driver"
Linus Torvalds50fa8612014-10-15 06:56:23 +0200128 depends on OF_GPIO
René Moll66471562014-08-08 13:12:17 +0000129 help
130 This driver supports an external powerdown trigger and board power
131 down via the LTC2952. Bindings are made in the device tree.
132
Andrew Lunne8fc7212012-12-28 13:25:09 +0100133config POWER_RESET_QNAP
134 bool "QNAP power-off driver"
Maxime Ripard6ca4f4602014-07-01 16:58:40 +0200135 depends on OF_GPIO && PLAT_ORION
Andrew Lunne8fc7212012-12-28 13:25:09 +0100136 help
137 This driver supports turning off QNAP NAS devices by sending
138 commands to the microcontroller which controls the main power.
139
140 Say Y if you have a QNAP NAS.
Andrew Lunnffd8f9a2012-12-28 13:25:11 +0100141
142config POWER_RESET_RESTART
143 bool "Restart power-off driver"
Andrew Lunnffd8f9a2012-12-28 13:25:11 +0100144 help
145 Some boards don't actually have the ability to power off.
146 Instead they restart, and u-boot holds the SoC until the
147 user presses a key. u-boot then boots into Linux.
Catalin Marinas2655f512013-01-15 11:24:14 +0000148
Lee Jonesf0745f32014-07-22 15:52:28 +0100149config POWER_RESET_ST
Guenter Roeck7fa650bc2015-01-25 12:30:44 -0800150 bool "ST restart driver"
Linus Torvalds50fa8612014-10-15 06:56:23 +0200151 depends on ARCH_STI
Lee Jonesf0745f32014-07-22 15:52:28 +0100152 help
Guenter Roeck7fa650bc2015-01-25 12:30:44 -0800153 Reset support for STMicroelectronics boards.
Lee Jonesf0745f32014-07-22 15:52:28 +0100154
Linus Walleij0e545f52014-05-22 10:20:38 +0200155config POWER_RESET_VERSATILE
156 bool "ARM Versatile family reboot driver"
157 depends on ARM
158 depends on MFD_SYSCON
159 depends on OF
160 help
161 Power off and restart support for ARM Versatile family of
162 reference boards.
163
Catalin Marinas2655f512013-01-15 11:24:14 +0000164config POWER_RESET_VEXPRESS
Pawel Mollb52eafc2013-06-10 16:12:01 +0100165 bool "ARM Versatile Express power-off and reset driver"
166 depends on ARM || ARM64
Maxime Ripard6ca4f4602014-07-01 16:58:40 +0200167 depends on VEXPRESS_CONFIG
Catalin Marinas2655f512013-01-15 11:24:14 +0000168 help
169 Power off and reset support for the ARM Ltd. Versatile
170 Express boards.
Loc Ho67778e0e2013-07-02 14:38:58 -0600171
172config POWER_RESET_XGENE
173 bool "APM SoC X-Gene reset driver"
174 depends on ARM64
Loc Ho67778e0e2013-07-02 14:38:58 -0600175 help
176 Reboot support for the APM SoC X-Gene Eval boards.
Ivan Khoronzhuka3e01e82014-05-23 16:32:39 -0400177
178config POWER_RESET_KEYSTONE
179 bool "Keystone reset driver"
Krzysztof Kozlowskie771e0a2016-03-30 09:49:48 +0900180 depends on ARCH_KEYSTONE || COMPILE_TEST
181 depends on HAS_IOMEM
Ivan Khoronzhuka3e01e82014-05-23 16:32:39 -0400182 select MFD_SYSCON
183 help
184 Reboot support for the KEYSTONE SoCs.
185
Feng Kan09fb07b2014-09-30 16:25:03 -0700186config POWER_RESET_SYSCON
187 bool "Generic SYSCON regmap reset driver"
Linus Torvalds50fa8612014-10-15 06:56:23 +0200188 depends on OF
Richard Weinberger4f4bfe62016-01-25 23:24:00 +0100189 depends on HAS_IOMEM
Feng Kanafaebbd2014-10-02 11:24:15 -0700190 select MFD_SYSCON
Feng Kan09fb07b2014-09-30 16:25:03 -0700191 help
192 Reboot support for generic SYSCON mapped register reset.
Linus Torvalds50fa8612014-10-15 06:56:23 +0200193
Moritz Fischer8a577602015-03-11 17:37:18 -0700194config POWER_RESET_SYSCON_POWEROFF
195 bool "Generic SYSCON regmap poweroff driver"
196 depends on OF
Richard Weinberger4f4bfe62016-01-25 23:24:00 +0100197 depends on HAS_IOMEM
Moritz Fischer8a577602015-03-11 17:37:18 -0700198 select MFD_SYSCON
199 help
200 Poweroff support for generic SYSCON mapped register poweroff.
201
Geert Uytterhoevenfa0f8d62014-12-04 16:33:21 +0100202config POWER_RESET_RMOBILE
203 tristate "Renesas R-Mobile reset driver"
204 depends on ARCH_RMOBILE || COMPILE_TEST
Richard Weinberger039ab502015-03-16 22:27:08 +0100205 depends on HAS_IOMEM
Geert Uytterhoevenfa0f8d62014-12-04 16:33:21 +0100206 help
207 Reboot support for Renesas R-Mobile and SH-Mobile SoCs.
208
Jun Niedd9f1482015-07-15 11:25:58 +0800209config POWER_RESET_ZX
210 tristate "ZTE SoCs reset driver"
211 depends on ARCH_ZX || COMPILE_TEST
212 depends on HAS_IOMEM
213 help
214 Reboot support for ZTE SoCs.
215
Andy Yan4fcd5042016-07-06 21:27:26 +0800216config REBOOT_MODE
217 tristate
218
219config SYSCON_REBOOT_MODE
220 tristate "Generic SYSCON regmap reboot mode driver"
221 depends on OF
Andy Yan7a4947c2016-08-12 18:01:50 +0800222 depends on MFD_SYSCON
Andy Yan4fcd5042016-07-06 21:27:26 +0800223 select REBOOT_MODE
Andy Yan4fcd5042016-07-06 21:27:26 +0800224 help
225 Say y here will enable reboot mode driver. This will
226 get reboot mode arguments and store it in SYSCON mapped
227 register, then the bootloader can read it to take different
228 action according to the mode.
229
Maxime Ripard6ca4f4602014-07-01 16:58:40 +0200230endif
Linus Torvalds50fa8612014-10-15 06:56:23 +0200231