summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
blob: 022a30988eaf2487c1a39398925c2142d70c8a7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
config GPIOLIB
	bool

if GPIOLIB

menu "GPIO                          "

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

endif