2012-11-17 08:51:04 +00:00
|
|
|
menuconfig POWER_RESET
|
|
|
|
bool "Board level reset or power off"
|
|
|
|
help
|
|
|
|
Provides a number of drivers which either reset a complete board
|
|
|
|
or shut it down, by manipulating the main power supply on the board.
|
|
|
|
|
|
|
|
Say Y here to enable board reset and power off
|
|
|
|
|
2014-07-01 14:58:40 +00:00
|
|
|
if POWER_RESET
|
|
|
|
|
2013-12-20 13:24:00 +00:00
|
|
|
config POWER_RESET_AS3722
|
|
|
|
bool "ams AS3722 power-off driver"
|
2014-07-01 14:58:40 +00:00
|
|
|
depends on MFD_AS3722
|
2013-12-20 13:24:00 +00:00
|
|
|
help
|
|
|
|
This driver supports turning off board via a ams AS3722 power-off.
|
|
|
|
|
2014-07-03 12:07:18 +00:00
|
|
|
config POWER_RESET_AT91_POWEROFF
|
2015-08-11 09:12:49 +00:00
|
|
|
tristate "Atmel AT91 poweroff driver"
|
2014-09-01 08:26:04 +00:00
|
|
|
depends on ARCH_AT91
|
2014-07-03 12:07:18 +00:00
|
|
|
default SOC_AT91SAM9 || SOC_SAMA5
|
|
|
|
help
|
|
|
|
This driver supports poweroff for Atmel AT91SAM9 and SAMA5
|
|
|
|
SoCs
|
|
|
|
|
2014-07-02 15:46:58 +00:00
|
|
|
config POWER_RESET_AT91_RESET
|
2015-08-11 09:12:47 +00:00
|
|
|
tristate "Atmel AT91 reset driver"
|
2014-09-01 08:26:04 +00:00
|
|
|
depends on ARCH_AT91
|
2014-07-02 15:46:58 +00:00
|
|
|
default SOC_AT91SAM9 || SOC_SAMA5
|
|
|
|
help
|
|
|
|
This driver supports restart for Atmel AT91SAM9 and SAMA5
|
|
|
|
SoCs
|
|
|
|
|
2016-03-16 13:19:50 +00:00
|
|
|
config POWER_RESET_AT91_SAMA5D2_SHDWC
|
|
|
|
tristate "Atmel AT91 SAMA5D2-Compatible shutdown controller driver"
|
2016-10-25 09:37:59 +00:00
|
|
|
depends on ARCH_AT91
|
2016-03-16 13:19:50 +00:00
|
|
|
default SOC_SAMA5
|
|
|
|
help
|
|
|
|
This driver supports the alternate shutdown controller for some Atmel
|
|
|
|
SAMA5 SoCs. It is present for example on SAMA5D2 SoC.
|
|
|
|
|
2014-05-23 09:08:38 +00:00
|
|
|
config POWER_RESET_AXXIA
|
|
|
|
bool "LSI Axxia reset driver"
|
2014-07-01 14:58:40 +00:00
|
|
|
depends on ARCH_AXXIA
|
2014-05-23 09:08:38 +00:00
|
|
|
help
|
|
|
|
This driver supports restart for Axxia SoC.
|
|
|
|
|
|
|
|
Say Y if you have an Axxia family SoC.
|
|
|
|
|
2016-05-11 21:36:17 +00:00
|
|
|
config POWER_RESET_BRCMKONA
|
|
|
|
bool "Broadcom Kona reset driver"
|
|
|
|
depends on ARM || COMPILE_TEST
|
|
|
|
default ARCH_BCM_MOBILE
|
|
|
|
help
|
|
|
|
This driver provides restart support for Broadcom Kona chips.
|
|
|
|
|
|
|
|
Say Y here if you have a Broadcom Kona-based board and you wish
|
|
|
|
to have restart support.
|
|
|
|
|
2014-07-22 23:48:03 +00:00
|
|
|
config POWER_RESET_BRCMSTB
|
2014-11-26 00:49:46 +00:00
|
|
|
bool "Broadcom STB reset driver"
|
2017-05-31 20:39:45 +00:00
|
|
|
depends on ARM || ARM64 || MIPS || COMPILE_TEST
|
2015-04-30 19:55:02 +00:00
|
|
|
depends on MFD_SYSCON
|
2017-05-31 20:39:46 +00:00
|
|
|
default ARCH_BRCMSTB || BMIPS_GENERIC
|
2014-07-22 23:48:03 +00:00
|
|
|
help
|
2014-11-26 00:49:46 +00:00
|
|
|
This driver provides restart support for Broadcom STB boards.
|
2014-07-22 23:48:03 +00:00
|
|
|
|
2014-11-26 00:49:46 +00:00
|
|
|
Say Y here if you have a Broadcom STB board and you wish
|
2014-07-22 23:48:03 +00:00
|
|
|
to have restart support.
|
|
|
|
|
2017-03-12 22:36:21 +00:00
|
|
|
config POWER_RESET_GEMINI_POWEROFF
|
|
|
|
bool "Cortina Gemini power-off driver"
|
|
|
|
depends on ARCH_GEMINI || COMPILE_TEST
|
|
|
|
depends on OF && HAS_IOMEM
|
|
|
|
default ARCH_GEMINI
|
|
|
|
help
|
|
|
|
This driver supports turning off the Cortina Gemini SoC.
|
|
|
|
Select this if you're building a kernel with Gemini SoC support.
|
|
|
|
|
2012-11-17 08:51:04 +00:00
|
|
|
config POWER_RESET_GPIO
|
|
|
|
bool "GPIO power-off driver"
|
2014-07-01 14:58:40 +00:00
|
|
|
depends on OF_GPIO
|
2012-11-17 08:51:04 +00:00
|
|
|
help
|
|
|
|
This driver supports turning off your board via a GPIO line.
|
|
|
|
If your board needs a GPIO high/low to power down, say Y and
|
|
|
|
create a binding in your devicetree.
|
2012-12-28 12:25:09 +00:00
|
|
|
|
2014-08-27 19:23:51 +00:00
|
|
|
config POWER_RESET_GPIO_RESTART
|
|
|
|
bool "GPIO restart driver"
|
2014-10-15 04:56:23 +00:00
|
|
|
depends on OF_GPIO
|
2014-08-27 19:23:51 +00:00
|
|
|
help
|
|
|
|
This driver supports restarting your board via a GPIO line.
|
|
|
|
If your board needs a GPIO high/low to restart, say Y and
|
|
|
|
create a binding in your devicetree.
|
|
|
|
|
2014-05-13 09:11:28 +00:00
|
|
|
config POWER_RESET_HISI
|
|
|
|
bool "Hisilicon power-off driver"
|
2014-10-15 04:56:23 +00:00
|
|
|
depends on ARCH_HISI
|
2014-05-13 09:11:28 +00:00
|
|
|
help
|
|
|
|
Reboot support for Hisilicon boards.
|
|
|
|
|
2013-07-31 00:05:28 +00:00
|
|
|
config POWER_RESET_MSM
|
|
|
|
bool "Qualcomm MSM power-off driver"
|
2014-07-01 14:58:40 +00:00
|
|
|
depends on ARCH_QCOM
|
2013-07-31 00:05:28 +00:00
|
|
|
help
|
|
|
|
Power off and restart support for Qualcomm boards.
|
|
|
|
|
2016-09-28 15:30:56 +00:00
|
|
|
config POWER_RESET_PIIX4_POWEROFF
|
|
|
|
tristate "Intel PIIX4 power-off driver"
|
|
|
|
depends on PCI
|
|
|
|
depends on MIPS || COMPILE_TEST
|
|
|
|
help
|
|
|
|
This driver supports powering off a system using the Intel PIIX4
|
|
|
|
southbridge, for example the MIPS Malta development board. The
|
|
|
|
southbridge SOff state is entered in response to a request to
|
|
|
|
power off the system.
|
|
|
|
|
2014-08-08 13:12:17 +00:00
|
|
|
config POWER_RESET_LTC2952
|
|
|
|
bool "LTC2952 PowerPath power-off driver"
|
2014-10-15 04:56:23 +00:00
|
|
|
depends on OF_GPIO
|
2014-08-08 13:12:17 +00:00
|
|
|
help
|
|
|
|
This driver supports an external powerdown trigger and board power
|
|
|
|
down via the LTC2952. Bindings are made in the device tree.
|
|
|
|
|
2012-12-28 12:25:09 +00:00
|
|
|
config POWER_RESET_QNAP
|
|
|
|
bool "QNAP power-off driver"
|
2014-07-01 14:58:40 +00:00
|
|
|
depends on OF_GPIO && PLAT_ORION
|
2012-12-28 12:25:09 +00:00
|
|
|
help
|
|
|
|
This driver supports turning off QNAP NAS devices by sending
|
|
|
|
commands to the microcontroller which controls the main power.
|
|
|
|
|
|
|
|
Say Y if you have a QNAP NAS.
|
2012-12-28 12:25:11 +00:00
|
|
|
|
|
|
|
config POWER_RESET_RESTART
|
|
|
|
bool "Restart power-off driver"
|
|
|
|
help
|
|
|
|
Some boards don't actually have the ability to power off.
|
|
|
|
Instead they restart, and u-boot holds the SoC until the
|
|
|
|
user presses a key. u-boot then boots into Linux.
|
2013-01-15 11:24:14 +00:00
|
|
|
|
2014-07-22 14:52:28 +00:00
|
|
|
config POWER_RESET_ST
|
2015-01-25 20:30:44 +00:00
|
|
|
bool "ST restart driver"
|
2014-10-15 04:56:23 +00:00
|
|
|
depends on ARCH_STI
|
2014-07-22 14:52:28 +00:00
|
|
|
help
|
2015-01-25 20:30:44 +00:00
|
|
|
Reset support for STMicroelectronics boards.
|
2014-07-22 14:52:28 +00:00
|
|
|
|
2014-05-22 08:20:38 +00:00
|
|
|
config POWER_RESET_VERSATILE
|
|
|
|
bool "ARM Versatile family reboot driver"
|
|
|
|
depends on ARM
|
|
|
|
depends on MFD_SYSCON
|
|
|
|
depends on OF
|
|
|
|
help
|
|
|
|
Power off and restart support for ARM Versatile family of
|
|
|
|
reference boards.
|
|
|
|
|
2013-01-15 11:24:14 +00:00
|
|
|
config POWER_RESET_VEXPRESS
|
2013-06-10 15:12:01 +00:00
|
|
|
bool "ARM Versatile Express power-off and reset driver"
|
|
|
|
depends on ARM || ARM64
|
2014-07-01 14:58:40 +00:00
|
|
|
depends on VEXPRESS_CONFIG
|
2013-01-15 11:24:14 +00:00
|
|
|
help
|
|
|
|
Power off and reset support for the ARM Ltd. Versatile
|
|
|
|
Express boards.
|
2013-07-02 20:38:58 +00:00
|
|
|
|
|
|
|
config POWER_RESET_XGENE
|
|
|
|
bool "APM SoC X-Gene reset driver"
|
|
|
|
depends on ARM64
|
|
|
|
help
|
|
|
|
Reboot support for the APM SoC X-Gene Eval boards.
|
2014-05-23 20:32:39 +00:00
|
|
|
|
|
|
|
config POWER_RESET_KEYSTONE
|
|
|
|
bool "Keystone reset driver"
|
2016-03-30 00:49:48 +00:00
|
|
|
depends on ARCH_KEYSTONE || COMPILE_TEST
|
|
|
|
depends on HAS_IOMEM
|
2014-05-23 20:32:39 +00:00
|
|
|
select MFD_SYSCON
|
|
|
|
help
|
|
|
|
Reboot support for the KEYSTONE SoCs.
|
|
|
|
|
2014-09-30 23:25:03 +00:00
|
|
|
config POWER_RESET_SYSCON
|
|
|
|
bool "Generic SYSCON regmap reset driver"
|
2014-10-15 04:56:23 +00:00
|
|
|
depends on OF
|
2016-01-25 22:24:00 +00:00
|
|
|
depends on HAS_IOMEM
|
2014-10-02 18:24:15 +00:00
|
|
|
select MFD_SYSCON
|
2014-09-30 23:25:03 +00:00
|
|
|
help
|
|
|
|
Reboot support for generic SYSCON mapped register reset.
|
2014-10-15 04:56:23 +00:00
|
|
|
|
2015-03-12 00:37:18 +00:00
|
|
|
config POWER_RESET_SYSCON_POWEROFF
|
|
|
|
bool "Generic SYSCON regmap poweroff driver"
|
|
|
|
depends on OF
|
2016-01-25 22:24:00 +00:00
|
|
|
depends on HAS_IOMEM
|
2015-03-12 00:37:18 +00:00
|
|
|
select MFD_SYSCON
|
|
|
|
help
|
|
|
|
Poweroff support for generic SYSCON mapped register poweroff.
|
|
|
|
|
2014-12-04 15:33:21 +00:00
|
|
|
config POWER_RESET_RMOBILE
|
|
|
|
tristate "Renesas R-Mobile reset driver"
|
|
|
|
depends on ARCH_RMOBILE || COMPILE_TEST
|
2015-03-16 21:27:08 +00:00
|
|
|
depends on HAS_IOMEM
|
2014-12-04 15:33:21 +00:00
|
|
|
help
|
|
|
|
Reboot support for Renesas R-Mobile and SH-Mobile SoCs.
|
|
|
|
|
2015-07-15 03:25:58 +00:00
|
|
|
config POWER_RESET_ZX
|
|
|
|
tristate "ZTE SoCs reset driver"
|
|
|
|
depends on ARCH_ZX || COMPILE_TEST
|
|
|
|
depends on HAS_IOMEM
|
|
|
|
help
|
|
|
|
Reboot support for ZTE SoCs.
|
|
|
|
|
2016-07-06 13:27:26 +00:00
|
|
|
config REBOOT_MODE
|
|
|
|
tristate
|
|
|
|
|
|
|
|
config SYSCON_REBOOT_MODE
|
|
|
|
tristate "Generic SYSCON regmap reboot mode driver"
|
|
|
|
depends on OF
|
2016-08-12 10:01:50 +00:00
|
|
|
depends on MFD_SYSCON
|
2016-07-06 13:27:26 +00:00
|
|
|
select REBOOT_MODE
|
|
|
|
help
|
|
|
|
Say y here will enable reboot mode driver. This will
|
|
|
|
get reboot mode arguments and store it in SYSCON mapped
|
|
|
|
register, then the bootloader can read it to take different
|
|
|
|
action according to the mode.
|
|
|
|
|
2014-07-01 14:58:40 +00:00
|
|
|
endif
|
2014-10-15 04:56:23 +00:00
|
|
|
|