2019-05-19 15:07:45 +03:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2014-04-18 20:53:02 +04:00
|
|
|
if ARCH_SUNXI
|
|
|
|
|
2016-01-23 18:32:09 +03:00
|
|
|
config PINCTRL_SUNXI
|
2014-05-22 18:47:12 +04:00
|
|
|
bool
|
2014-04-18 20:53:02 +04:00
|
|
|
select PINMUX
|
|
|
|
select GENERIC_PINCONF
|
2017-02-28 22:08:15 +03:00
|
|
|
select GPIOLIB
|
2014-04-18 20:53:02 +04:00
|
|
|
|
2018-11-25 10:43:14 +03:00
|
|
|
config PINCTRL_SUNIV_F1C100S
|
|
|
|
def_bool MACH_SUNIV
|
|
|
|
select PINCTRL_SUNXI
|
|
|
|
|
2014-04-26 19:06:57 +04:00
|
|
|
config PINCTRL_SUN4I_A10
|
2019-03-19 17:42:03 +03:00
|
|
|
bool "Support for the Allwinner A10, A20 and R40 PIO"
|
|
|
|
default MACH_SUN4I || MACH_SUN7I || MACH_SUN8I
|
2016-01-23 18:32:09 +03:00
|
|
|
select PINCTRL_SUNXI
|
2014-04-26 19:06:57 +04:00
|
|
|
|
2017-01-09 00:31:16 +03:00
|
|
|
config PINCTRL_SUN5I
|
2019-03-19 17:42:03 +03:00
|
|
|
bool "Support for the Allwinner A10s, A13, R8 and NextThing GR8 PIO"
|
|
|
|
default MACH_SUN5I
|
2016-01-23 18:32:09 +03:00
|
|
|
select PINCTRL_SUNXI
|
2014-04-26 19:06:57 +04:00
|
|
|
|
|
|
|
config PINCTRL_SUN6I_A31
|
2019-03-19 17:42:03 +03:00
|
|
|
bool "Support for the Allwinner A31 PIO"
|
|
|
|
default MACH_SUN6I
|
2016-01-23 18:32:09 +03:00
|
|
|
select PINCTRL_SUNXI
|
2014-04-26 19:06:57 +04:00
|
|
|
|
|
|
|
config PINCTRL_SUN6I_A31_R
|
2019-03-19 17:42:03 +03:00
|
|
|
bool "Support for the Allwinner A31 R-PIO"
|
|
|
|
default MACH_SUN6I
|
2014-05-23 22:50:43 +04:00
|
|
|
depends on RESET_CONTROLLER
|
2016-01-23 18:32:09 +03:00
|
|
|
select PINCTRL_SUNXI
|
2014-04-26 19:06:57 +04:00
|
|
|
|
2014-06-17 18:52:51 +04:00
|
|
|
config PINCTRL_SUN8I_A23
|
2019-03-19 17:42:03 +03:00
|
|
|
bool "Support for the Allwinner A23 PIO"
|
|
|
|
default MACH_SUN8I
|
2016-01-23 18:32:09 +03:00
|
|
|
select PINCTRL_SUNXI
|
2014-06-17 18:52:51 +04:00
|
|
|
|
2015-06-02 12:08:40 +03:00
|
|
|
config PINCTRL_SUN8I_A33
|
2019-03-19 17:42:03 +03:00
|
|
|
bool "Support for the Allwinner A33 PIO"
|
|
|
|
default MACH_SUN8I
|
2016-01-23 18:32:09 +03:00
|
|
|
select PINCTRL_SUNXI
|
2015-06-02 12:08:40 +03:00
|
|
|
|
2015-09-22 18:38:55 +03:00
|
|
|
config PINCTRL_SUN8I_A83T
|
2019-03-19 17:42:03 +03:00
|
|
|
bool "Support for the Allwinner A83T PIO"
|
|
|
|
default MACH_SUN8I
|
2016-01-23 18:32:09 +03:00
|
|
|
select PINCTRL_SUNXI
|
2015-09-22 18:38:55 +03:00
|
|
|
|
2017-06-03 17:44:26 +03:00
|
|
|
config PINCTRL_SUN8I_A83T_R
|
2019-03-19 17:42:03 +03:00
|
|
|
bool "Support for the Allwinner A83T R-PIO"
|
|
|
|
default MACH_SUN8I
|
2017-06-03 17:44:26 +03:00
|
|
|
select PINCTRL_SUNXI
|
|
|
|
|
2014-06-17 18:52:52 +04:00
|
|
|
config PINCTRL_SUN8I_A23_R
|
2019-03-19 17:42:03 +03:00
|
|
|
bool "Support for the Allwinner A23 and A33 R-PIO"
|
|
|
|
default MACH_SUN8I
|
2014-06-17 18:52:52 +04:00
|
|
|
depends on RESET_CONTROLLER
|
2016-01-23 18:32:09 +03:00
|
|
|
select PINCTRL_SUNXI
|
2014-06-17 18:52:52 +04:00
|
|
|
|
2015-12-05 00:24:41 +03:00
|
|
|
config PINCTRL_SUN8I_H3
|
2019-03-19 17:42:03 +03:00
|
|
|
bool "Support for the Allwinner H3 PIO"
|
|
|
|
default MACH_SUN8I
|
2016-01-23 18:32:09 +03:00
|
|
|
select PINCTRL_SUNXI
|
2015-12-05 00:24:41 +03:00
|
|
|
|
2016-02-03 00:21:51 +03:00
|
|
|
config PINCTRL_SUN8I_H3_R
|
2019-03-19 17:42:03 +03:00
|
|
|
bool "Support for the Allwinner H3 and H5 R-PIO"
|
|
|
|
default MACH_SUN8I || (ARM64 && ARCH_SUNXI)
|
2017-03-01 21:01:07 +03:00
|
|
|
select PINCTRL_SUNXI
|
2016-02-03 00:21:51 +03:00
|
|
|
|
2017-01-03 18:16:27 +03:00
|
|
|
config PINCTRL_SUN8I_V3S
|
2019-03-19 17:42:03 +03:00
|
|
|
bool "Support for the Allwinner V3s PIO"
|
|
|
|
default MACH_SUN8I
|
2017-01-03 18:16:27 +03:00
|
|
|
select PINCTRL_SUNXI
|
|
|
|
|
2014-10-29 00:41:27 +03:00
|
|
|
config PINCTRL_SUN9I_A80
|
2019-03-19 17:42:03 +03:00
|
|
|
bool "Support for the Allwinner A80 PIO"
|
|
|
|
default MACH_SUN9I
|
2016-01-23 18:32:09 +03:00
|
|
|
select PINCTRL_SUNXI
|
2014-10-29 00:41:27 +03:00
|
|
|
|
2015-12-16 19:39:42 +03:00
|
|
|
config PINCTRL_SUN9I_A80_R
|
2019-03-19 17:42:03 +03:00
|
|
|
bool "Support for the Allwinner A80 R-PIO"
|
|
|
|
default MACH_SUN9I
|
2015-12-16 19:39:42 +03:00
|
|
|
depends on RESET_CONTROLLER
|
2016-01-23 18:32:09 +03:00
|
|
|
select PINCTRL_SUNXI
|
2015-12-16 19:39:42 +03:00
|
|
|
|
2016-03-08 12:37:59 +03:00
|
|
|
config PINCTRL_SUN50I_A64
|
2019-03-19 17:42:03 +03:00
|
|
|
bool "Support for the Allwinner A64 PIO"
|
|
|
|
default ARM64 && ARCH_SUNXI
|
2016-03-08 12:37:59 +03:00
|
|
|
select PINCTRL_SUNXI
|
|
|
|
|
2017-03-01 21:09:30 +03:00
|
|
|
config PINCTRL_SUN50I_A64_R
|
2019-03-19 17:42:03 +03:00
|
|
|
bool "Support for the Allwinner A64 R-PIO"
|
|
|
|
default ARM64 && ARCH_SUNXI
|
2017-03-01 21:09:30 +03:00
|
|
|
select PINCTRL_SUNXI
|
|
|
|
|
2020-07-24 10:05:49 +03:00
|
|
|
config PINCTRL_SUN50I_A100
|
|
|
|
bool "Support for the Allwinner A100 PIO"
|
|
|
|
default ARM64 && ARCH_SUNXI
|
|
|
|
select PINCTRL_SUNXI
|
|
|
|
|
|
|
|
config PINCTRL_SUN50I_A100_R
|
|
|
|
bool "Support for the Allwinner A100 R-PIO"
|
|
|
|
default ARM64 && ARCH_SUNXI
|
|
|
|
select PINCTRL_SUNXI
|
|
|
|
|
2017-01-26 18:48:51 +03:00
|
|
|
config PINCTRL_SUN50I_H5
|
2019-03-19 17:42:03 +03:00
|
|
|
bool "Support for the Allwinner H5 PIO"
|
|
|
|
default ARM64 && ARCH_SUNXI
|
2017-01-26 18:48:51 +03:00
|
|
|
select PINCTRL_SUNXI
|
|
|
|
|
2018-03-16 17:02:10 +03:00
|
|
|
config PINCTRL_SUN50I_H6
|
2019-03-19 17:42:03 +03:00
|
|
|
bool "Support for the Allwinner H6 PIO"
|
|
|
|
default ARM64 && ARCH_SUNXI
|
2018-03-16 17:02:10 +03:00
|
|
|
select PINCTRL_SUNXI
|
|
|
|
|
2018-05-03 21:38:43 +03:00
|
|
|
config PINCTRL_SUN50I_H6_R
|
2019-03-19 17:42:03 +03:00
|
|
|
bool "Support for the Allwinner H6 R-PIO"
|
|
|
|
default ARM64 && ARCH_SUNXI
|
2018-05-03 21:38:43 +03:00
|
|
|
select PINCTRL_SUNXI
|
|
|
|
|
2021-01-18 05:08:31 +03:00
|
|
|
config PINCTRL_SUN50I_H616
|
|
|
|
bool "Support for the Allwinner H616 PIO"
|
|
|
|
default ARM64 && ARCH_SUNXI
|
|
|
|
select PINCTRL_SUNXI
|
|
|
|
|
2021-01-18 05:08:32 +03:00
|
|
|
config PINCTRL_SUN50I_H616_R
|
|
|
|
bool "Support for the Allwinner H616 R-PIO"
|
|
|
|
default ARM64 && ARCH_SUNXI
|
|
|
|
select PINCTRL_SUNXI
|
|
|
|
|
2014-04-18 20:53:02 +04:00
|
|
|
endif
|