2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2015-10-16 15:37:07 +08:00
|
|
|
if (ARCH_BERLIN || COMPILE_TEST)
|
2014-05-20 01:36:29 +08:00
|
|
|
|
|
|
|
config PINCTRL_BERLIN
|
|
|
|
bool
|
|
|
|
select PINMUX
|
|
|
|
select REGMAP_MMIO
|
|
|
|
|
2018-07-18 14:00:30 +08:00
|
|
|
config PINCTRL_AS370
|
|
|
|
bool "Synaptics as370 pin controller driver"
|
|
|
|
depends on OF
|
|
|
|
select PINCTRL_BERLIN
|
|
|
|
|
2014-05-20 01:36:31 +08:00
|
|
|
config PINCTRL_BERLIN_BG2
|
2015-10-14 05:31:37 +08:00
|
|
|
def_bool MACH_BERLIN_BG2
|
2015-10-14 05:31:39 +08:00
|
|
|
depends on OF
|
2014-05-20 01:36:31 +08:00
|
|
|
select PINCTRL_BERLIN
|
|
|
|
|
2014-05-20 01:36:32 +08:00
|
|
|
config PINCTRL_BERLIN_BG2CD
|
2015-10-14 05:31:37 +08:00
|
|
|
def_bool MACH_BERLIN_BG2CD
|
2015-10-14 05:31:39 +08:00
|
|
|
depends on OF
|
2014-05-20 01:36:32 +08:00
|
|
|
select PINCTRL_BERLIN
|
|
|
|
|
2014-05-20 01:36:30 +08:00
|
|
|
config PINCTRL_BERLIN_BG2Q
|
2015-10-14 05:31:37 +08:00
|
|
|
def_bool MACH_BERLIN_BG2Q
|
2015-10-14 05:31:39 +08:00
|
|
|
depends on OF
|
2014-05-20 01:36:30 +08:00
|
|
|
select PINCTRL_BERLIN
|
|
|
|
|
2015-10-16 15:37:08 +08:00
|
|
|
config PINCTRL_BERLIN_BG4CT
|
|
|
|
bool "Marvell berlin4ct pin controller driver"
|
|
|
|
depends on OF
|
|
|
|
select PINCTRL_BERLIN
|
|
|
|
|
2014-05-20 01:36:29 +08:00
|
|
|
endif
|