2012-12-15 23:51:19 +01:00
|
|
|
#
|
|
|
|
# Renesas SH and SH Mobile PINCTRL drivers
|
|
|
|
#
|
2012-07-10 11:49:30 +09:00
|
|
|
|
2012-12-15 23:51:19 +01:00
|
|
|
if ARCH_SHMOBILE || SUPERH
|
|
|
|
|
|
|
|
config PINCTRL_SH_PFC
|
2012-07-10 11:49:30 +09:00
|
|
|
select GPIO_SH_PFC if ARCH_REQUIRE_GPIOLIB
|
2012-07-10 12:08:14 +09:00
|
|
|
select PINMUX
|
|
|
|
select PINCONF
|
2013-03-10 16:44:02 +01:00
|
|
|
select GENERIC_PINCONF
|
2012-12-15 23:50:45 +01:00
|
|
|
def_bool y
|
2012-12-15 23:51:19 +01:00
|
|
|
help
|
|
|
|
This enables pin control drivers for SH and SH Mobile platforms
|
2012-07-10 12:08:14 +09:00
|
|
|
|
2012-07-10 11:49:30 +09:00
|
|
|
config GPIO_SH_PFC
|
2012-12-15 23:50:46 +01:00
|
|
|
bool "SuperH PFC GPIO support"
|
2012-12-15 23:51:19 +01:00
|
|
|
depends on PINCTRL_SH_PFC && GPIOLIB
|
2012-07-10 11:49:30 +09:00
|
|
|
help
|
|
|
|
This enables support for GPIOs within the SoC's pin function
|
|
|
|
controller.
|
2012-12-15 23:51:19 +01:00
|
|
|
|
2013-03-26 22:49:49 +09:00
|
|
|
config PINCTRL_PFC_R8A73A4
|
|
|
|
def_bool y
|
|
|
|
depends on ARCH_R8A73A4
|
|
|
|
select PINCTRL_SH_PFC
|
|
|
|
|
2012-12-15 23:51:21 +01:00
|
|
|
config PINCTRL_PFC_R8A7740
|
|
|
|
def_bool y
|
|
|
|
depends on ARCH_R8A7740
|
|
|
|
select PINCTRL_SH_PFC
|
|
|
|
|
2013-04-12 05:37:20 +00:00
|
|
|
config PINCTRL_PFC_R8A7778
|
|
|
|
def_bool y
|
|
|
|
depends on ARCH_R8A7778
|
|
|
|
select PINCTRL_SH_PFC
|
|
|
|
|
2012-12-15 23:51:22 +01:00
|
|
|
config PINCTRL_PFC_R8A7779
|
|
|
|
def_bool y
|
|
|
|
depends on ARCH_R8A7779
|
|
|
|
select PINCTRL_SH_PFC
|
|
|
|
|
2013-04-08 11:08:53 +09:00
|
|
|
config PINCTRL_PFC_R8A7790
|
|
|
|
def_bool y
|
|
|
|
depends on ARCH_R8A7790
|
|
|
|
select PINCTRL_SH_PFC
|
|
|
|
|
2013-10-17 06:46:05 +09:00
|
|
|
config PINCTRL_PFC_R8A7791
|
|
|
|
def_bool y
|
|
|
|
depends on ARCH_R8A7791
|
|
|
|
select PINCTRL_SH_PFC
|
|
|
|
|
2012-12-15 23:51:29 +01:00
|
|
|
config PINCTRL_PFC_SH7203
|
|
|
|
def_bool y
|
|
|
|
depends on CPU_SUBTYPE_SH7203
|
2013-03-28 04:34:56 -07:00
|
|
|
depends on GPIOLIB
|
2012-12-15 23:51:29 +01:00
|
|
|
select PINCTRL_SH_PFC
|
|
|
|
|
2012-12-15 23:51:30 +01:00
|
|
|
config PINCTRL_PFC_SH7264
|
|
|
|
def_bool y
|
|
|
|
depends on CPU_SUBTYPE_SH7264
|
2013-03-28 04:34:56 -07:00
|
|
|
depends on GPIOLIB
|
2012-12-15 23:51:30 +01:00
|
|
|
select PINCTRL_SH_PFC
|
|
|
|
|
2012-12-15 23:51:31 +01:00
|
|
|
config PINCTRL_PFC_SH7269
|
|
|
|
def_bool y
|
|
|
|
depends on CPU_SUBTYPE_SH7269
|
2013-03-28 04:34:56 -07:00
|
|
|
depends on GPIOLIB
|
2012-12-15 23:51:31 +01:00
|
|
|
select PINCTRL_SH_PFC
|
|
|
|
|
2012-12-15 23:51:23 +01:00
|
|
|
config PINCTRL_PFC_SH7372
|
|
|
|
def_bool y
|
|
|
|
depends on ARCH_SH7372
|
|
|
|
select PINCTRL_SH_PFC
|
|
|
|
|
2012-12-15 23:51:24 +01:00
|
|
|
config PINCTRL_PFC_SH73A0
|
|
|
|
def_bool y
|
|
|
|
depends on ARCH_SH73A0
|
|
|
|
select PINCTRL_SH_PFC
|
2013-04-21 23:26:26 +02:00
|
|
|
select REGULATOR
|
2012-12-15 23:51:24 +01:00
|
|
|
|
2012-12-15 23:51:32 +01:00
|
|
|
config PINCTRL_PFC_SH7720
|
|
|
|
def_bool y
|
|
|
|
depends on CPU_SUBTYPE_SH7720
|
2013-03-28 04:34:56 -07:00
|
|
|
depends on GPIOLIB
|
2012-12-15 23:51:32 +01:00
|
|
|
select PINCTRL_SH_PFC
|
|
|
|
|
2012-12-15 23:51:33 +01:00
|
|
|
config PINCTRL_PFC_SH7722
|
|
|
|
def_bool y
|
|
|
|
depends on CPU_SUBTYPE_SH7722
|
2013-03-28 04:34:56 -07:00
|
|
|
depends on GPIOLIB
|
2012-12-15 23:51:33 +01:00
|
|
|
select PINCTRL_SH_PFC
|
|
|
|
|
2012-12-15 23:51:34 +01:00
|
|
|
config PINCTRL_PFC_SH7723
|
|
|
|
def_bool y
|
|
|
|
depends on CPU_SUBTYPE_SH7723
|
2013-03-28 04:34:56 -07:00
|
|
|
depends on GPIOLIB
|
2012-12-15 23:51:34 +01:00
|
|
|
select PINCTRL_SH_PFC
|
|
|
|
|
2012-12-15 23:51:35 +01:00
|
|
|
config PINCTRL_PFC_SH7724
|
|
|
|
def_bool y
|
|
|
|
depends on CPU_SUBTYPE_SH7724
|
2013-03-28 04:34:56 -07:00
|
|
|
depends on GPIOLIB
|
2012-12-15 23:51:35 +01:00
|
|
|
select PINCTRL_SH_PFC
|
|
|
|
|
2012-12-15 23:51:36 +01:00
|
|
|
config PINCTRL_PFC_SH7734
|
|
|
|
def_bool y
|
|
|
|
depends on CPU_SUBTYPE_SH7734
|
2013-03-28 04:34:56 -07:00
|
|
|
depends on GPIOLIB
|
2012-12-15 23:51:36 +01:00
|
|
|
select PINCTRL_SH_PFC
|
|
|
|
|
2012-12-15 23:51:37 +01:00
|
|
|
config PINCTRL_PFC_SH7757
|
|
|
|
def_bool y
|
|
|
|
depends on CPU_SUBTYPE_SH7757
|
2013-03-28 04:34:56 -07:00
|
|
|
depends on GPIOLIB
|
2012-12-15 23:51:37 +01:00
|
|
|
select PINCTRL_SH_PFC
|
|
|
|
|
2012-12-15 23:51:38 +01:00
|
|
|
config PINCTRL_PFC_SH7785
|
|
|
|
def_bool y
|
|
|
|
depends on CPU_SUBTYPE_SH7785
|
2013-03-28 04:34:56 -07:00
|
|
|
depends on GPIOLIB
|
2012-12-15 23:51:38 +01:00
|
|
|
select PINCTRL_SH_PFC
|
|
|
|
|
2012-12-15 23:51:39 +01:00
|
|
|
config PINCTRL_PFC_SH7786
|
|
|
|
def_bool y
|
|
|
|
depends on CPU_SUBTYPE_SH7786
|
2013-03-28 04:34:56 -07:00
|
|
|
depends on GPIOLIB
|
2012-12-15 23:51:39 +01:00
|
|
|
select PINCTRL_SH_PFC
|
|
|
|
|
2012-12-15 23:51:40 +01:00
|
|
|
config PINCTRL_PFC_SHX3
|
|
|
|
def_bool y
|
|
|
|
depends on CPU_SUBTYPE_SHX3
|
2013-03-28 04:34:56 -07:00
|
|
|
depends on GPIOLIB
|
2012-12-15 23:51:40 +01:00
|
|
|
select PINCTRL_SH_PFC
|
|
|
|
|
2012-12-15 23:51:19 +01:00
|
|
|
endif
|