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