aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/Kconfig
blob: 560687c4667e9d0abba8db1d21e1c054ca5b5e33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#
# GPIO infrastructure and expanders
#

config HAVE_GPIO_LIB
	bool
	help
	  Platforms select gpiolib if they use this infrastructure
	  for all their GPIOs, usually starting with ones integrated
	  into SOC processors.

menu "GPIO Support"
	depends on HAVE_GPIO_LIB

config DEBUG_GPIO
	bool "Debug GPIO calls"
	depends on DEBUG_KERNEL
	help
	  Say Y here to add some extra checks and diagnostics to GPIO calls.
	  The checks help ensure that GPIOs have been properly initialized
	  before they are used and that sleeping calls aren not made from
	  nonsleeping contexts.  They can make bitbanged serial protocols
	  slower.  The diagnostics help catch the type of setup errors
	  that are most common when setting up new platforms or boards.

# put expanders in the right section, in alphabetical order

comment "I2C GPIO expanders:"

comment "SPI GPIO expanders:"

endmenu