Newer
Older
barebox / drivers / gpio / Kconfig
@Alexander Shiyan Alexander Shiyan on 18 Feb 2013 372 bytes mfd: Using MFD_xx prefix for symbols
config GPIOLIB
	bool
	select GENERIC_GPIO

if GPIOLIB

menu "GPIO"

config GPIO_BCM2835
	bool "GPIO support for BCM2835"
	depends on ARCH_BCM2835

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 MFD_STMPE
	bool "STMPE GPIO Expander"
endmenu

endif