2 bool "Board level reset or power off"
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.
7 Say Y here to enable board reset and power off
11 config POWER_RESET_AS3722
12 bool "ams AS3722 power-off driver"
15 This driver supports turning off board via a ams AS3722 power-off.
17 config POWER_RESET_AT91_POWEROFF
18 bool "Atmel AT91 poweroff driver"
20 default SOC_AT91SAM9 || SOC_SAMA5
22 This driver supports poweroff for Atmel AT91SAM9 and SAMA5
25 config POWER_RESET_AT91_RESET
26 bool "Atmel AT91 reset driver"
28 default SOC_AT91SAM9 || SOC_SAMA5
30 This driver supports restart for Atmel AT91SAM9 and SAMA5
33 config POWER_RESET_AXXIA
34 bool "LSI Axxia reset driver"
37 This driver supports restart for Axxia SoC.
39 Say Y if you have an Axxia family SoC.
41 config POWER_RESET_BRCMSTB
42 bool "Broadcom STB reset driver"
43 depends on ARM || MIPS || COMPILE_TEST
46 This driver provides restart support for Broadcom STB boards.
48 Say Y here if you have a Broadcom STB board and you wish
49 to have restart support.
51 config POWER_RESET_GPIO
52 bool "GPIO power-off driver"
55 This driver supports turning off your board via a GPIO line.
56 If your board needs a GPIO high/low to power down, say Y and
57 create a binding in your devicetree.
59 config POWER_RESET_GPIO_RESTART
60 bool "GPIO restart driver"
63 This driver supports restarting your board via a GPIO line.
64 If your board needs a GPIO high/low to restart, say Y and
65 create a binding in your devicetree.
67 config POWER_RESET_HISI
68 bool "Hisilicon power-off driver"
71 Reboot support for Hisilicon boards.
73 config POWER_RESET_IMX
74 bool "IMX6 power-off driver"
75 depends on POWER_RESET && SOC_IMX6
77 This driver support power off external PMIC by PMIC_ON_REQ on i.mx6
78 boards.If you want to use other pin to control external power,please
79 say N here or disable in dts to make sure pm_power_off never be
80 overwrote wrongly by this driver.
82 config POWER_RESET_MSM
83 bool "Qualcomm MSM power-off driver"
86 Power off and restart support for Qualcomm boards.
88 config POWER_RESET_LTC2952
89 bool "LTC2952 PowerPath power-off driver"
92 This driver supports an external powerdown trigger and board power
93 down via the LTC2952. Bindings are made in the device tree.
95 config POWER_RESET_QNAP
96 bool "QNAP power-off driver"
97 depends on OF_GPIO && PLAT_ORION
99 This driver supports turning off QNAP NAS devices by sending
100 commands to the microcontroller which controls the main power.
102 Say Y if you have a QNAP NAS.
104 config POWER_RESET_RESTART
105 bool "Restart power-off driver"
107 Some boards don't actually have the ability to power off.
108 Instead they restart, and u-boot holds the SoC until the
109 user presses a key. u-boot then boots into Linux.
111 config POWER_RESET_ST
112 bool "ST restart driver"
115 Reset support for STMicroelectronics boards.
117 config POWER_RESET_VERSATILE
118 bool "ARM Versatile family reboot driver"
120 depends on MFD_SYSCON
123 Power off and restart support for ARM Versatile family of
126 config POWER_RESET_VEXPRESS
127 bool "ARM Versatile Express power-off and reset driver"
128 depends on ARM || ARM64
129 depends on VEXPRESS_CONFIG
131 Power off and reset support for the ARM Ltd. Versatile
134 config POWER_RESET_XGENE
135 bool "APM SoC X-Gene reset driver"
138 Reboot support for the APM SoC X-Gene Eval boards.
140 config POWER_RESET_KEYSTONE
141 bool "Keystone reset driver"
142 depends on ARCH_KEYSTONE
145 Reboot support for the KEYSTONE SoCs.
147 config POWER_RESET_SYSCON
148 bool "Generic SYSCON regmap reset driver"
152 Reboot support for generic SYSCON mapped register reset.
154 config POWER_RESET_RMOBILE
155 tristate "Renesas R-Mobile reset driver"
156 depends on ARCH_RMOBILE || COMPILE_TEST
158 Reboot support for Renesas R-Mobile and SH-Mobile SoCs.