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