Kconfig 677 字节
Newer Older
1 2 3
#
# Renesas SH and SH Mobile PINCTRL drivers
#
P
Paul Mundt 已提交
4

5 6 7
if ARCH_SHMOBILE || SUPERH

config PINCTRL_SH_PFC
P
Paul Mundt 已提交
8 9 10
	# XXX move off the gpio dependency
	depends on GENERIC_GPIO
	select GPIO_SH_PFC if ARCH_REQUIRE_GPIOLIB
11 12
	select PINMUX
	select PINCONF
13
	def_bool y
14 15
	help
	  This enables pin control drivers for SH and SH Mobile platforms
16

P
Paul Mundt 已提交
17
config GPIO_SH_PFC
18
	bool "SuperH PFC GPIO support"
19
	depends on PINCTRL_SH_PFC && GPIOLIB
P
Paul Mundt 已提交
20 21 22
	help
	  This enables support for GPIOs within the SoC's pin function
	  controller.
23

24 25 26 27 28
config PINCTRL_PFC_R8A7740
	def_bool y
	depends on ARCH_R8A7740
	select PINCTRL_SH_PFC

29 30 31 32 33
config PINCTRL_PFC_R8A7779
	def_bool y
	depends on ARCH_R8A7779
	select PINCTRL_SH_PFC

34
endif