]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/power/reset/Kconfig
power: reset: Add restart functionality for STiH41x platforms
[karo-tx-linux.git] / drivers / power / reset / Kconfig
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
9 config 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
15 config 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
23 config 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
34 config 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.
41
42 config 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
48 config POWER_RESET_MSM
49         bool "Qualcomm MSM power-off driver"
50         depends on POWER_RESET && ARCH_QCOM
51         help
52           Power off and restart support for Qualcomm boards.
53
54 config 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
61 config 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.
69
70 config 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.
77
78 config 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
85 config 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
91 config POWER_RESET_VEXPRESS
92         bool "ARM Versatile Express power-off and reset driver"
93         depends on ARM || ARM64
94         depends on POWER_RESET && VEXPRESS_CONFIG
95         help
96           Power off and reset support for the ARM Ltd. Versatile
97           Express boards.
98
99 config 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.
105
106 config 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