summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/spear/Kconfig
blob: 47a0e295492230127c14f81e2da11a01ee836955 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# ST Microelectronics SPEAr PINCTRL drivers
#

if PLAT_SPEAR

config PINCTRL_SPEAR
	bool
	depends on OF
	select PINMUX
	help
	  This enables pin control drivers for SPEAr Platform

endif