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