##
## 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_GPIO_BAYTRAIL
	bool "Intel Baytrail PCH GPIO driver"
	default n
	select DRIVER_GPIO_PCH

config DRIVER_GPIO_BRASWELL
	bool "Intel Braswell GPIO driver"
	default n

config DRIVER_GPIO_EXYNOS5250
	bool "Exynos 5250 GPIO driver"
	default n
	depends on ARCH_ARM

config DRIVER_GPIO_EXYNOS5420
	bool "Exynos 5420 GPIO driver"
	default n
	depends on ARCH_ARM

config DRIVER_GPIO_IMGTEC_PISTACHIO
	bool "IMGTEC GPIO driver"
	default n
	depends on ARCH_MIPS

config DRIVER_GPIO_IPQ_806X
	bool "Qualcomm IPQ806X GPIO driver"
	default n
	depends on ARCH_ARM

config DRIVER_GPIO_LYNXPOINT_LP
	bool "Intel Lynxpoint LP PCH GPIO driver"
	default n
	depends on ARCH_X86

config DRIVER_GPIO_MT8173
	bool "MediaTek MT8173 GPIO driver"
	default n
	depends on ARCH_ARM

config DRIVER_GPIO_PANTHERPOINT
	bool "Intel Pantherpoint PCH GPIO driver"
	default n
	select DRIVER_GPIO_PCH

config DRIVER_GPIO_PCH
	bool
	default n
	depends on ARCH_X86

config DRIVER_GPIO_ROCKCHIP
	bool "Rk3288 GPIO driver"
	default n
	depends on ARCH_ARM

config DRIVER_GPIO_SKYLAKE
	bool "Intel Skylake GPIO driver"
	default n

config DRIVER_GPIO_TEGRA
	bool "Tegra GPIO driver"
	default n
