##
## Copyright 2013 Google Inc.  All rights reserved.
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

config DRIVER_POWER_AS3722
	bool "AS3722 PMIC power management"
	default n
	help
	  Reboot or power off using the AS3722 PMIC.

config DRIVER_POWER_EXYNOS
	bool "Exynos SOC power management"
	default n
	depends on ARCH_ARM
	help
	  Reboot or power off using registers in an Exynos SOC.

config DRIVER_POWER_PCH
	bool "Intel chipset power management"
	default n
	depends on ARCH_X86
	help
	  Reboot or power off using registers in the Intel chipset.

config DRIVER_POWER_TPS65913
	bool "TPS65913 PMIC power management"
	default n
	help
	  Reboot or power off using the TPS65913 PMIC.

config DRIVER_POWER_MAX77620
	bool "MAX77620 PMIC power management"
	default n
	help
	  Reboot or power off using the MAX77620 PMIC.

config DRIVER_POWER_RK808
	bool "RK808 PMIC power management"
	default n
	help
	  power off using the RK808 PMIC.

config DRIVER_POWER_IPQ806X
	bool "IPQ806X PMIC power management"
	default n
	help
	  Reboot or power off using the IPQ806X internals.

config DRIVER_POWER_MT6397
	bool "MT6397 PMIC power management"
	default n
	help
	  Reboot or power off using the MT6397 PMIC.
