xref: /openbmc/linux/drivers/power/reset/Kconfig (revision 96ff0f5c)
1*96ff0f5cSJamie Lentinmenuconfig POWER_RESET
2*96ff0f5cSJamie Lentin	bool "Board level reset or power off"
3*96ff0f5cSJamie Lentin	help
4*96ff0f5cSJamie Lentin	  Provides a number of drivers which either reset a complete board
5*96ff0f5cSJamie Lentin	  or shut it down, by manipulating the main power supply on the board.
6*96ff0f5cSJamie Lentin
7*96ff0f5cSJamie Lentin	  Say Y here to enable board reset and power off
8*96ff0f5cSJamie Lentin
9*96ff0f5cSJamie Lentinconfig POWER_RESET_GPIO
10*96ff0f5cSJamie Lentin	bool "GPIO power-off driver"
11*96ff0f5cSJamie Lentin	depends on OF_GPIO && POWER_RESET
12*96ff0f5cSJamie Lentin	help
13*96ff0f5cSJamie Lentin	  This driver supports turning off your board via a GPIO line.
14*96ff0f5cSJamie Lentin	  If your board needs a GPIO high/low to power down, say Y and
15*96ff0f5cSJamie Lentin	  create a binding in your devicetree.
16