summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
blob: a0e9b58a9e727a4b649894c5ee386a753e33b4ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
config GPIOLIB
	bool
	select GENERIC_GPIO

if GPIOLIB

menu "GPIO                          "

config GPIO_PL061
	bool "PrimeCell PL061 GPIO support"
	depends on ARM_AMBA
	help
	  Say yes here to support the PrimeCell PL061 GPIO device

config GPIO_STMPE
	depends on I2C_STMPE
	bool "STMPE GPIO Expander"
endmenu

endif