2014-04-18 18:53:02 +02:00
if ARCH_SUNXI
2016-01-24 00:32:09 +09:00
config PINCTRL_SUNXI
2014-05-22 16:47:12 +02:00
bool
2014-04-18 18:53:02 +02:00
select PINMUX
select GENERIC_PINCONF
2014-04-26 17:06:57 +02:00
config PINCTRL_SUN4I_A10
2014-06-29 15:58:19 +02:00
def_bool MACH_SUN4I
2016-01-24 00:32:09 +09:00
select PINCTRL_SUNXI
2014-04-26 17:06:57 +02:00
config PINCTRL_SUN5I_A10S
2014-06-29 15:58:19 +02:00
def_bool MACH_SUN5I
2016-01-24 00:32:09 +09:00
select PINCTRL_SUNXI
2014-04-26 17:06:57 +02:00
config PINCTRL_SUN5I_A13
2014-06-29 15:58:19 +02:00
def_bool MACH_SUN5I
2016-01-24 00:32:09 +09:00
select PINCTRL_SUNXI
2014-04-26 17:06:57 +02:00
2016-09-07 16:53:57 +02:00
config PINCTRL_GR8
def_bool MACH_SUN5I
select PINCTRL_SUNXI_COMMON
2014-04-26 17:06:57 +02:00
config PINCTRL_SUN6I_A31
2014-06-29 15:58:19 +02:00
def_bool MACH_SUN6I
2016-01-24 00:32:09 +09:00
select PINCTRL_SUNXI
2014-04-26 17:06:57 +02:00
2014-12-17 18:18:13 +01:00
config PINCTRL_SUN6I_A31S
def_bool MACH_SUN6I
2016-01-24 00:32:09 +09:00
select PINCTRL_SUNXI
2014-12-17 18:18:13 +01:00
2014-04-26 17:06:57 +02:00
config PINCTRL_SUN6I_A31_R
2014-06-29 15:58:19 +02:00
def_bool MACH_SUN6I
2014-05-23 20:50:43 +02:00
depends on RESET_CONTROLLER
2016-01-24 00:32:09 +09:00
select PINCTRL_SUNXI
2014-04-26 17:06:57 +02:00
config PINCTRL_SUN7I_A20
2014-06-29 15:58:19 +02:00
def_bool MACH_SUN7I
2016-01-24 00:32:09 +09:00
select PINCTRL_SUNXI
2014-04-26 17:06:57 +02:00
2014-06-17 22:52:51 +08:00
config PINCTRL_SUN8I_A23
def_bool MACH_SUN8I
2016-01-24 00:32:09 +09:00
select PINCTRL_SUNXI
2014-06-17 22:52:51 +08:00
2015-06-02 11:08:40 +02:00
config PINCTRL_SUN8I_A33
def_bool MACH_SUN8I
2016-01-24 00:32:09 +09:00
select PINCTRL_SUNXI
2015-06-02 11:08:40 +02:00
2015-09-22 23:38:55 +08:00
config PINCTRL_SUN8I_A83T
def_bool MACH_SUN8I
2016-01-24 00:32:09 +09:00
select PINCTRL_SUNXI
2015-09-22 23:38:55 +08:00
2014-06-17 22:52:52 +08:00
config PINCTRL_SUN8I_A23_R
def_bool MACH_SUN8I
depends on RESET_CONTROLLER
2016-01-24 00:32:09 +09:00
select PINCTRL_SUNXI
2014-06-17 22:52:52 +08:00
2015-12-04 22:24:41 +01:00
config PINCTRL_SUN8I_H3
def_bool MACH_SUN8I
2016-01-24 00:32:09 +09:00
select PINCTRL_SUNXI
2015-12-04 22:24:41 +01:00
2016-02-02 22:21:51 +01:00
config PINCTRL_SUN8I_H3_R
def_bool MACH_SUN8I
select PINCTRL_SUNXI_COMMON
2014-10-28 22:41:27 +01:00
config PINCTRL_SUN9I_A80
def_bool MACH_SUN9I
2016-01-24 00:32:09 +09:00
select PINCTRL_SUNXI
2014-10-28 22:41:27 +01:00
2015-12-17 00:39:42 +08:00
config PINCTRL_SUN9I_A80_R
def_bool MACH_SUN9I
depends on RESET_CONTROLLER
2016-01-24 00:32:09 +09:00
select PINCTRL_SUNXI
2015-12-17 00:39:42 +08:00
2016-03-08 16:37:59 +07:00
config PINCTRL_SUN50I_A64
bool
select PINCTRL_SUNXI
2014-04-18 18:53:02 +02:00
endif